-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
228 lines (221 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Poppins&family=Tilt+Neon&family=Tilt+Warp&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trinity Hack Club</title>
<link rel="stylesheet" media="screen and (max-width: 1100px)" href="phone.css">
<link rel="stylesheet" media="screen and (min-width: 1100px)" href="style.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
</head>
<body>
<div id="nav-background">
<nav id="navbar">
<div id="division">
<a href="#background-about-section"><button id="navbar-button">About Us</button></a>
<a href="#hackclub-section"><button id="navbar-button">Hack Club</button></a>
<a href="#theteam-section"><button id="navbar-button">Team</button></a>
<a href="#FAQ-section"><button id="navbar-button">FAQ</button></a>
</div>
<div id="icons-box">
<div class="icons">
<a class = "icon" href="https://instagram.com/trinityhackclub"></a>
<a class = "icon" href="mailto:[email protected]"></a>
<a class = "icon" href="https://github.com/trinityhackclub"></a>
<a class = "icon" href="https://discord.gg/3QPGnkEgpK"></a>
<a class = "icon" href="https://www.linkedin.com/company/trinity-hack-club/"></a>
</div>
</div>
</nav>
</div>
<div id="banner">
<div id="banner-flex">
<div id="banner-image" class="banner-image-style">
<img id="banner_image" src="/images/banner-image.png" alt="image">
</div>
<div id="hero-text-flex">
<div id="banner-textbox-1" class="banner-text-style">
<b>
<h1 class="hero-heading">Trinity</h1>
</b>
</div>
<div id="banner-textbox-2" class="banner-text-style">
<b>
<h1 class="hero-heading">HackClub</h1>
</b>
</div>
<div class ="buttons-container">
<a href = "https://forms.gle/opY3Sc6LLgUsnbma6"><button class = "button enroll-button" style="vertical-align:middle"><span>Enroll Now!</span></button></a>
</div>
</div>
</div>
</div>
<div id="body">
<div id="background-about-section">
<br>
<div id="about-section">
<h2 id="about-heading" class="sub-heading body-font">About Us</h2>
</div>
<br>
<div id="about-flex">
<div id="about-content-1">
<p class="about-text body-font">
We are the Coding Spirits, who will be a guide through your programming journey during your
high-school and together we will code and create with you!
Each week we gather either for club meetings or coding workshops - to explore, learn and create
amazing things with code and share our creativity with each other.
Although we are a chill club for coding, but you should be determined all the time!
There is no prior experience required for you to join, come learn with us!
</p>
</div>
<div id="about-image-box">
<img id="about-image" src="/images/favicon.png" alt="Image">
</div>
</div>
<div id="about-content-2">
<p class="about-text about-text-neeche body-font">
</p>
</div>
<br />
</div>
<div id="hackclub-section">
<div id="hackclub-flex">
<div id="hackclub-heading-box">
<h2 class="sub-heading hackclub-heading body-font"'>What is Hack Club?</h2>
</div>
<div id="hackclub-image-box">
<img id="hackclub-image" src="/images/hc-hand-flag.png" alt="">
</div>
</div>
<div id="hackclub-content">
<p class="paragraph-text hackclub-text body-font">
<a href="https://hackclub.com/">Hack Club</a> is a US-based 501(c)(3) non-profit organization, founded in 2014 by Zach Latta, whose aim
is to foster a wholesome generation of teenage coders, innovators, founders, and builders. Over 20K+
teenagers engage with their programs annually. And Trinity Hack Club is a mini part of it.
</p>
<br>
<br>
<br>
</div>
<hr>
</div>
<div id="joinclub-section">
<div>
<br>
<div>
<h2 class="sub-heading joinclub-heading body-font">Want to Join this Club?</h2>
</div>
</div>
<div>
<div id="joinclub-flex">
<p class="paragraph-text joinclub-text body-font">
You're welcome to join Trinity Hack Club meetings every week online!
Become a member of Trinity HC now!
<br>
<div class="buttons-container">
<a href="https://forms.gle/opY3Sc6LLgUsnbma6"><button class="button" style="vertical-align:middle"><span>Register </span></button></a>
</div>
</p>
<hr>
</div>
</div>
</div>
<div id="theteam-section">
<div class="sub-heading body-font theteam-heading">
<h2 id="theteam-heading">Our Team</h2>
</div>
<div class="theteam-flex">
<div class="theteam-division">
<div class="theteam-box">
<div class="theteam-image-box">
<img class="team-image" src="/team_images/vidha.jpg" alt="Image">
</div>
<hr class="team-hr">
<div class="theteam-text-box">
<ul class="theteam-ul">
<li class="theteam-li body-font" style="font-size: 25px;">Vidha (she/her/hers)</li>
<li class="theteam-li body-font">⭐Planning</li>
<li class="theteam-li body-font">⭐Developer</li>
</ul>
</div>
</div>
</div>
<div class="theteam-division">
<div class="theteam-box">
<div class="theteam-image-box">
<img class="team-image" src="/team_images/harshit.jpg" alt="Image">
</div>
<hr class="team-hr">
<div class="theteam-text-box">
<ul class="theteam-ul">
<li class="theteam-li body-font" style="font-size: 25px;">Harshit (he/him/his) </li>
<li class="theteam-li body-font">⭐Developer</li>
<li class="theteam-li body-font">⭐Finance</li>
</ul>
</div>
</div>
</div>
<div class="theteam-division">
<div class="theteam-box">
<div class="theteam-image-box">
<img class="team-image" src="/team_images/saumya.png" alt="Image">
</div>
<hr class="team-hr">
<div class="theteam-text-box">
<ul class="theteam-ul">
<li class="theteam-li body-font" style="font-size: 25px;">Saumya (she/they) </li>
<li class="theteam-li body-font">⭐Design/Art</li>
<li class="theteam-li body-font">⭐Outreach/Marketing</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="epoch-section">
<p class = "epoch-heading">Epoch</p>
<p id="epoch-text">On the New Year of 2023, Hack Club Organised a hackathon, For Teenagers - By Teenagers.</p>
<iframe id = "epoch-iframe" width="560" height="315" src="https://www.youtube.com/embed/KLx4NZZPzMc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<hr>
<div id="FAQ-section">
<div id="FAQ-heading-box" class="sub-heading body-font">
<h2 id="FAQ-heading">FAQ</h2>
</div>
<div id="FAQ-content-box">
<h3 class="FAQ-questions body-font">👻 Who can participate?</h3>
<h4 class="FAQ-answers body-font">This Club is open to middle and high school students who are 10-18 years of age.</h4>
<h3 class="FAQ-questions body-font">👻 What's the fee?</h3>
<h4 class="FAQ-answers body-font">Our Club is completely free of cost! we also give free stickers to the students who join us!</h4>
<h3 class="FAQ-questions body-font">👻 What if I don't know how to code?</h3>
<h4 class="FAQ-answers body-font">No problem! We'll be hosting multiple workshops to introduce you to the world of computer science and coding! You'll be able to learn how to create your own projects very soon with us!</h4>
<h3 class="FAQ-questions body-font">👻 What about Covid Precautions?</h3>
<h4 class="FAQ-answers body-font">This club is an online one so full Covid-19 safety is secured.</h4>
<h3 class="FAQ-questions body-font">👻 Have More Questions?</h3>
<h4 class="FAQ-answers body-font">Shoot us a mail at <a href="mailto:[email protected]">[email protected]</a></h4>
</div>
<br><br>
<hr>
</div>
<footer>
<div id="footer">
<div id="footer-logo-container">
<img id="hackclub-trinity-icon" src="/images/footer-logo.png" alt="footer-logo">
<div id="footer-name-container">
<h3 id="footer-name">Trinity</h3>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</div>
</body>
</html>