Skip to content

Commit

Permalink
Add button for pre-event
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Aug 29, 2024
1 parent cf2df8a commit 852160d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _includes/sections/greeting.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{% include strings.html %}
{% assign rootResource = site.rootResource | rdf_get %}
{% assign cfpResource = "dw25:cfp" | rdf_get %}
{% assign warmupResource = "dw25:warm-up/" | rdf_get %}
<aside class="page-hero">
<div class="page-hero-text">
<h1>
{{str_greeting}}<br/>
</h1>
<p>
<a class="btn2 ripple" href="{{ cfpResource.render_path | relativize_url }}" style="color: white; border-color: white">{{ cfpResource | rdf_property: "rdfs:label", site.language }}</a>
<a class="btn2" href="{{ cfpResource.render_path | relativize_url }}" style="color: white; border-color: white">{{ cfpResource | rdf_property: "rdfs:label", site.language }}</a>
<a class="btn2" href="{{ warmupResource.render_path | relativize_url }}" style="color: white; border-color: white">Pre-Event</a>
</p>
</div>
<figure>
Expand Down

0 comments on commit 852160d

Please sign in to comment.