Skip to content

Commit

Permalink
promote mini
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Dec 6, 2024
1 parent d627f6a commit 6ae9aa5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<a class="header" href="/">Revolution</a>
<div class="content">
<ul>
<li><a href="/mini">Revolution (mini)</a></li>
<li><a href="https://hackclub.com/slack/">Hack Club Slack (talk to us!)</a></li>
<li><a href="https://github.com/Revolution-Hacks/revolution">Source code</a></li>
<li><a href="https://hcb.hackclub.com/revolution">Financials</a></li>
Expand Down
14 changes: 14 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
to see you there!
</p>
<br />
<div class="info-card top-info">
<h2>Interested in Revolution?</h2>
You should come to our latest event, <a href="/mini">mini</a>! Sign ups close at the end of the year, UK time.
</div>
<br />
<p class="email-title">Find out when sign-ups open:</p>
{@render email()}
</div>
Expand Down Expand Up @@ -101,6 +106,15 @@
position: relative;
min-height: 100vh;
overflow-x: clip;
.top-info {
width: 100%;
padding: 1.5em;
h2 {
font-size: 1em;
}
}
.track-container {
display: flex;
Expand Down

0 comments on commit 6ae9aa5

Please sign in to comment.