forked from mobileapposu/mobileapposu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
91 lines (88 loc) · 4.94 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Buckeye Hackers | Tech Culture at OSU
</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/base.css">
<!-- ****** Favicons generated via faviconit.com ****** -->
<link rel="shortcut icon" href="img/favicons/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="img/favicons/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="img/favicons/favicon-192.png">
<link rel="icon" type="image/png" sizes="160x160" href="img/favicons/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64" href="img/favicons/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16.png">
<link rel="apple-touch-icon" href="img/favicons/favicon-57.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/favicon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/favicon-72.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/favicon-144.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/favicon-60.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/favicon-120.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/favicon-76.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/favicon-180.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="img/favicons/favicon-144.png">
<meta name="msapplication-config" content="/browserconfig.xml">
<script src="js/nav.js"></script>
</head>
<body>
<nav>
<ul class="topnav" id="myTopnav">
<li>
<a href="index.html">home</a>
</li>
<li>
<a class="active">about</a>
</li>
<li>
<a href="events.html">events</a>
</li>
<li>
<a href="friends.html">friends</a>
</li>
<li>
<a href="contact.html">contact</a>
</li>
<li class="icon">
<a href="javascript:void(0);" style="font-size:15px;" onclick="myFunction()">☰</a>
</li>
</ul>
</nav>
<div class="container">
<div class="row">
<div class="content">
<div class="content-header">Purpose
</div>
The goal of the Buckeye Hackers is to promote tech and hacker culture here at THE Ohio State University.
We strive to achieve this goal by connecting hackers in our <a href="http://buckeyehackers.slack.com" target="_blank">Slack team</a>
, holding weekly meetings to encouage colaboration and sharing of knowledge, as well as helping organize hackathon participation.
</div>
</div>
<div class="row">
<div class="content">
<div class="content-header">Meetings
</div>
Meetings are held every Monday at 7pm, and usually in the basement of the 18th Ave Library Room 070. Any room changes will be posted in Slack as well as in the <a href="http://eepurl.com/bcC_Xn" target="_blank" s>weekly newsletter</a>
. We typically only meet on days where classes are held, but may also meet on holidays if members are interrested.
<br/>
<br/>Meetings can either be work days where members are encouraged to work together on projects, or tech talks where members/companies come in to talk about cool tech and how to use it -- usually with an emphasis on hackathon use.
</div>
</div>
<div class="row">
<div class="content">
<div class="content-header">Hackathons
</div>
Hackathons are 24-36 hour events where teams of up to 4 hackers get together to build a project from the ground up. This can be anything hardware/software/beyond, but software is most common because of how accessable it is.
<br/>
<br/>At the end of the event, teams can submit their project for judging for a chance to win some pretty cool prizes!
</div>
</div>
</div>
</body>
</html>