Skip to content

Commit

Permalink
Merge pull request #184 from djangonaut-space/develop
Browse files Browse the repository at this point in the history
Deploy to production.
  • Loading branch information
sarahboyce authored Jan 10, 2024
2 parents 2781363 + 91ef8f8 commit af56c44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions home/templates/home/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
</a>
<h1 class="p-0 text-[10vw] leading-[10vw] font-fraunces font-bold text-center">Where contributors launch</h1>
<p class="p-3 text-xl">Ready for take-off?</p>
<div class="flex flex-column flex-sm-row links mt-0 mb-0">
<a class="button-secondary text-black bg-white hover:bg-purple hover:text-white" href="{% url "session_list" %}">Sessions</a>
<div class="flex flex-col md:flex-row links mt-0 mb-0">
<a class="button-secondary text-black bg-white hover:bg-ds-purple hover:text-white" href="{% url "session_list" %}">Sessions</a>
<a class="button-secondary" href="{% url "event_list" %}">Events</a>
<a class="button-secondary" href="https://github.com/djangonaut-space/pilot-program/blob/main/README.md">Program</a>
<a class="button-secondary" href="{% slugurl "comms" %}">Blog</a>

</div>
{% comment %} <form class="d-flex form-row">
<input type="email" name="email" aria-label="email" class="mr-1" placeholder="example@email.com">
<button type="submit" class="btn btn-outline-primary">Register</button>
Expand Down
2 changes: 1 addition & 1 deletion theme/static_src/src/djangonaut-space.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

.button-secondary {
@apply inline-block rounded-[40px] px-[32px] py-[13px] text-white bg-gray-600 mx-1 hover:bg-gray-700 hover:text-white no-underline;
@apply inline-block rounded-[40px] px-[32px] py-[13px] text-center text-white bg-gray-600 m-1 hover:bg-gray-700 hover:text-white no-underline;
}

.outline-link {
Expand Down

0 comments on commit af56c44

Please sign in to comment.