forked from jmkuehn/ACMWsite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjoin.html
92 lines (87 loc) · 4.25 KB
/
join.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
<!DOCTYPE html>
<html>
<head>
<title>
ACM-W | Join
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<!-- ****** faviconit.com favicons ****** -->
<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="img/favicons/browserconfig.xml">
<!-- ****** faviconit.com favicons ****** -->
</head>
<body>
<header>
<h1 id="nav-title">Join <i class="fa fa-angle-down" aria-hidden="true"></i></h1>
<nav>
<ul>
<li><a href="/"><i class="fa fa-home"></i> Home</a></li>
<li><a class="active">Join</a></li>
<li><a href="/events">Events</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
</header>
<div class="content">
 There are many great reasons to join the Ohio State chapter of the ACM-W, and we'd be thrilled to have you in our organization.
</br>
<br/>
Here are just a few of the reasons to join us:
</br>
<ul class="list">
<li>To help your community</li>
<li>To make new friends who share your interest in technology</li>
<li>To have participation in a reputable professional association on your resume</li>
<li>To be a top pick for employers</li>
<li>To receive emails about exciting job opportunities</li>
<li>To meet with potential employers face-to-face</li>
<li>To have fun! The ACM-W sponsors quarterly events, such as trips to haunted houses, laser tag, and gaming competitions.</li>
</ul>
If any of those sound appealing to you, we invite you to join us!
</br>
</br>
 The ACM-W is open to all students who are interested in technology, regardless of gender, major, or university status.</br>
<br/>
 To find information about our next meeting, please see the Events Page. Also, to receive the most up-to-date information in your inbox, be sure to <a href="https://docs.google.com/forms/d/e/1FAIpQLSdcCmYPK8j_iSbyEe9RLsHOArEd3MYNZztvymtjzRwXie3-4A/viewform">join our Mailing List</a>.
</div>
<footer>
<div class="social_icons">
<a href="https://www.facebook.com/groups/345321265556424/" target="_blank">
<i class="fa fa-facebook-square"></i>
</a>
<a href="mailto:acmwosu@gmail.com" target="_blank">
<i class="fa fa-envelope-square"></i>
</a>
<a href="https://www.instagram.com/acmwosu/" target="_blank">
<i class="fa fa-instagram"></i>
</a>
</div>
<p class="signature">Designed and Built for the ACM-W at The Ohio State University by Josh Kuehn</p>
</footer>
</body>
<script type="text/javascript" src="js/layout.js"></script>
</html>