|
| 1 | +<!doctype html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <title>Fall Hacks 2024 - CSSS</title> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <link rel="icon" type="image/png" href="/static/icons/favicon_white.png" /> |
| 7 | + </head> |
| 8 | + <style> |
| 9 | + /* IBM Plex Mono */ |
| 10 | + @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700#display=swap'); |
| 11 | + body { |
| 12 | + background-color: black; |
| 13 | + } |
| 14 | + pre { |
| 15 | + font-family: 'IBM Plex Mono', monospace; |
| 16 | + color: lightgreen; |
| 17 | + font-weight: 400; |
| 18 | + font-size: 12px; |
| 19 | + width: 100ch; |
| 20 | + margin: auto; |
| 21 | + margin-top: 32px; |
| 22 | + margin-bottom: 32px; |
| 23 | + } |
| 24 | + b { |
| 25 | + color: white; |
| 26 | + font-weight: 700; |
| 27 | + } |
| 28 | + i { |
| 29 | + color: gray; |
| 30 | + } |
| 31 | + a { |
| 32 | + color: lightblue; |
| 33 | + } |
| 34 | + s { |
| 35 | + color: gray; |
| 36 | + } |
| 37 | + .img-container { |
| 38 | + display: flex; |
| 39 | + flex-direction: row; |
| 40 | + flex-wrap: wrap; |
| 41 | + justify-content: space-between; |
| 42 | + gap: 1ch; |
| 43 | + } |
| 44 | + img { |
| 45 | + width: calc(49ch - 2px); |
| 46 | + height: calc(30ch - 2px); |
| 47 | + object-fit: cover; |
| 48 | + border: 1px solid gray; |
| 49 | + } |
| 50 | + </style> |
| 51 | + <body> |
| 52 | + <pre> |
| 53 | + /@@@@@@@@@@@, |
| 54 | + /@@# |
| 55 | + *@@@((#%##@@/<b> ,@@@@@@@#%/</b> |
| 56 | + @@@@@@@@@@@@ .@@@@@@#%#@@#<b> #@@@@@@@@@, (##%(,</b> |
| 57 | + %@@/ #@@.<b> ,@@@@@* #@@@@@@@@ (,</b> |
| 58 | + (@@* #@@*<b> %@@@@@@@@@/ @@@@@.@@@@. /@@@@@*</b> |
| 59 | + *@@# (@@(<b> ,@@@@@#/#@@ @@@@@,*@@@@( #@@@@# %@@@@@.</b> |
| 60 | + .@@# *@@%<b> %@@@@@ (@@@@@@##@@@@% ,@@@@@, .@@@@@#</b> |
| 61 | + #@@. .*/((#%%@@@#<b> .,*/#/ #@@@@@@@@@@@@@@, #@@@@# (@@@@@.</b> |
| 62 | + #@@@@@@@@@@@ %@@@##%#((/,<b> ,*/##@. @@@@@/ *@@@@@( @@@@@%</b> |
| 63 | + ..<b> ,*// %@@@@@@@@@* (@@@@@.</b> |
| 64 | + (@@@@@@@@@@@*<b> .*/#% #@@@@@@@@@,</b> |
| 65 | + ,@@%<b> .*/#%@@</b> |
| 66 | + ..,,*** @@@@@@@@@@@@@@@@@*<b> ,*..</b> |
| 67 | + %@@@@@@@@@@@@@@@#. /#((/**,.. .#@@%<b> (@@@@@@@@/</b> |
| 68 | + %@@( ..,,**/(##%#@@@@@*<b> . (@@@@@ %@@@@#, ..(</b> |
| 69 | + #@@@###@@@@@@@@@@@@( /@@@@@@@@##%%%#(//*,.<b> /@@@@@*.@@@@@, %@@@@@@@@@@#.</b> |
| 70 | +/###%%#((/*,.. /@@#<b> %@@@@@# %@@@@#/@@@@% ,%@@@@@@@@@@</b> |
| 71 | + ....,,*/(##@@#<b> .@@@@@@@@@, *@@@@@@@@@@@, ##(/,/#@@@@/</b> |
| 72 | +%@@@@@@@@@@@@@####%#*<b> @@@@@@@@ ,@@@@@( #@@@@@%@@@@@@. .@@@@@@@@# |
| 73 | + ./%/ @@@@@@@@@* #@@@@@ , .@@@@@% *@@@@@@* . |
| 74 | + ./#@/ #@@@@@. ,@@@@##@@@@@. ,@@@@@@#.,#@@ (@@@@@* ,#%/. |
| 75 | + %@@@@@ @@@@@# (@@@@# /@@@@@, (@@@@@@@@@@% (* |
| 76 | + ,@@@@@%./#@@@@@@, (@@@@@@@@@@@@@#. *@#@@#, |
| 77 | + (@@@@@@@@@@@@@@# #@@@@@%* @@@@@@* |
| 78 | + #@@@@# .@@@@@/ #@@@@# |
| 79 | + *@@@@@( %@@@@@. |
| 80 | + #@@@@#</b> |
| 81 | + |
| 82 | +<i>----------------------------------------------------------------------------------------------------</i> |
| 83 | + |
| 84 | +Get ready for... <b>FALL HACKS 2024!</b> |
| 85 | + |
| 86 | +Taking place at the SFU Burnaby Campus, |
| 87 | +<b>September 28th (Saturday), 9:00AM - 9:00PM.</b> |
| 88 | +<i>(Mark your calendars!)</i> |
| 89 | + |
| 90 | +Brought to you by the |
| 91 | +<b>Computing Science Student Society</b>. |
| 92 | + |
| 93 | +<i>----------------------------------------------------------------------------------------------------</i> |
| 94 | + |
| 95 | +<i>Table of Contents</i> |
| 96 | + |
| 97 | +- <a href="#register">Register & Contact</a> |
| 98 | +- <a href="#about">About the event</a> |
| 99 | +- <a href="#gallery">Gallery</a> |
| 100 | +- <a href="#faq">Frequently asked questions</a> |
| 101 | +<i> * Wait, what actually is a hackathon? |
| 102 | + * Where is Fall Hacks? |
| 103 | + * Why should I participate? |
| 104 | + * I am in my first year/don't have much experience, should I still participate? |
| 105 | + * How do we declare teams? |
| 106 | + * Can I work on my previous projects?</i> |
| 107 | + |
| 108 | +<i>----------------------------------------------------------------------------------------------------</i> |
| 109 | + |
| 110 | +<b id="register">Register & Contact</b> |
| 111 | + |
| 112 | +<s><u>Click here to register for Fall Hacks!</u></s> |
| 113 | + |
| 114 | +<a href="https://discord.gg/sfucsss">Click here to join the CSSS Discord Server</a> |
| 115 | + |
| 116 | +<a href="mailto:csss-hackathonchair@sfu.ca">Contact the organisers: <csss-hackathonchair@sfu.ca></a> |
| 117 | + |
| 118 | +<i>----------------------------------------------------------------------------------------------------</i> |
| 119 | + |
| 120 | +<i id="about">About the event...</i> |
| 121 | + |
| 122 | +<b>What is Fall Hacks?</b> |
| 123 | + |
| 124 | +This is the 5th iteration of Fall Hacks, an annual hackathon hosted by the SFU Computing Science |
| 125 | +Student Society. This 12-hour event brings together 200 students to build creative projects, learn |
| 126 | +from workshops, and connect with companies, like yours! It will be hosted at SFU Burnaby Campus on |
| 127 | +<b>September 28, from 9AM to 9PM.</b> |
| 128 | + |
| 129 | +<b>This year's theme:</b> <i>ANNOUNCED DURING OPENING CEREMONY</i> |
| 130 | + |
| 131 | +<b>Why participate in Fall Hacks?</b> |
| 132 | + |
| 133 | +We emphasize learning and creativity over commercial feasibility. This is an opportunity to spend a |
| 134 | +weekend tinkering with your favourite technologies to create something fun and interesting. |
| 135 | + |
| 136 | +Fall Hacks is the perfect event for everyone from fresh first years to seasoned CS veterans. |
| 137 | + |
| 138 | +<i>----------------------------------------------------------------------------------------------------</i> |
| 139 | + |
| 140 | +<i id="gallery">Gallery...</i> |
| 141 | + |
| 142 | +<div class="img-container"> |
| 143 | + <img src="/img1.png" /> |
| 144 | + <img src="/img2.png" /> |
| 145 | + <img src="/img3.png" /> |
| 146 | + <img src="/img4.png" /> |
| 147 | +</div> |
| 148 | + |
| 149 | +<i>----------------------------------------------------------------------------------------------------</i> |
| 150 | + |
| 151 | +<i id="faq">Frequently asked questions...</i> |
| 152 | + |
| 153 | +<b>Wait, what actually is a hackathon?</b> |
| 154 | + |
| 155 | +A hackathon is an event where teams work on a project inspired by an event-provided theme. You will |
| 156 | +have 12 hours to develop something cool at Fall Hacks. Your team will start from scratch and try to |
| 157 | +make the coolest thing they can before the time is up. |
| 158 | + |
| 159 | +<b>Where is Fall Hacks?</b> |
| 160 | + |
| 161 | +This year will be in-person and online. We will be streaming the opening and closing ceremonies on |
| 162 | +Discord, so if you can't make it in person, join online! Most of the day-of activities, like |
| 163 | +registration, will be held in TASC 9204 on SFU's Burnaby Campus. You are free to hack at other open |
| 164 | +locations on campus. |
| 165 | + |
| 166 | +<b>Why should I participate?</b> |
| 167 | + |
| 168 | +You get experience with new technologies and navigate teamwork dynamics to accomplish a goal. |
| 169 | +Hackathon projects are also a great addition to a resume! |
| 170 | + |
| 171 | +<b>I am in my first year/don't have much experience, should I still participate?</b> |
| 172 | + |
| 173 | +Yes! This hackathon is a great learning opportunity for people with less development experience. |
| 174 | + |
| 175 | +<b>How do we declare teams?</b> |
| 176 | + |
| 177 | +You do not need to know your team when you register. You can form groups before or during the |
| 178 | +hackathon. When you give us your submission GitHub link you will declare your group members. |
| 179 | + |
| 180 | +<b>Can I work on my previous projects?</b> |
| 181 | + |
| 182 | +No, we want you to create awesome things from scratch in 12 hours. Starting from an existing |
| 183 | +project is against the spirit of the event. Existing open-source libraries and frameworks are fine, |
| 184 | +of course. Ask an organizer if you are unsure. |
| 185 | + |
| 186 | +<i>----------------------------------------------------------------------------------------------------</i> |
| 187 | + |
| 188 | +<i>Site made and managed by the SFU CSSS.</i> |
| 189 | + |
| 190 | +<i>Last modified: July 6th, 2024.</i> |
| 191 | + |
| 192 | +<i>Useful links:</i> |
| 193 | + |
| 194 | +- <a href="https://sfucsss.org">Website</a> |
| 195 | +- <a href="https://discord.gg/sfucsss">Discord</a> |
| 196 | +- <a href="https://instagram.com/sfu_csss">Instagram</a> |
| 197 | +- <a href="https://linkedin.com/company/sfucsss">LinkedIn</a> |
| 198 | +- <a href="mailto:csss-exec-current@sfu.ca">Email: <csss-exec-current@sfu.ca></a> |
| 199 | + </pre> |
| 200 | + </body> |
| 201 | +</html> |
0 commit comments