Skip to content

Commit

Permalink
Adds hero
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrythall committed Apr 23, 2024
1 parent 7e4bca5 commit 6a53031
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
Binary file modified src/assets/img/hero-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 32 additions & 28 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,40 @@
---


<div class="hero">
<div class="pt-8 pb-0 border-b-4 border-black">
<div class="wrapper">
<section>
<h1 class="mb-6 pageheading">
Join us for <strong>five days</strong><br/> of inspiration, education,<br/>and networking opportunities
</h1>

<p class="mb-4 text-2xl lg:text-3xl">
<strong>October 16-20, 2023</strong>
</p>

<p class="mb-6 text-2xl lg:text-3xl">
<a
href="https://www.marriott.com/events/start.mi?id=1674740649947&key=GRP"
target="_blank"
class="link">Durham Convention Center</a> in Durham, NC
</p>

<div class="mt-8 button-group">
<a class="button" href="{{ site.ticket_link }}">Buy Tickets</a>
{% comment %}
<a class="button" href="{{ site.cfp_application }}">Submit Talk</a>
{% endcomment %}
<div class="grid-1-2">
<section class="self-center pb-8">
<h1 class="mb-6 pageheading">
Join us for <strong>five days</strong><br/> of inspiration, education,<br/>and networking opportunities
</h1>

{% comment %}
<a class="button" href="https://emails.djangocon.us/sendy/subscription?f=Gs892S6cdJ676370nkSBxLOWzUsgYKPBcwkEMMvt0rr70f3IeA7634kuMTKJCLrdcgOQHQHdzwqLwvmcETbcm6KWtu9g">Join Mailing List</a>
{% endcomment %}
<a class="button" href="/schedule/">Conference Schedule</a>
</div>
</section>
<p class="mb-4 text-2xl lg:text-3xl">
<strong>October 16-20, 2023</strong>
</p>

<p class="mb-6 text-2xl lg:text-3xl">
<a
href="https://www.marriott.com/events/start.mi?id=1674740649947&key=GRP"
target="_blank"
class="link">Durham Convention Center</a> in Durham, NC
</p>

<div class="mt-8 button-group">
<a class="button" href="{{ site.ticket_link }}">Buy Tickets</a>
{% comment %}
<a class="button" href="{{ site.cfp_application }}">Submit Talk</a>
{% endcomment %}

{% comment %}
<a class="button" href="https://emails.djangocon.us/sendy/subscription?f=Gs892S6cdJ676370nkSBxLOWzUsgYKPBcwkEMMvt0rr70f3IeA7634kuMTKJCLrdcgOQHQHdzwqLwvmcETbcm6KWtu9g">Join Mailing List</a>
{% endcomment %}
<a class="button" href="/schedule/">Conference Schedule</a>
</div>
</section>

<img src="/assets/img/hero-img.png" alt="" class="self-end"/>
</div>
</div>
</div>

Expand Down

0 comments on commit 6a53031

Please sign in to comment.