Skip to content

Commit

Permalink
Introduce markup to event page for event title presentation
Browse files Browse the repository at this point in the history
added 'wrapper' classes to ensure the placement of the title and added inline comments to indicate where other elements should be in the future.

DDFFORM-15.
  • Loading branch information
kasperbirch1 committed Nov 30, 2023
1 parent 6605ae0 commit e874203
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<article class="event-page">
<header class="event-header">
<section class="event-header__content">
<div class="event-header__extra-padding">
<!-- Tag -->
<!-- dates -->
<h1 class="event-header__title">{{ label }}</h1>
</div>
<!-- button -->
</section>
<section class="event-header__visual">
<!-- image -->
</section>
</header>
{{ content }}
</article>

0 comments on commit e874203

Please sign in to comment.