-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathignite.html
181 lines (168 loc) · 6.95 KB
/
ignite.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
---
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-hero6.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 Ignite</strong>
</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"
>
Build something cool with a team of awesome people
</p>
</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">
ACM Ignite is a semester-long, project-based competition for
students to build something cool with a team of awesome people.
It is meant for students who already have some experience under
their belts and want to experiment, learn, and collaborate.
</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>What is the application process like?</h4>
<p>
The first step is to fill out our application. Our application consists of general questions intended to give us insight into your previous development and leadership experience. From these applications, we select the most promising candidates for one-on-one interviews. The interview is the last step of the application process. Based on the application and interview, we select the very best candidates to create around 5 teams of 5 people.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>Do I need to have prior development experience?</h4>
<p>
ACM Projects is designed for those new to software development. Although some experience is great, we're looking for passionate and committed candidates who have a desire to learn and grow in software development.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>How do I stand out during the application process?</h4>
<p>
Be genuine! We want to see your passion for technology and desire to learn. We can only judge your experience and character based on what we see in the application, so fill all of the questions out! Leaving questions blank is a lost opportunity for us to learn more about you.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="main-hero">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h5 class="events-header">Projects</h5>
{% assign projects = site.projects %}
{% for project in projects %}
<div class="col-md-6 col-sm-12" style="height: 200px; clear: right;">
<div class="narrow-feature">
<div class="content">
<h5>{{ project.name }}</h5>
<p class="lead">{{ project.description }}</p>
</div>
</div>
</div>
{% endfor %}
</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>How is ACM Projects structured?</h4>
<p>
You will be placed into a team of five students with a project and a mentor. We will have weekly (and mandatory) build nights every Wednesday from 8:30 pm - 10:00 pm. This is time for you to work with your team, meet with your mentor and learn. Some build nights may include a short tech-related workshop designed to diversify your tech skills.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="wide-feature">
<div class="detail-line"></div>
<h4>What is the time commitment?</h4>
<p>
The minimum time commitment is the 1.5 hours required for each weekly build night. Beyond this, you and your team may need extra time to complete your project so it's up to you to schedule the time amongst yourselves.
</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>