-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
399 lines (397 loc) · 12.8 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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>NeuralWorks</title>
<meta
name="description"
content="NeuralWorks is a student ran community of aspiring entrepreneurs and creators. Meet new friends and make projects with some of the best creators in the world!"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/img/favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/img/favicon.png"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=DM+Sans"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lato"
/>
<link rel="stylesheet" href="assets/css/Footer-Basic.css" />
<link rel="stylesheet" href="assets/css/Navigation-Clean.css" />
<link rel="stylesheet" href="assets/css/Projects-Clean.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<script
src="https://kit.fontawesome.com/0e7cbfa068.js"
crossorigin="anonymous"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-163XJYM4NK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-163XJYM4NK");
</script>
</head>
<body style="max-width: 100vw">
<nav
class="navbar navbar-light navbar-expand-md sticky-top"
style="background: #f8faff; height: 15vh"
>
<div class="container">
<a class="navbar-brand" href="#"
><img
id="logo"
src="assets/img/default-monochrome-black.svg"
style="width: 15rem" /></a
><button
data-bs-toggle="collapse"
class="navbar-toggler"
data-bs-target="#navcol-2"
>
<span class="visually-hidden">Toggle navigation</span
><span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a
class="nav-link"
href="https://github.com/NeuralWorksAI"
target="_blank"
>Projects</a
>
</li>
<li class="nav-item dropdown show">
<a
class="dropdown-toggle nav-link"
aria-expanded="true"
data-bs-toggle="dropdown"
href="#"
style="color: #888"
>About </a
>
<div class="dropdown-menu">
<a class="dropdown-item" href="mission.html">Mission</a
><a class="dropdown-item" href="team.html">Team</a
><a class="dropdown-item" href="faq.html">FAQ</a>
</div>
</li>
<li class="nav-item">
<a
class="nav-link"
href="https://discord.gg/7Kp29uCEde"
target="_blank"
>
<i class="fab fa-lg fa-discord d-inline-block align-middle"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="main">
<div id="particles-js"></div>
<div
class="col"
id="custom-col"
style="background-color: #f8faff; height: 95vh"
>
<div
class="container-fluid py-5"
style="
text-align: center;
position: absolute;
top: 25%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%);
"
>
<h1 class="display-5 fw-bold" id="hero" style="font-size: 10vw">
Create a better<br /> universe.
</h1>
<a
class="btn btn-primary btn-lg"
role="button"
id="start-button"
href="https://discord.gg/7Kp29uCEde"
style="font-size: 1rem"
target="_blank"
>Start Here</a
>
</div>
</div>
<div
class="container-fluid py-5"
id="about-container"
style="text-align: center"
>
<h1 class="display-5 fw-bold">
So, what is <span>NeuralWorks</span>?
</h1>
<p
id="about-paragrah"
style="
max-width: 60%;
padding-top: 3rem;
padding-bottom: 5rem;
margin: auto;
"
>
NeuralWorks is a student ran community of aspiring entrepreneurs and
creators. Meet <span>new friends</span> and make projects
with some of the <span>best creators in the world</span>!
</p>
</div>
<div
class="container"
id="grid-container"
style="
padding-top: 1rem;
padding-bottom: 1rem;
background-image: url(assets/img/background.jpg);
background-size: cover;
border-radius: 100%;
margin-top: 3rem;
margin-bottom: 3rem;
"
>
<div class="row">
<div class="col">
<div class="card">
<div class="card-body">
<h3 class="card-title">Empower Your Learning</h3>
<p class="card-text">
Surround yourself in an environment of <span
>like minded people</span
>. Our members include students and professional
developers, <span>spanning 6 continents</span>.
</p>
</div>
</div>
</div>
<div class="col">
<img
id="custom-image"
class="d-flex flex-wrap align-items-center floating"
src="assets/img/group.svg"
/>
</div>
</div>
<div class="row">
<div class="col d-flex flex-wrap align-items-center floating">
<img id="custom-image" src="assets/img/work.svg" />
</div>
<div class="col">
<div class="card">
<div class="card-body">
<h3 class="card-title">Award Winning Projects</h3>
<p class="card-text">
Work with the NeuralWorks team to create new and exciting
projects. Previous projects have <span
>won ivy league hackathons</span
> and been funded.
</p>
</div>
</div>
</div>
</div>
</div>
<div
class="container"
id="mobile-grid-container"
style="padding-top: 5rem; text-align: center"
>
<div class="row">
<div class="col">
<div class="card">
<div class="card-body">
<h3 class="card-title">Empower Your Learning</h3>
<p class="card-text">
Surround yourself in an environment of <span
>like minded people</span
>. Our members include students and professional
developers, <span>spanning 6 continents</span>.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<img
id="custom-image"
class="floating"
src="assets/img/group.svg"
/>
</div>
</div>
<div class="row">
<div class="col">
<div class="card">
<div class="card-body">
<h3 class="card-title">Award Winning Projects</h3>
<p class="card-text">
Work with the NeuralWorks team to create new exciting
projects. Previous projects have <span
>won ivy league hackathons</span
> and been funded.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<img id="custom-image" src="assets/img/work.svg" class="floating" />
</div>
</div>
</div>
<div
class="container-fluid py-5"
id="about-container"
style="text-align: center"
>
<h1 class="display-5 fw-bold" style="margin-top: 5rem; padding: 1rem">
Recent Projects
</h1>
<div class="card-group">
<div class="card project-card" data-aos="fade-up">
<img
class="card-img-top w-100 d-block"
src="https://media.giphy.com/media/BIQIObEIZv7WkPVqt4/giphy.gif"
class="card-img-top"
alt="Commit"
/>
<div class="card-body">
<h4 class="card-title">Commit</h4>
<p class="card-text">
RU hacks winner. Solving procrastination the right way,
permanently!
</p>
<a
href="https://devpost.com/software/commit-f9nmdz"
target="_blank"
>
<button class="btn btn-primary" type="button">
See more
</button></a
>
</div>
</div>
<div
class="card project-card"
data-aos="fade-up"
data-aos-delay="300"
>
<img
class="card-img-top w-100 d-block"
src="https://challengepost-s3-challengepost.netdna-ssl.com/photos/production/software_thumbnail_photos/001/487/158/datas/medium.png"
class="card-img-top"
alt="Photocrypt"
/>
<div class="card-body">
<h4 class="card-title">Photocrypt</h4>
<p class="card-text">
Hack Caltech Winner, 1517 Funding Winner. Secure accounts with
images, not passwords.
</p>
<a
href="https://devpost.com/software/photocrypt-70prqs"
target="_blank"
>
<button class="btn btn-primary" type="button">See more</button>
</a>
</div>
</div>
<div
class="card project-card"
data-aos="fade-up"
data-aos-delay="600"
>
<img
class="card-img-top w-100 d-block"
src="https://challengepost-s3-challengepost.netdna-ssl.com/photos/production/software_photos/001/410/418/datas/original.png"
alt="Photocrypt"
/>
<div class="card-body">
<h4 class="card-title">Lottocoin</h4>
<p class="card-text">
A cryptocurrency created to solve the biggest problem in
FinTech.<br />
</p>
<a
href="https://devpost.com/software/lottocoin-5n7fsx"
target="_blank"
>
<button class="btn btn-primary" type="button">
See more
</button></a
>
</div>
</div>
</div>
</div>
<h1
class="display-5 fw-bold"
style="
text-align: center;
padding: 5vh;
margin-top: 5rem;
font-size: 6vh;
"
>
Any Questions?<br /> <a
href="mailto:[email protected]"
style="text-decoration: none; color: #437085"
>Email Us</a
>
</h1>
<footer class="footer-basic">
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Home</a></li>
<li class="list-inline-item">
<a href="https://github.com/NeuralWorksAI">Projects</a>
</li>
<li class="list-inline-item"><a href="mission.html">Mission</a></li>
<li class="list-inline-item"><a href="team.html">Team</a></li>
<li class="list-inline-item"><a href="faq.html">FAQ</a></li>
</ul>
<p class="copyright">NeuralWorks © 2021</p>
</footer>
</div>
<script src="assets/js/particles.js"></script>
<script src="assets/js/app.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>