-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathjoin.html
179 lines (168 loc) · 7.01 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
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
171
172
173
174
175
176
177
178
179
---
layout: none
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Association for Computing Machinery at UTD</title>
<meta
name="description"
content="We're officers with one goal: building a greater, more collaborative computing community at UT Dallas."
/>
<meta
property="og:title"
content="The Association for Computing Machinery at UTD"
/>
<meta
property="og:description"
content="We're a team of officers with one goal: building a greater, more collaborative computing community at UT Dallas."
/>
<meta property="og:image" content="png/team-hero1.jpg" />
{% include common-head.html %}
</head>
<body>
{% include common-nav.html %}
<div class="main-container">
<section class="hero-slider large-image">
<ul class="slides">
<li>
<div class="background-image-holder overlay">
<img
alt="Slide Background"
class="background-image"
src="png/team-hero15.jpg"
/>
</div>
<div class="container vertical-align">
<div class="row">
<div class="col-xs-12">
<div class="text-block">
<div class="detail-line contrast-white-detail"></div>
<h1 class="contrast-h1 contrast-white">
<strong>ACM UTD Membership</strong>
<div class="contrast-white"></div>
</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<p
class="lead contrast-white-p"
style="font-size: 32px; line-height: 37px; font-weight: 300"
>
Join one of the largest student organizations at UTD.
</p>
<!-- <a class="text-link text-white" style="font-size: 20px; line-height: 32px;" href="/mailing">Join our mailing list. <i class="icon ti ti-arrow-right arrow_right"></i></a> -->
</div>
</div>
<!-- <div class="row">
<div class="col-sm-8">
<a class="text-link text-white" style="font-size: 20px; line-height: 32px;" href="/discord">Join our discord community<i class="icon ti ti-arrow-right arrow_right"></i></a>
</div>
</div> -->
</div>
</li>
</ul>
</section>
<section class="large-pad">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-12 text-center">
<p class="super-lead left-align-mobile">
<!-- In addition to our mailing list, check out our <a class="text-link" href="https://www.facebook.com/acmatutd">Facebook page<i class="icon ti ti-arrow-right arrow_right"></i></a> and our <a class="text-link" href="https://twitter.com/acm_utd">Twitter profile<i class="icon ti ti-arrow-right arrow_right"></i></a> to get updates about what we're doing and how you can get involved.</p> -->
To become a member, join one of our semester-long programs OR
attend any five of our events per semester.
</p>
</div>
</div>
</div>
</section>
<section class="wide-features">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>Get notified about our events.</h4>
<p>
Never miss an event by joining our
<a rel="noreferrer" href="/mailing" target="_blank"
>mailing list</a
>
and our
<a rel="noreferrer" href="/discord" target="_blank"
>Discord Server</a
>
to get notified about upcoming events.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>The Member Portal</h4>
<p>
<em>
If you are interested in participating in one of our
programs or joining our team, see the
<a href="/apply">apply</a> page! Our applications are in our
member portal.
</em>
</p>
<p>
Additionally, we use our member portal to track attendance at
our events. At the end of each event, there will be a check-in
link or QR code that you can scan to tell us that you were at
the event. Head over to
<a
rel="noreferrer"
href="https://portal.acmutd.co"
target="_blank"
>portal.acmutd.co</a
>
and make an account!
</p>
</div>
</div>
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>Member Perks</h4>
<p>
In addition to the wealth of information, networking
opportunities, and fun you'll have by attending our events,
you get some cool perks by becoming a member.
</p>
<p>
Our industry sponsors are always interested in recruiting the
best from UTD. They know our active members are just that. We
put our members' resumes direclty in the hands of recruiters
from our sponsors.
</p>
<p>
We also reward members who attend the most events with cool
stickers, exclusive merch, and even giftcards.
</p>
</div>
</div>
</div>
</div>
</section>
{% include common-footer.html %}
</div>
<script src="js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/flexslider.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/placeholders.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>