-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathmembership.html
170 lines (154 loc) · 9 KB
/
membership.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page
––––––––––––––––––––––––––––––––––––––––––––––––––-------------------------->
<meta charset="utf-8">
<title>UAH ACM</title>
<meta name="description" content="UAH ACM Student Chapter">
<meta name="author" content="Joshua Estes">
<!-- Mobile Specific Metas
––––––––––––––––––––––––––––––––––––––––––––––––––-------------------------->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––----------------->
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Heebo:800" rel="stylesheet" type="text/css">
<!-- CSS ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/navbar-redesign.css">
<script type="text/javascript" src=".\scripts\resize-functions.js"></script>
<!-- Favicon ––––––––––––––––––––––––––––––––––––––––––––––––––--------------------->
<link rel="icon" type="image/png" href="images/acm_logo.png">
</head>
<body>
<header>
<div class="container-404">
<div class="acm-logo">
<a><img scale src="images/acm_logo_wide_resize.png" style="position:relative" alt="UAH ACM"></a>
</div>
<div class="options">
<a href="index.html">Home</a>
<a href="aboutus.html">About</a>
<a href="contactus.html">Contact</a>
<a href="events.html">Events</a>
<a href="membership.html">Membership</a>
<a href="projects.html">Projects</a>
</div>
</div>
</header>
<!--Content------------------------------------------------------>
<!--Top Banner-->
<!-- TODO: Get image to replace the banner -->
<div class="banner">
<h1 class="banner-title">UAH Association for Computing Machinery</h1>
<a href="aboutus.html">
<img src="images/acm-large-group-23.JPG" alt="ACM Leadership 2019" width="100%" height="50%" />
</a>
</div>
<!--Three Tiles-->
<div class="container main">
<div class="row">
<h1>FAQ</h1>
<div style="font-size: large;">
<h3><b>What is ACM?</b></h3>
<div style="font-size: medium;">
<ul style="list-style-type: square;">
<li>ACM stands for The Association for Computing Machinery.</li>
<li>ACM is an international society for computing founded in 1947 and is the world's largest
scientific and educational computing society.</li>
<li>As of 2019, ACM has nearly 100,000 student and professional members.</li>
</ul>
</div>
<h3><b>What is UAH ACM?</b></h3>
<div style="font-size: medium;">
<ul style="list-style-type: square;">
<li>UAH ACM is a student chapter formed in 2018 that aims to create a positive environment for
out of classroom learning about computing.</li>
<li>ACM gives members the opportunity to work on passion projects in a team setting.</li>
<li>We provide a space and community to hone your craft, be creative, and create life long
friendships!</li>
</ul>
</div>
<p>You are more than welcome to come to our meetings and events even if you're not an ACM member. We'd
love to get to know you and grow our community!</p>
</div>
<h1>Become a Member!</h1>
<div style="font-size: large;">
<a class="button button-primary"
href="https://www.acm.org/membership/membership-benefits">Membership Benefits</a>
<br>
<p>
By becoming an official member of ACM you can receive membership benefits, including access to the
ACM Digital Library, articles and newsletters, and online courses! To become an official member and
receive these ACM membership benefits, complete the following steps:
</p>
<ol>
<li><a href="https://services.acm.org/public/qj/quickjoin/qj_control.cfm?form_type=Student">Complete your membership form </a></li>
<ul style="list-style-type: square;">
<li>IMPORTANT: Select "No" on the "Do you belong to an ACM Student Chapter?" question.</li>
<li>If you would like the main chapter to send you career advice and technology news select the "Yes please send me ACM Announcements via email" box.</li>
<li>You can also join UAH's local ACM-W chapter, if you select the "Join ACM-W" box. Anyone can join ACM-W. (not just for women!)</li>
</ul>
<li>All payments are handled through the online portal. Walk through that step as you finish up the form.</li>
<ul style="list-style-type: square;">
<li>IMPORTANT: The $19 membership will come with everything you need to join UAH's local ACM chapter, anything above that is just extra perks.</li>
</ul>
<li>When you finish the form, please email <a href="contactus.html">Chandler Stone, Membership Chair,</a> your membership number along with the name and the email you used to sign-up for your ACM membership.</li>
<ul style="list-style-type: square;">
<li>On the confirmation page and email, you will see your membership number (on the email, it may be your client ID). Chandler will help walk you through all of your membership benefits!</li>
</ul>
</ol>
</div>
<div class="twelve columns">
<h1>ABOUT UAH ACM</h1>
<div style="font-size: medium;">
<p>UAH ACM is a student chapter formed in 2018 that aims to create a positive environment for out of classroom learning about computing. ACM gives members the opportunity to work on passion projects in a team setting. We provide a space and community to hone your craft, be creative, and create life long friendships!</p>
</div>
</div>
</div>
<div id="bar">
<div class="row" id="desktop">
<div class="four columns">
<div class="left">
<div class="leftimage">
<a href="https://www.acm.org"><img src="images/acm-logo-transparent.png" width="100%"
alt="Association for Computing Machinery" style="position: relative;"></a>
</div>
</div>
</div>
<div class="four columns" style="font-size: medium">
<div class="left">
<div class="rightimage">
<a href="index.html">Home</a>
<h1></h1>
<a href="aboutus.html">About</a>
<h1></h1>
<a href="membership.html">Membership</a>
</div>
</div>
</div>
<div class="four columns" style="font-size: medium">
<div class="right">
<div class="rightimage">
<a href="projects.html">Projects</a>
<h1></h1>
<a href="contactus.html">Contact</a>
<h1></h1>
<a href="membersites.html">One Month Projects</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
driverCode();
window.onresize = driverCode;
</script>
</body>
</html>