Skip to content

Update fonts, text on homepage #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/fonts/Barlow-Regular.woff
Binary file not shown.
Binary file added assets/fonts/Barlow-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/InstrumentSerif-Regular.woff2
Binary file not shown.
16 changes: 9 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Civic Tech Toronto | Hacknights, Projects & Community"
title: "Civic Tech Toronto | A space to learn and collaborate"
layout: homepage
---
<article class="grid">
Expand All @@ -12,13 +12,15 @@ layout: homepage
</figure>
<div>
<hgroup>
<h1>Hacknights for everyone.</h1>
<p>Every Tuesday from 7pm to 9pm.</p>
<home-title>Community for public good.</home-title>
<p>Every Tuesday from 7pm to 9pm — in person and online.</p>
</hgroup>
<p>We run Hacknights every Tuesday 7 pm – 9 pm for members of the community gather, hear from inspiring speakers and collaborate on projects aimed at improving Toronto.</p>
<p>We meet every Tuesday to work on projects, hear from interesting speakers, and connect with others interested in how technology can improve our communities.</p>
<p>Many people in our community have no background in tech at all. You’re welcome no matter your experience.</p>
<p>Our events are hybrid, so you can join us in downtown Toronto or online from anywhere in the world.</p>
<div class="button-list">
<a role="button" class="outline" href="https://guild.host/ctto/events" target="_blank">Sign Up on Guild<span aria-hidden="true">&nbsp;↗</span></a>
<a role="button" class="secondary outline" href="{{'/hacknights' | relative_url }}">See past Hacknights</a>
<a role="button" class="outline" href="https://guild.host/ctto/events" target="_blank">Sign up on Guild<span aria-hidden="true">&nbsp;↗</span></a>
<a role="button" class="secondary outline" href="{{'/hacknights' | relative_url }}">See past events</a>
</div>
</div>
</article>
Expand All @@ -32,7 +34,7 @@ layout: homepage

<section>
<header>
<h2>Recent Hacknights</h2>
<h2>Recent Events</h2>
</header>
<div id="pastHacknightsList" class="grid">
{% for event in recent_hacknights limit: 3 %}
Expand Down