forked from mobileapposu/mobileapposu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfriends.html
138 lines (138 loc) · 7.34 KB
/
friends.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!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 href="about.html">about</a>
</li>
<li>
<a href="events.html">events</a>
</li>
<li>
<a class="active">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="friend">
<div class="name-wrapper">
<a href="http://hack.osu.edu" target="_blank">OHI/O
</a>
</div>
<div class="info-wrapper">
<a class="logo" href="http://hack.osu.edu" target="_blank">
<img src="img/logos/ohio_logo.png"/>
</a>
<p>Be a part of the magic and help coordinate HackOHI/O, Ohio State's very own hackathon, as well as the makeathon and other tech outreach programs in and around Columbus
</p>
</div>
</div>
<div class="friend">
<div class="name-wrapper">
<a class="name" href="https://acmw.org.ohio-state.edu" target="_blank">ACM-W
</a>
</div>
<div class="info-wrapper">
<a class="logo" href="https://acmw.org.ohio-state.edu" target="_blank">
<img src="img/logos/acmw_logo.png"/>
</a>
<p>Their goal is to engage women in activities and projects that aim to improve the working and learning environments for women in computing by mentoring and rolemodeling, volunteering and teaching others, encouraging other women to get involved in CS, and providing historical information about women and their roles and contributions within the field of computer science.
</p>
</div>
</div>
<div class="friend">
<div class="name-wrapper">
<a href="http://cwdg.io" target="_blank">CWDG
</a>
</div>
<div class="info-wrapper">
<a class="logo" href="http://cwdg.io" target="_blank">
<img src="img/logos/cwdg_logo.png"/>
</a>
<p>A collection of students, graduates and alumni at the Ohio State University who are making an effort to improve the web. They work hard to make themselves, and others, better developers.
</p>
</div>
</div>
<div class="friend">
<div class="name-wrapper">
<a href="http://electronicsosu.com/" target="_blank">Electronics Club
</a>
</div>
<div class="info-wrapper">
<a class="logo" href="http://electronicsosu.com/" target="_blank">
<img src="img/logos/electronics_logo.png"/>
</a>
<p>If you're interested in hardware, electronics club is for you. They're committed to fostering interest in the field of electronics. The club has its own workspace equipped with oscilloscopes, signal generators, rudimentary tools, and components which are accessible to members.
</p>
</div>
</div>
<div class="friend">
<div class="name-wrapper">
<a href="https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Connection" target="_blank">Wikipedia Connection
</a>
</div>
<div class="info-wrapper">
<a class="logo" href="https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Connection" target="_blank">
<img src="img/logos/wiki_logo.svg"/>
</a>
<p>Dedicated to exploring and contributing to Wikipedia, their purpose is to serve as a resource for Ohio State students and staff interested in Wikipedia.
</p>
</div>
</div>
<div class="friend">
<div class="name-wrapper">
<a href="https://opensource.osu.edu" target="_blank">Open Source Club
</a>
</div>
<div class="info-wrapper">
<a class="logo" href="https://opensource.osu.edu" target="_blank">
<img src="img/logos/osc_logo.svg"/>
</a>
<p>Open Source Club is composed of members from all around campus and out into the community who share a common enthusiasm for free, open source software. Their focus is on building a strong community of open source users and developers in order to bring the benefits of open development, open standards, and free software to the university community.
</p>
</div>
</div>
</div>
</body>
</html>