-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
283 lines (266 loc) · 9.98 KB
/
index.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
---
layout: none
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>ACM · The Association for Computing Machinery at UTD</title>
<meta
property="og:title"
content="ACM · The Association for Computing Machinery at UTD"
/>
<meta
name="description"
content="We're a team of students with one goal: building a greater, more collaborative computing community at UT Dallas. We run events, programs, and more to help students personally and professionally."
/>
<meta
property="og:description"
content="We're a team of students with one goal: building a greater, more collaborative computing community at UT Dallas. We run events, programs, and more to help students personally and professionally."
/>
{% include common-head.html %}
</head>
<body>
{% include common-nav.html %}
<div class="main-container">
{% include common-slider.html %}
<!-- <section class="main-hero home-hero">
<div class="container">
<div class="row">
<div class="col-sm-8">
<h5 class="news-header">Here's What's New</h5>
<div class="row">
{% assign announcements = site.announcements %} {% for
announcement in announcements limit:3 %} {% if
announcement.featured %}
<div class="col-sm-4">
<div class="detail-line"></div>
<h5>{{ announcement.title }}</h5>
<p>{{ announcement.description | markdownify }}</p>
</div>
{% endif %} {% endfor %}
</div>
</div>
<div class="col-sm-4 events-section">
<h5 class="events-header">Events</h5>
{% assign events = site.events %} {% for event in events limit:2
%}
<ul>
<li>
<div>
<h5>{{ event.name }}</h5>
<p>
{{ event.date | date: '%B %-d %Y %I:%M %p' }} · {{
event.location }}<br /><br />
</p>
<p>
<a href="{{ event.link }}" target="_blank">
{{ event.link }}
</a>
</p>
</div>
</li>
<div class="detail-line"></div>
</ul>
{% endfor %}
<h5>
<a class="text-link text-right" href="/events.html"
>View All Events</a
>
</h5>
</div>
</div>
</div>
</section> -->
<!-- <section class="hero-project" id="blog-container">
{% assign posts = site.posts %} {% for post in posts limit:1 %} {% if
post.featured %}
<div class="background-image-holder featured-blog-image-holder">
<img
alt="Slide Background"
class="background-image"
src="{{ post.image }}"
/>
</div>
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-7">
<div class="text-block">
<div class="detail-line"></div>
<h2 class="text-white">
<strong>From the ACM Blog</strong> <br />
{{ post.title }}
</h2>
</div>
<h5 class="text-white">
{{ post.excerpt | remove: '
<p>' | remove: '</p>
' }}
</h5>
<a class="text-link text-white" href="{{ post.url }}"
>Read <i class="icon ti ti-arrow-right arrow_right"></i
></a>
</div>
</div>
</div>
{% endif %} {% endfor %}
</section> -->
<!-- <section class="text-hero">
{% assign events = site.events %} {% for event in events %} {% if
event.featured %}
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="text-block">
<div class="detail-line"></div>
<h5>Featured Event</h5>
<h1 class="contrast-h1">{{ event.name }}</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p class="lead">
{{ event.date | date: '%B %-d %Y %I:%M %p' }}<br />
<a
href="{{event.link}}"
target="_blank"
rel="noopener noreferrer"
>{{ event.location }}</a
><br />
{{ event.extra }}
</p>
</div>
<div class="col-sm-6">
<p class="lead">{{ event.description }}</p>
</div>
</div>
</div>
{% endif %} {% endfor %}
</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">
We're the Association for Computing Machinery at UT Dallas.
<br />We're focused on giving back to the engineering community
here at UT Dallas and beyond through events, projects, HackUTD,
and more.
<a class="text-link" href="/about.html"
>Learn more. <i class="icon ti ti-arrow-right arrow_right"></i
></a>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h2 style="text-align: center; font-weight: 600; font-size: 24px">
Current Sponsors
</h2>
<div class="row mobile-grid">
<div
class="col-md-2 col-sm-3 col-xs-6 h-100 d-inline-block col-md-offset-1"
>
<a href="https://www.goldmansachs.com/"
><img alt="Goldman Sachs" src="logo/sponsor-goldman-sachs.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://jobs.aa.com/"
><img
alt="American Airlines"
src="logo/sponsor-american-airlines.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://paycom.com/"
><img alt="Paycom" src="logo/sponsor-paycom.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://www.statefarm.com/"
><img alt="State Farm" src="logo/sponsor-state-farm.png"
/></a>
</div>
<div
class="col-md-2 col-sm-3 col-xs-6 h-100 d-inline-block col-md-offset-1"
>
<a href="https://www.eogresources.com/"
><img alt="EOG Resources" src="logo/sponsor-ego-resources.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://www.capitalone.com/"
><img alt="Capital One" src="logo/sponsor-capital-one.png"
/></a>
</div>
</div>
<h2 style="text-align: center; font-weight: 600; font-size: 24px">
Past Sponsors
</h2>
<div class="row mobile-grid">
<div
class="col-md-2 col-sm-3 col-xs-6 h-100 d-inline-block col-md-offset-1"
>
<a href="https://paycom.com"
><img alt="Paycom" src="logo/sponsor-paycom.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://www.cbre.us/"
><img alt="CBRE" src="logo/sponsor-cbre.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://www.credera.com/"
><img alt="Credera" src="logo/sponsor-credera.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://www.cisco.com/"
><img alt="Cisco" src="logo/sponsor-cisco.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://www.ti.com/"
><img
alt="Texas Instruments"
src="logo/sponsor-texas-instruments.jpg"
/></a>
</div>
<div
class="col-md-2 col-sm-3 col-xs-6 h-100 d-inline-block col-md-offset-1"
>
<a href="https://mule.to/p1k2"
><img alt="Sticker Mule" src="logo/stickermule.png"
/></a>
</div>
<div class="col-md-2 col-sm-3 col-xs-6 h-100">
<a href="https://www.postman.com"
><img
alt="Postman Logo"
src="https://postman.com/_mk-www-v6.92.0/assets/logos/postman-logo-stacked.svg"
/></a>
</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>