Skip to content

Commit

Permalink
Add HN84 to directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Aug 29, 2024
1 parent 9b56af1 commit 1595418
Show file tree
Hide file tree
Showing 269 changed files with 10,098 additions and 3 deletions.
106 changes: 106 additions & 0 deletions public/2023/2021/about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HackNotts 21 - About</title>

<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png?v=2">
<link rel="manifest" href="../site.webmanifest?v=2">
<link rel="mask-icon" href="../safari-pinned-tab.svg?v=2" color="#202d52">
<link rel="shortcut icon" href="../favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#202d52">
<meta name="theme-color" content="#202d52">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;800&family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">

<link rel="stylesheet" href="../styles/index.css">
<link rel="stylesheet" href="../styles/desktop.css">
<link rel="stylesheet" href="../styles/mobile.css">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="wrapper">
<ul id="nav">
<li><a href="../schedule">Schedule</a></li>
<div class="dot"></div>
<li><a href="../about" class="active">About</a></li>
<div class="dot"></div>
<li><a href="../sponsors">Sponsors</a></li>
<div class="dot"></div>
<li><a href="../faq">FAQ</a></li>
</ul>

<ul id="nav">
<li id="directory"><a href=".../directory">Past&nbsp;HackNotts</a></li>
</ul>

<header>
<h1><a href="../"><img src="../img/hn-logo.svg" alt=""></a></h1>
</header>

<article>
<p>
HackNotts is an annual <a href="https://en.wikipedia.org/wiki/Hackathon">hackathon</a>, hosted by <a href="https://hacksoc.net">HackSoc</a> at the University of Nottingham. It's a two-day overnight coding challenge for all skill levels taking place on the weekend of February 12<sup>th</sup>, 2022.
</p>

<img src="../img/A32.JPEG" alt="A photo of HackNotts 2019." class="fullwidth">

<h2>What is HackNotts?</h2>
<p>
Students from all over the country come along every year to build cool things, learn new skills, and meet new people. Aside from the hacking, we and our <a href="/sponsors">sponsors</a> will be running workshops and games throughout the hackathon, to keep you entertained.
</p>

<p>
HackNotts is a great opportunity to meet people. If you don't have a team, feel free to come along to our team-building session - there will certainly be others will similar interests. Teams of up to four are allowed, so it's also the perfect chance to get all your friends together to finally do that project you've been talking about.
</p>

<p>
On top of that, there's free food, including lunch, dinner, breakfast <em>and</em> midnight pizza! Plus, snacks and drinks are provided at all times. It's a long event, but you certainly won't go hungry.
</p>

<img src="../img/audience.png" alt="A photo of the HackNotts 2019 closing ceremony." class="fullwidth">

<h2>What do I do?</h2>
<p>
Wondering what kind of thing you can make? The answer is: anything! The only requirement is you're making something during the 24 hours, but as for <em>what</em> that thing is, your options are endless. In the past, people have made games, websites, robots, AI projects, AR/VR experiences, web APIs, hardware projects, and much, much more.
</p>

<p>
Some amazing things have been made at our previous hackathons, but don't be discouraged if you're only just getting started with coding. We have a prize category specifically for beginners, and it's a brilliant place to improve your skills.
</p>

<p>
There will also be prizes! Enter into any number of our extensive list of prize categories to find something that suits you, and you could be going home with a cool new gadget!
</p>

<p>Need inspiration? Have a look through the project galleries for <a href="https://hacknotts-2019.devpost.com/project-gallery">HackNotts 2019</a> and <a href="https://hacknotts2020.devpost.com/project-gallery">2020</a>.</p>

<h2>Where is HackNotts?</h2>
<p>
HackNotts is going to take place mostly in the <a href="https://www.google.co.uk/maps/place/School+of+Computer+Science/@52.9528803,-1.1892633,17z/data=!3m1!4b1!4m5!3m4!1s0x4879c209bfffffff:0xaf426646771a25ac!8m2!3d52.9528771!4d-1.1870693">Computer Science building on the University of Nottingham's Jubilee Campus</a>. For directions and more, see <a href="https://www.nottingham.ac.uk/about/visitorinformation/mapsanddirections/jubileecampus.aspx">here.</a>
</p>

<img src="../img/jubilee.jpg" alt="A photo of Jubilee Campus and the lake." class="fullwidth">

<h2>Volunteering</h2>
<p>
HackNotts is made possible because of its wonderful volunteers. If you'd like to help out on the day instead of participating yourself, volunteers are always welcome! This could include anything from mentoring or helping out with games to just showing people around the building. It's useful if you're a student at Nottingham, but not essential by any means.
</p>
<p>
You'll still get the free food and swag, but on top of that you'll get a free t-shirt for helping out! If you're interested, get yourself a <a href="https://ti.to/hacksoc/hacknotts-21/with/volunteer">volunteer ticket</a>, and please <a href="mailto:[email protected]">contact us</a> if you have any questions. Please note, however, that you cannot participate in HackNotts if you're a volunteer.
</p>
</article>

<footer>
<p>Copyright 2022 <a href="https://hacksoc.net/">HackSoc Nottingham</a></p>
<p><a href="https://github.com/HackSocNotts/hacknotts.com">This site's source code</a> (MIT licensed)</p>
</footer>
</div>
</body>
</html>
8 changes: 8 additions & 0 deletions public/2023/2021/about/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
img.fullwidth {
width: 100%;
border: 5px solid #0b101f;
}

