forked from hackbinghamton/hackbinghamton.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (49 loc) · 3.52 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
---
title: HackBU - Binghamton University
layout: default
---
<!-- Testing -->
<meta name="google-site-verification" content="Wlac4bGK0nmiLxq0USGeH_n8bBf0_t2kO1LKWNeM1Ss" />
<div class="article article-introduction">
<h2><i class="fa fa-laptop"></i>Let's Code!</h2>
<p>HackBU exists to foster a community of individuals who solve problems through the innovative use of technology. We host weekly development workshops and hold our own hackathon yearly.
</p>
<p><a href="https://hackbu.org/2024/">HackBU 2024</a> will take place <time datetime="2024-02-17">February 17th</time> to <time datetime="2024-02-18">February 18th</time> - <a href="https://forms.gle/NpJnaMxDfLvCcywb9">register today</a>! </p>
<p>The best way to stay up to date on all of our events is to join our Discord server:</p>
<a class="article-introduction-button button-discord" href="https://discord.gg/Xka5uUh">
<img class="button-icon" src="{{ site.dest }}/img/discord.png">
Join our Discord
</a>
<p>We also send updates on our hackathon event to our mailing list:</p>
<a class="article-introduction-button" href="/mailing-list">Join our Mailing List</a>
<p>No membership or commitment is required to be a part of our club! We look forward to seeing you at our events.</p>
</div>
<div class="article article-social">
<div class="fb-like fb-like-wide" data-href="https://www.facebook.com/HackBinghamton" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
<div class="fb-like fb-like-thin" data-href="https://www.facebook.com/HackBinghamton" data-width="130" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true"></div>
</div>
<div class="article">
<h3 class="article-title">What are these workshops?</h3>
<p>We host <a href="/schedule">weekly workshops</a> on campus to help teach web and mobile development. You'll learn at your own pace, and we'll provide the resources to help you do it. We're there to answer questions, help you work through tough problems, and generally around to get you pumped up about learning to code.
</div>
<div class="article">
<h3 class="article-title">What's a hackathon?</h3>
<p>An event where "hackers" come together in teams with the intention of creating the best type of program (i.e. web app, iPhone app, etc.) or hardware project within a certain period of time. Most hackathons last between 24-48 hours and are full of caffeine, food, prizes, and little sleep.</p>
</div>
<div class="article">
<h3 class="article-title">Is experience necessary?</h3>
<p>Not at all! Many HackBU members have no programming experience.</p>
<p>We recommend attending our weekly workshops, but also take a look at our <a href="/resources/">resources page</a> which will point you in the right direction. We're happy to help!</p>
</div>
<div class="article">
<h3 class="article-title">Still have questions?</h3>
<p>Shoot us an email (<a href="mailto:[email protected]">[email protected]</a>), <a href="https://www.facebook.com/HackBinghamton" title="HackBU on Facebook">ask us on Facebook</a>, join our <a href="https://www.linkedin.com/groups/8427110">group on LinkedIn</a>, or <a href="https://twitter.com/HackBinghamton" title="HackBU on Twitter">reach out on Twitter</a>.</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117545479-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117545479-1');
</script>