-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.njk
60 lines (56 loc) · 1.81 KB
/
index.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: layouts/base.njk
section: home
title: unitaryHACK 2024
---
<div class="home-page">
<div class="hero">
<div class="hero__col">
<image
class="hero__image"
src="{{ home.image }}"
alt="{{ home.image_alt }}"
width="500px"
height="500px"
loading="lazy"
></image>
</div>
<div class="hero__col">
<h2 class="hero__title">
Contribute to the open quantum ecosystem, level your skills, and get
rewarded!
</h2>
<table>
<tr>
<th>Bounties Closed</th>
<th>Total Reward</th>
</tr>
<tr>
<td>{{ stats["num_closed_bounties"] }}</td>
<td>${{ stats["closed_bounty_value"] }}</td>
</tr>
</table>
</div>
</div>
<p>
unitaryHACK is an open to all event, encouraging people to make their first,
or fifth, contribution to the open source quantum ecosystem. The event will
run May 26-Jun 13, where hackers have the opportunity to win
<b>cash bounties</b>!
</p>
<p>
For more information, check out what happened in
<a href="https://2021.unitaryhack.dev/">2021</a>,
<a href="https://2022.unitaryhack.dev/">2022</a>,
<a href="https://2023.unitaryhack.dev/">2023</a>, and and in the meantime come
hang out on <a href="http://discord.unitary.fund/">Discord</a>!
</p>
<h2>Thanks so much to all the unitaryHACK supporters! 🙏</h2>
<ul style="list-style-type: square">
<li>
<a href="https://unitary.fund/">Unitary Fund</a>
</li>
</ul>
<h2>Sign up for unitaryHACK! ✍️</h2>
<iframe class="airtable-embed" src="https://airtable.com/embed/app5sTD1ailjCEft1/pag7CoNawqpRfN6Oo/form" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
</div>