h2 {
margin-bottom: -10px;
}
Binary file added public/2023/2021/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/2023/2021/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/2023/2021/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/2023/2021/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=2"/>
<TileColor>#202d52</TileColor>
</tile>
</msapplication>
</browserconfig>
87 changes: 87 additions & 0 deletions public/2023/2021/faq/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HackNotts 21 - FAQ</title>

<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png?v=2">
<link rel="manifest" href="../site.webmanifest?v=2">
<link rel="mask-icon" href="../safari-pinned-tab.svg?v=2" color="#202d52">
<link rel="shortcut icon" href="../favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#202d52">
<meta name="theme-color" content="#202d52">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;800&family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">

<link rel="stylesheet" href="../styles/index.css">
<link rel="stylesheet" href="../styles/desktop.css">
<link rel="stylesheet" href="../styles/mobile.css">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="wrapper">
<ul id="nav">
<li><a href="../schedule">Schedule</a></li>
<div class="dot"></div>
<li><a href="../about">About</a></li>
<div class="dot"></div>
<li><a href="../sponsors">Sponsors</a></li>
<div class="dot"></div>
<li><a href="../faq" class="active" >FAQ</a></li>
</ul>

<ul id="nav">
<li id="directory"><a href=".../directory">Past&nbsp;HackNotts</a></li>
</ul>

<header>
<h1><a href="../"><img src="../img/hn-logo.svg" alt=""></a></h1>
</header>

<article>
<h2>What is HackNotts?</h2>
<p>HackNotts is a 24 hour hackathon, a coding and general tech challenge for teams of up to 4 to create a cool thing in a short time.</p>
<h2>Where is HackNotts?</h2>
<p>HackNotts will take place in the Computer Science building at the University of Nottingham's Jubilee Campus, right next to the lake. For directions and more, see <a href="https://www.nottingham.ac.uk/about/visitorinformation/mapsanddirections/jubileecampus.aspx">here.</a></p>
<h2>When is HackNotts?</h2>
<p>HackNotts will start at 9am on Saturday the 12<sup>th</sup> of February, 2022, and hacking starts at midday on Saturday until midday on Sunday. There will be a few more hours for judging and the closing ceremony.</p>
<h2>Who can attend?</h2>
<p>Anybody who's a current student, or has graduated from any University in the last year is welcome to attend, regardless of skill level or anything else.</p>
<h2>How do I sign up?</h2>
<p>Tickets are available <a href="https://ti.to/hacksoc/hacknotts-21">here!</a></p>
<h2>What can I do at HackNotts?</h2>
<p>The main event is the coding competition, of course, but there are lots of things to keep you entertained throughout the weekend. We'll be holding workshops where you can learn new skills and technologies, and we'll also have games in case you need a break from all the coding.</p>
<h2>Do I get free stuff??</h2>
<p>You do get free stuff! There'll be free food (you don't need to bring any food at all, but you absolutely can.) There'll also be lots of free swag. Stickers, pens, lanyards, stickers, more stickers. Also prizes!</p>
<h2>How does judging work?</h2>
<p>When you've finished your project, you can enter into as many prize categories as you like. A winner is selected for each prize, either by ourselves or for our sponsored prizes, our sponsors. Each team will demonstrate their project after hacking ends.</p>
<h2>Do I need to bring food? Drinks?</h2>
<p>You do not need to bring food and drink, all that will be provided for you free of charge. We have lunch, dinner, pizza, and breakfast. We also have drinks and snacks for the duration of the event. You can bring your own if you want, though. Energy drinks are not necessarily a bad idea.</p>
<h2>Do I need a team?</h2>
<p>You do not need a team to participate. You can submit a project on your own, or you can join our team building activities towards the beginning of the event to meet some people to work with!</p>
<h2>What if I don't know how to code?</h2>
<p>No worries, hackathons are a great place to get into coding. Almost everybody there will be happy to help you get started, especially if you join a team. We even have a beginners prize, so you won't just be up against people who've been coding for half their lives. Also, you could contribute to your team by doing non-coding things like graphics or music, if that's more your thing.</p>
<h2>So I have to work on my project for 24 hours straight?</h2>
<p>Not at all! 24 hours are allocated for hacking, but it's highly recommended that you sleep for at least a few hours. Of course, some people will write code for the full 24 hours, but it's certainly not essential...</p>
<h2>Can I start working on my idea now?</h2>
<p>No, sorry. Well, you can, but in order for your project to be submitted for judging, you can only work on your project once hacking commences at 12:00 on Saturday. Of course, you can use existing code you've written before, so there are probably loopholes, but that's cheating >:(.</p>
<h2>Can I not get involved before the event, then?</h2>
<p>You can! As soon as you have your ticket, feel free to join us on the HackNotts Discord server and get involved.</p>
<p>Also, if you'd like to volunteer to help out on the day instead of hacking, that would be brilliant! Just grab yourself a volunteer ticket instead of a hacker one!</p>
<h2>I still have questions!</h2>
<p>For any other questions, feel free to reach out to us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</article>

<footer>
<p>Copyright 2022 <a href="https://hacksoc.net/">HackSoc Nottingham</a></p>
<p><a href="https://github.com/HackSocNotts/hacknotts.com">This site's source code</a> (MIT licensed)</p>
</footer>
</div>
</body>
</html>
3 changes: 3 additions & 0 deletions public/2023/2021/faq/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
article h2 {
margin-bottom: -15px;
}
Binary file added public/2023/2021/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/2023/2021/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/2023/2021/favicon.ico
Binary file not shown.
Binary file added public/2023/2021/img/A32.JPEG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/2023/2021/img/audience.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/2023/2021/img/hack-uk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1595418

Please sign in to comment.