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 pathmiami.html
126 lines (97 loc) · 5.07 KB
/
miami.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
---
layout: default
title: TechTogether Miami
---
<!-- Header -->
<section class="background-3">
<div class="container">
<div class="row">
<div class="col-sm-12">
<img class ="eventpage-logo" src="/imgs/logos/lockup_techtogether_white.png">
</div>
</div>
</div>
</section>
<!-- About TechTogether Miami -->
<section>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6">
<h3 id="hackathon-header">TechTogether Miami</h3>
<h6 id="hackathon-paragraph" class="mr-5">TechTogether Miami was TechTogether's fifth chapter location, opened in 2021 along with TechTogether Chicago.
</br></br>TechTogether Miami is one of the few gender-focused hackathons located in Florida.
</br></br>TechTogether Miami serves primarily high school, college, and bootcamp students in Florida state with a focus on Miami. The organizing team consists of students and residents from across Florida.
</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 Miami -->
<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 Miami 2021-2022</h5>
<p class="card-text">
<ul class ="stats-list">
<li>402 Hackers</li>
<li>1041 Applications</li>
<li>56% First-time Hackers</li>
<li>$3k Prizes</li>
<li>31 Projects</li>
<li>93% of attendees would recommend the event to a friend.</li>
<li>Hosted Virtually</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 Miami 2022-2023</h5>
<p class="card-text">
<ul class ="stats-list">
<li>No information is available yet for TechTogether Miami'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 %}