-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
196 lines (190 loc) · 7.23 KB
/
about.html
File metadata and controls
196 lines (190 loc) · 7.23 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/cbd38cf910.js"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"
></script>
<script src="src/js/main.js"></script>
<script src="src/js/contact.js"></script>
<link
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link href="src/css/style.css" rel="stylesheet" />
<link rel="icon" href="./src/imgs/logodark.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Hack To Help</title>
</head>
<nav
class="navbar navbar-expand-lg navbar-light fixed-top bg-white shadow-sm"
>
<a class="navbar-brand" href="./"
><img
src="./src/imgs/logodark.png"
style="width:25%;height:25%"
alt="logo"
/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarText"
aria-controls="navbarText"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarText">
<ul class="nav navbar-nav pr-3">
<li class="nav-item px-3">
<a class="nav-link text-right active" href="#"
>About<span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item px-3">
<a class="nav-link text-right " href="team">Team</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-right" href="events">Events</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-right" href="join">Join</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-right" id="contactLink" href="#">Contact</a>
</li>
</ul>
</div>
</nav>
<body>
<div class="pt-5 "></div>
<div class="pt-5 "></div>
<div class="pt-5 "></div>
<div class="mt-5 content">
<div class="history pb-5">
<div class="container" style="border-radius: 20px; overflow: hidden;">
<div class="history-backdrop">
<div class="about-content p-3 shadow-lg">
<h1 class="about-title text-center text-md-left">History</h1>
<p class="about-info">
Hack to Help was founded by Ata Gowani as ITWD with the purpose
to provide a safe space for everyone to learn programming. ITWD
served as a 7-week long hands-on web development course for high
school students with the first ever class on August 13th, 2017.
</p>
<br />
<p class="about-info">
In summer 2018, ITWD was renamed to Hack to Help and continued
on as a programming course for students. The club was initiated
as a UT Dallas organization in spring 2019 with Jason Smith as
its advisor and Ata Gowani, Alexis Vu, Jon Washington, and
Jonathan Harty serving as the core officers. Our team has
continued to grow since then! Check out our current and past
team members.
</p>
</div>
</div>
</div>
</div>
<div class="ourevents pb-5 pt-5">
<div class="container" style="border-radius: 20px; overflow: hidden;">
<div class=" ourevents-backdrop">
<div class="about-content p-3 shadow-lg ">
<h1 class="about-title text-center text-md-left">
Our Events
</h1>
<p class="about-info ">
Hack to Help started with the goal of creating a safe space for
everyone to learn programming. We work towards achieving that by
hosting hands-on workshops several times a semester open to all
experience levels. Our workshops vary in content ranging from
basic web development to learning about libraries such as React.
<br /><br /><br /><br /><br />
<!--To have same size as previous card-->
</p>
</div>
</div>
</div>
</div>
<div class="pt-5 "></div>
<section class="footer">
<div class="container ">
<h5>Sign up for updates</h5>
<div class="row ">
<div class="col-md-4 offset-sm-0 col-sm-3">
<div id="email-form ">
<form
action="https://hacktohelp.us20.list-manage.com/subscribe/post?u=9d9dde42077a7ca49677e8c3b&id=d559bec18b"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank"
novalidate
>
<input
class="form-control"
type="email"
value=""
name="EMAIL"
placeholder="your email address"
/>
<button
type="submit"
class="btn btn-light mb-2 mt-2"
onclick="submitForm()"
>
Submit
</button>
</form>
</div>
</div>
<div class="col-md-3 offset-md-5">
<div id="footer-socials" class="d-flex justify-content-center">
<a
href="https://www.facebook.com/HackToHelpUTD/"
target="_blank"
><i class="fab fa-facebook-square mx-2 fa-3x"></i
></a>
<a
href="https://www.instagram.com/hacktohelputd/"
target="_blank"
><i class="fab fa-instagram mx-2 fa-3x"></i
></a>
<a href="https://twitter.com/hacktohelpUTD" target="_blank"
><i class="fab fa-twitter-square mx-2 fa-3x"></i
></a>
<a href="https://github.com/HackToHelpUTD" target="_blank">
<i class="fab fa-github-square mx-2 fa-3x"></i
></a>
</div>
</div>
</div>
</div>
</section>
<div class="pt-5 "></div>
</div>
</div>
</body>
</html>