Skip to content

Commit

Permalink
LM-165 Add new imprint section above existing one
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Weiß authored and Checkl committed Sep 25, 2023
1 parent 4b41f26 commit d8356f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/assets/markdown/imprint/imprint_upper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
**Ein Gemeinschaftsprojekt des**

[Bildungszentrum Püchau e.V.](https://bildungszentrum-puechau.de/)

[Tel.: +49 3425 81 03 16](tel:+493425810316)

[info[at]bildungszentrum-puechau.de](mailto:[email protected])

**und der**

[eXa-online GmbH](https://www.exa-online.de)

[Tel.: +49 341 8781754](tel:+493418781754)

[info[at]exa-online.de](mailto:[email protected])
5 changes: 5 additions & 0 deletions src/pages/imprint.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<template>
<div class="imprint">
<h1>Impressum</h1>
<vue-markdown
class="imprint-data__column"
:source="imprintUpper"
/>
<div class="imprint-data">
<vue-markdown
class="imprint-data__column"
Expand All @@ -26,6 +30,7 @@ const requireMarkdown = useMarkdownImport()
const imprintLeft = requireMarkdown('imprint/imprint_left.md')
const imprintRight = requireMarkdown('imprint/imprint_right.md')
const imprintUpper = requireMarkdown('imprint/imprint_upper.md')
</script>

<style lang="scss" scoped>
Expand Down

0 comments on commit d8356f6

Please sign in to comment.