This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathatlanta.html
143 lines (112 loc) · 5.86 KB
/
atlanta.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
---
layout: default
title: TechTogether Atlanta
---
<!-- Header -->
<section class="background-3">
<div class="container">
<div class="row">
<div class="col-sm-12">
<img class ="eventpage-logo" src="/imgs/logos/tta_logo.png">
</div>
</div>
</div>
</section>
<!-- About TechTogether Seattle -->
<section>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6">
<h3 id="hackathon-header">TechTogether Atlanta</h3>
<h6 id="hackathon-paragraph" class="mr-5">TechTogether Atlanta was TechTogether's fourth chapter location, opened in 2020 along with TechTogether Seattle.
</br></br>TechTogether Atlanta is the only gender-focused hackathon located in Georgia.
</br></br>TechTogether Atlanta serves primarily high school, college, and bootcamp students in the Georgia area with a focus on Atlanta. The organizing team consists of leaders from around Georgia.
</h6>
</div>
<div class="col-sm-6 col-md-6 video hide-mobile">
<!-- Add New Photo -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/8XeKABwrokY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!--Testimonials from TechTogether Events -->
<section class ="bg-purple-2">
<div class ="container">
<div class="row space">
<div class="col-12 col-md-4">
<img class ="headshot" src="imgs/headshots/hackers/guadalupe_headshot.jpg">
<h4 id="quote-header">Guadalupe Medina</h4>
<h4 id="quote-subheader">TechTogether Seattle 2021 Attendee</h4>
<h6 id="quote-paragraph">"I remember the first-ever hackathon that I attended was TechTogether New York and it really helped take the fear away from hackathons because of the amazing community and my team."</h6>
</div>
<div class="col-12 col-md-4 hide-mobile">
<img class ="headshot" src="imgs/headshots/hackers/neala_headshot.jpg">
<h4 id="quote-header">Neala Mendoza</h4>
<h4 id="quote-subheader">TechTogether Seattle 2021 Attendee</h4>
<h6 id="quote-paragraph">"TechTogether proved that anyone with any background can learn and create a project."</h6>
</div>
<div class="col-12 col-md-4 hide-mobile">
<h4 id="quote-subheader">TechTogether Seattle 2021 Attendee</h4>
<h6 id="quote-paragraph">“I love the TechTogether hackathons. I also went to TTNY and that was also a great experience like TTS. The workshops were so engaging and there were so many that you can just attend those if you would like. Everyone is also so welcoming and the environment is so nice.”</h6>
</div>
</div>
</div>
</section>
<!-- Historical Data from TechTogether Atlanta -->
<section class ="hide-mobile">
<div class ="container">
<div class="row space">
<div class="center col-6 col-md-4 hide-mobile">
<div class="card shadow-sm" style="width: 18rem;">
<img class="card-img-top" src="/imgs/photos/2019_TTB.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">TechTogether Atlanta 2021</h5>
<p class="card-text">
<ul class ="stats-list">
<li>335 Hackers</li>
<li>923 Applications</li>
<li>52% First-time Hackers</li>
<li>$3k Prizes</li>
<li>27 Projects</li>
<li>94% of attendees would recommend the event to a friend.</li>
<li>Hosted Virtually</li>
</br>
</ul>
</p>
</div>
</div>
</div>
<div class="center col-6 col-md-4 hide-mobile">
<div class="card shadow-sm" style="width: 18rem;">
<img class="card-img-top" src="/imgs/photos/2022_TTB.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">TechTogether Atlanta 2021-2022</h5>
<p class="card-text">
<ul class ="stats-list">
<!-- Add Correct Date -->
<li>Save the date! TechTogether Atlanta will be held virtually from January 28 - 30th, 2022.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="center col-6 col-md-4 hide-mobile">
<div class="card shadow-sm" style="width: 18rem;">
<img class="card-img-top" src="/imgs/photos/2022_TTB.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">TechTogether Atlanta 2022-2023</h5>
<p class="card-text">
<ul class ="stats-list">
<li>No information is available yet for TechTogether Atlanta's next hackathon.</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
{% include stayintouch.html %}