-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (94 loc) · 5.61 KB
/
index.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Haxx.nz</title>
<meta name="description"
content=" Haxx.nz are a collective of software developers, designers and makers of all kinds who build things for fun.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header><a href="/">Haxx.nz</a></header>
<section class="main">
<h1 class="main-heading">We build real things.</h1>
<p>
Haxx.nz are a collective of software developers, designers and makers of all kinds who build things for fun.
The projects we work on range from silly proof of concept ideas, to free open source tools
that
do social good.
<br /><br />
If you’ve got
skills, or want to learn how to collaboratively build something, join the crew on Discord. it's a great way
to meet people to build stuff with.
</p>
<p><a href="https://discord.gg/hjC3mZ4hsz">Join the Discord</a> / <a
href="https://github.com/haxxnz">View Projects on GitHub</a></p>
<div class="divider"></div>
<h2 class="project-heading">Active Projects</h2>
<p class="project-description">These projects are being actively designed and built right now. Feel free to jump
in and
collaborate!</p>
<ul>
<li><strong><a href='https://github.com/haxxnz/raxx'>Raxx</a></strong> <br /> Crime tracking website for New Zealand
</li>
<!-- <li><strong>Product Fight (Working Title)</strong><br /> A challenge submission portal where makers can
submit projects.
</li> -->
</ul>
<div class="divider"></div>
<h2 class="project-heading">Past / Archived Projects</h2>
<p class="project-description">These projects are no longer being actively developed, and are available as a
reference for future projects. Support is not guaranteed for these projects.</p>
<ul>
<li><strong><a href='https://github.com/wseagar/eight-dollars'>Eight Dollars</a></strong> <br /> A browser
extension for Twitter that helps you
differentiate between users that paid for verification, and users that are actually verified. Featured
on <a
href="https://www.engadget.com/browser-extension-tells-you-who-paid-for-twitter-verification-012103388.html">Engadget</a>
and <a
href="https://www.theverge.com/2022/11/10/23451316/this-chrome-extension-tells-you-who-paid-for-twitters-blue-checkmark">The
Verge</a>
</li>
<li><strong><a href="https://github.com/vaxxnz/food">Foodie (Working Title)</a></strong><br />A food rescue
platform that makes it easier for
people to
volunteer with food
rescue programs that feed the needy. Built in collaboration with <a
href="https://www.perfectlyimperfect.org.nz/">Perfectly Imperfect</a>.</li>
<li><strong><a href='https://github.com/terrible-hack'>A Terrible Platform (Working
Title)</a></strong><br /> A hackathon management platform. Built for
the New Zealand
<a href='https://terriblehack.nz'>Terrible Ideas hackathon</a>
</li>
<li><strong><a href='https://github.com/haxxnz/vaxxnz'>Vaxx.nz (2021)</a></strong><br />A website that
helped 120,000+ people find earlier COVID
vaccination
bookings. </li>
<li><strong><a href='https://github.com/haxxnz/vaxxnzlocations'>Vaxx Locations (2021)</a></strong><br />Raw
scraped venue data from bookmyvaccine.nz - you can use
it to build your own COVID vaccine finder</li>
<li><strong><a href='https://github.com/haxxnz/vaxxed-as-web'>Vaxxed.as (2021)</a></strong><br /> A website
to scan and verify COVID-19 Vaccine Certificates
originally built
by <a href='https://github.com/rafcontreras'>@rafcontreras</a>.</li>
<li><strong><a href="https://github.com/haxxnz/vaxxwidgetdocs">Vaxx Widget (2021)</a></strong><br /> A
website widget that helps you find available vaccine bookings </li>
<li><strong><a href='https://github.com/haxxnz/covidengineui'>Lenny (2021)</a></strong> <br /> A proof of
concept website that uses bank transactions to do COVID
contact tracing. Built for the 2021 <a href="https://govhack.org/">GovHack Hackathon</a></li>
<li><strong><a href='https://github.com/haxxnz/reverseglnhashes'>GLN Hashes (2021)</a></strong> <br />
Experiments around reverse engineering New Zealand COVID contact tracing QR codes - made for the
2021 <a href="https://govhack.org/">GovHack Hackathon</a></li>
</ul>
</section>
<footer><a
href='https://github.com/haxxnz/projects/issues/new?assignees=&labels=project+new_idea&template=new_project.yml'>Submit
a Project</a> / <a href="./faq.html">FAQ</a> / <a
href="https://github.com/haxxnz/vaxxnz/blob/main/CODE_OF_CONDUCT.md">Code of
Conduct</a> / <a href='https://walt.online'>Contact</a> / <a
href='./maintainers.html'>Core Maintainers</a>
</footer>
</body>
</html>