This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
328 lines (309 loc) · 11.2 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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./CSS/style.css" />
<link
rel="stylesheet"
media="screen and (max-width: 970px)"
href="./CSS/mobile.css"
/>
<meta
name="description"
content="Tech Optium is a student-led organization helping and inspiring
future leaders of the tech industry woldwide."
/>
<link
href="https://fonts.googleapis.com/css?family=Lato|Staatliches&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!--test-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettier/2.7.1/standalone.js"></script>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.2.0/umd/react-dom.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettier/2.6.2/standalone.js"></script>
<script src="https://kit.fontawesome.com/85a5fdd30e.js" async></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<script src="script.js"></script>
<title>Tech Optimum | Home</title>
<link rel="icon" type="image/x-icon" href="/img/Aboutinfo.png" />
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-C227L4WGXM"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-C227L4WGXM");
</script>
</head>
<body>
<!--navbar-->
<header-comp></header-comp>
<!--end navbar-->
<br />
<br />
<header style="border-bottom: 6px solid #0c0f35" id="showcase">
<div style="text-align: center" class="showcase-container">
<div class="showcase-content">
<div class="animated-glow-css category category-sports">
Computer Science
</div>
<h1 class="animated-glow-css hometitle">Tech Optimum</h1>
<div class="css-3d-text">
Tech Optimum is a student-led organization helping and inspiring
future leaders of the tech industry woldwide.
</div>
<a
href="https://techoptimum.org/coming-soon.html"
class="animated-glow-css btn btn-primary"
>Learn More</a
>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div id="sixsix" class="column-66">
<h1 style="color: #bccbe5" class="large-font">Our Mission</h1>
<h2 style="color: #74aaed">
We aim to improve skills of high school & college students who would
like to become better computer scientists.
</h2>
<p style="color: #bccbe5; font-size: 16px">
At Tech Optimum, we strive for excellence when it comes to
programming.
</p>
<br />
<a
style="margin-right: 20px"
href="https://techoptimum.org/coming-soon.html"
class="btn btn-primary"
>Become a Member</a
>
<a href="./join-leadership.html" class="btn btn-primary"
>Join our Team</a
>
</div>
<div class="column-33">
<img
src="../img/tech-optimum-our-mission.png"
alt="Mission Statement"
width="500"
/>
</div>
</div>
</div>
<br />
<br />
<div class="container">
<div id="coding-preview-section">
<h1 style="color: #bccbe5" class="large-font">
Learn to <span>Code:</span>
</h1>
</div>
<div class="parent-gridd">
<div style="color: #bccbe5" class="subdiv-grid div1">
<h1>Integrating MongoDB</h1>
<p>
Use databases in your own website. Discover how data can be stored
in DB's like Mongo, and learn how to control the data.
</p>
</div>
<div style="color: #bccbe5" class="subdiv-grid div2">
<h1>Basic Web Development</h1>
<p>
Create simple websites using HTMl, CSS, and JS. Host, publish and
share your personalized website that you created from scratch!
</p>
</div>
<div style="color: #bccbe5" class="subdiv-grid div3">
<h1>Create a Simple Game</h1>
<p>
Learn how to create simple games, tic tac toe, quiz games, and more.
You will learn how to create real-world applications using langauges
like Javascript.
</p>
</div>
</div>
<br />
<div class="extending-preview">
<p>
And so many more courses to choose from to enhance your coding
abilities!
</p>
</div>
<div class="row">
<div class="column-33">
<img
src="../img/calendart-removebg-preview.png"
alt="Mission Statement"
width="500"
/>
</div>
<div style="padding-left: 70px" id="sixsix" class="column-66">
<h1 style="color: #bccbe5" class="large-font">Events</h1>
<h2 style="color: #bccbe5">
Participate in epic events hosted by Tech Optimum.
</h2>
<p style="color: #bccbe5">
Our upcoming event is a
<span class="highlight-lightblue">Hackathon!!</span> A hackathon is
a 48-hour coding competition in which participants can code projects
as a team or individually and compete for numerous prizes!
</p>
<br />
<a href="./hackathon.html" class="btn btn-primary">Learn more!</a>
</div>
</div>
<div class="row">
<div style="padding-left: 70px" id="sixsix" class="column-66">
<h1 style="color: #f8dfa6" class="large-font">
Find Tech Internships.
</h1>
<h2 style="color: #927e6b">Land a CS internship <b>now</b>!</h2>
<p style="color: #85d1de">
1. Create your free Tech Optimum account.<br />
2. Browse active internship job postings.<br />
3. Check out the necessary skills and sharpen them with our
courses.<br />
4. Apply.
<br />
</p>
<br />
<a href="" class="btn btn-disabled btn-primary"
>Find Internships Now</a
>
</div>
<div class="column-33">
<img
src="../img/internshipfinder-removebg-preview.png"
alt="Mission Statement"
width="500"
/>
</div>
</div>
</div>
<br /><br />
<div
id="twitter-time-line-section box-sub-containers"
class="container"
style="margin: auto"
>
<div class="row">
<style>
.twittertt {
margin: auto;
text-align: center;
left: 50%;
}
</style>
<!--
<div id="twitter-section" class="twittertt column-66">
<a class="twitter-timeline" href="https://twitter.com/techoptimum_?ref_src=twsrc%5Etfw">Tweets by Tech Optimum</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script
<blockquote class="twitter-tweet" data-theme="dark"><p lang="en" dir="ltr">Tech Optimum's Hackathon Signup is now open!<br><br>Reveal your true coding skills from July 15th - 17th, 2022, virtually.<br><br>Signup: <a href="https://t.co/gwU9zO4Uhe">https://t.co/gwU9zO4Uhe</a><a href="https://twitter.com/hashtag/Hackathon?src=hash&ref_src=twsrc%5Etfw">#Hackathon</a> <a href="https://twitter.com/hashtag/Coding?src=hash&ref_src=twsrc%5Etfw">#Coding</a> <a href="https://twitter.com/hashtag/Competition?src=hash&ref_src=twsrc%5Etfw">#Competition</a> <a href="https://twitter.com/hashtag/fun?src=hash&ref_src=twsrc%5Etfw">#fun</a></p>— Tech Optimum (@TechOptimumHQ) <a href="https://twitter.com/TechOptimumHQ/status/1533134047479681029?ref_src=twsrc%5Etfw">June 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>-->
</div>
</div>
<div class="container">
<!--Faq or something
<div class="row">
<div class="column-66 accordian-section">
<button class="accordion">
What makes Tech Optimum's courses unique
</button>
<div class="panel">
<p>
At Tech Optimum,
</p>
</div>
<button class="accordion">How does our internship finder v</button>
<div class="panel">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
</p>
</div>
<button class="accordion">Section 3</button>
<div class="panel">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
</p>
</div>
</div>
<div class="column-33">
<img src="/" />
</div>
</div>-->
</div>
<br />
<div class="social">
<br />
<a
class="social-button"
href="http://github.com/techoptimum"
target="blank"
><i class="fab fa-github fa-2x"></i
></a>
<a
class="social-button"
href="https://twitter.com/TechOptimumHQ"
target="blank"
><i class="fab fa-twitter fa-2x"></i
></a>
<a
class="social-button"
href="https://www.instagram.com/techoptimum_/"
target="blank"
><i class="fab fa-instagram fa-2x"></i
></a>
<a
class="social-button"
href="https://www.linkedin.com/company/78818978"
target="blank"
><i class="fab fa-linkedin fa-2x"></i
></a>
</div>
<br />
<footer-comp></footer-comp>
</body>
</html>
<script>
var acc = document.getElementsByClassName("accordion");
for (var i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function () {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>