-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
563 lines (472 loc) · 25.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
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<!--Page Title-->
<title>Paulina Ai - Hello World!</title>
<!--Meta Keywords and Description-->
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" title="Favicon"/>
<!-- Main CSS Files -->
<link rel="stylesheet" href="css/style.css">
<!-- Namari Color CSS -->
<link rel="stylesheet" href="css/namari-color.css">
<!--Icon Fonts - Font Awesome Icons-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animate CSS-->
<link href="css/animate.css" rel="stylesheet" type="text/css">
<!--Google Webfonts-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status" class="la-ball-triangle-path">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!--End of Preloader-->
<div class="page-border" data-wow-duration="0.7s" data-wow-delay="0.2s">
<div class="top-border wow fadeInDown animated" style="visibility: visible; animation-name: fadeInDown;"></div>
<div class="right-border wow fadeInRight animated" style="visibility: visible; animation-name: fadeInRight;"></div>
<div class="bottom-border wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;"></div>
<div class="left-border wow fadeInLeft animated" style="visibility: visible; animation-name: fadeInLeft;"></div>
</div>
<div id="wrapper">
<header id="banner" class="scrollto clearfix" data-enllax-ratio=".5">
<div id="header" class="nav-collapse">
<div class="row clearfix">
<div class="col-1">
<!--Logo-->
<div id="logo">
<!--Logo that is shown on the banner-->
<img src="images/logo.png" id="banner-logo" alt="Landing Page"/>
<!--End of Banner Logo-->
<!--The Logo that is shown on the sticky Navigation Bar-->
<img src="images/stickylogo.png" id="navigation-logo" alt="Landing Page"/>
<!--End of Navigation Logo-->
</div>
<!--End of Logo-->
<aside>
<!--Social Icons in Header-->
<ul class="social-icons">
<li>
<a target="_blank" title="Github" href="https://www.github.com/paulinaai">
<i class="fa fa-github fa-1x"></i><span>Github</span>
</a>
</li>
<li>
<a target="_blank" title="LinkedIn" href="https://www.linkedin.com/in/paulina-a-076198242/">
<i class="fa fa-linkedin fa-1x"></i><span>LinkedIn</span>
</a>
</li>
<!-- <li>
<a target="_blank" title="Twitter" href="http://www.twitter.com/username">
<i class="fa fa-twitter fa-1x"></i><span>Twitter</span>
</a>
</li> -->
<!-- <li>
<a target="_blank" title="Instagram" href="http://www.instagram.com/aaipaula">
<i class="fa fa-instagram fa-1x"></i><span>Instagram</span>
</a>
</li> -->
<!-- <li>
<a target="_blank" title="behance" href="http://www.behance.net">
<i class="fa fa-behance fa-1x"></i><span>Behance</span>
</a>
</li> -->
</ul>
<!--End of Social Icons in Header-->
</aside>
<!--Main Navigation-->
<nav id="nav-main">
<ul>
<li>
<a href="#banner">Home</a>
</li>
<li>
<a href="#bio">Bio</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
</ul>
</nav>
<!--End of Main Navigation-->
<div id="nav-trigger"><span></span></div>
<nav id="nav-mobile"></nav>
</div>
</div>
</div><!--End of Header-->
<!--Banner Content-->
<div id="banner-content" class="row clearfix">
<div class="col-38">
<div class="section-heading">
<h1>Hello World! My name is Paulina Ai</h1>
<h2>I am a college freshman who beleives that all girls should have access to
STEM resources. As a first-generation STEM student in my family I am determined, resilient, and big on mentorship!
</h2>
</div>
</div>
</div><!--End of Row-->
</header>
<!--Main Content Area-->
<main id="content">
<!--Content Section-->
<div id="bio" class="scrollto clearfix">
<div class="row no-padding-bottom clearfix">
<!--Content Left Side-->
<div class="col-3">
<!--User Testimonial-->
<blockquote class="testimonial text-right bigtest">
<q>The more I study, the more insatiable do I feel my genius for it to be.</q>
<footer>— Ada Lovelace, First Programmer</footer>
</blockquote>
<!-- End of Testimonial-->
</div>
<!--End Content Left Side-->
<!--Content of the Right Side-->
<div class="col-3">
<div class="section-heading">
<h3>PERSONAL INFORMATION</h3>
<h2 class="section-title">About Me</h2>
<!-- <p class="section-subtitle"></p> -->
</div>
<p> I am a born and raised Southern Californian! Since my elementary school days,
STEM has always been my favorite subject. I am especially drawn to the problem solving aspect of math and computer science.
After pursuing competition math in middle school, I also fell in love with programming.
</p>
<!-- Just replace the Video ID "UYJ5IjBRlW8" with the ID of your video on YouTube (Found within the URL) -->
<!-- <a href="#" data-videoid="TyT6lgwyfGM" data-videosite="youtube" class="button video link-lightbox">
WATCH VIDEO <i class="fa fa-play" aria-hidden="true"></i>
</a> -->
</div>
<!--End Content Right Side-->
<div class="col-3">
<img src="images/PaulinaHeadShot.JPG" alt="Headshot"/>
</div>
</div>
</div>
<!--End of Content Section-->
<!--Introduction-->
<section id="skills" class="introduction scrollto">
<div class="row clearfix">
<div class="col-3">
<div class="section-heading">
<h3>SKILLSET</h3>
<h2 class="section-title">What I Know</h2>
<p class="section-subtitle">I am interested in a multitude of CS subjects as I am just beginning my college education.
</p>
</div>
</div>
<div class="col-2-3">
<!--Icon Block-->
<div class="col-2 icon-block icon-top wow fadeInUp" data-wow-delay="0.1s">
<!--Icon-->
<div class="icon">
<i class="fa fa-html5 fa-2x"></i> <!--html5-->
</div>
<!--Icon Block Description-->
<div class="icon-block-description">
<h4>Python & SQL</h4>
<p>I have multiple years of experience in Python. In addition, I am well versed
in Java and HTML/CSS. I have taken Data Structures and intro to programming courses at university.
</p>
</div>
</div>
<!--End of Icon Block-->
<!--Icon Block-->
<div class="col-2 icon-block icon-top wow fadeInUp" data-wow-delay="0.3s">
<!--Icon-->
<div class="icon">
<i class="fa fa-bolt fa-2x"></i>
</div>
<!--Icon Block Description-->
<div class="icon-block-description">
<h4>Leadership & Outreach</h4>
<p>From heading outreach initiatives with the Society of Women Engineers San Diego to leading my schools Society of Women Engineers Next club, I have
gained valuable leadership skills. At events like San Diego Science and Engineering Festival I introduce different types of
engineering and physics to curious children.
</p>
</div>
</div>
<!--End of Icon Block-->
<!--Icon Block-->
<div class="col-2 icon-block icon-top wow fadeInUp" data-wow-delay="0.5s">
<!--Icon-->
<div class="icon">
<i class="fa fa-code fa-2x"></i> <!--tablet-->
</div>
<!--Icon Block Description-->
<div class="icon-block-description">
<h4>KnightHacks</h4>
<p>I am the founder and head organizer of KnightHacks, La Jolla's first high-schooler-run hackathon. KnightHacks
welcomed 9 teams of participants from 12 different high schools and included judges from top companies such as Apple and Lockheed Martin.
</p>
</div>
</div>
<!--End of Icon Block-->
<!--Icon Block-->
<div class="col-2 icon-block icon-top wow fadeInUp" data-wow-delay="0.5s">
<!--Icon-->
<div class="icon">
<i class="fa fa-pencil fa-2x"></i>
</div>
<!--Icon Block Description-->
<div class="icon-block-description">
<h4>More Than Just a Coder</h4>
<p> While I love science, I also am a huge fan of music! I play the guitar and
record covers of my favorite indie artists. I am also a huge fan of rap and the
lyricism required to construct a rap song.
</p>
</div>
</div>
<!--End of Icon Block-->
</div>
</div>
</section>
<!--End of Introduction-->
<!--Gallery-->
<aside id="gallery" class="row text-center scrollto clearfix" data-featherlight-gallery
data-featherlight-filter="a">
<a href="images/gallery-images/gallery-image-1.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.1s"><img src="images/gallery-images/gallery-image-1.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/gallery-image-2.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.3s"><img src="images/gallery-images/gallery-image-2.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/gallery-image-3.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.5s"><img src="images/gallery-images/gallery-image-3.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/gallery-image-4.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="1.1s"><img src="images/gallery-images/gallery-image-4.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/gallery-image-5.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.9s"><img src="images/gallery-images/gallery-image-5.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/gallery-image-6.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.7s"><img src="images/gallery-images/gallery-image-6.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/gallery-image-7.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.1s"><img src="images/gallery-images/gallery-image-7.jpg" alt="Landing Page"/></a>
<a href="images/gallery-images/gallery-image-8.jpg" data-featherlight="image" class="col-3 wow fadeIn"
data-wow-delay="0.3s"><img src="images/gallery-images/gallery-image-8.jpg" alt="Landing Page"/></a>
</aside>
<!--End of Gallery-->
<!-- Testimonials-->
<!-- <aside id="testimonials" class="scrollto text-center" data-enllax-ratio=".2">
<div class="row clearfix">
<div class="section-heading">
<h3>FEEDBACK</h3>
<h2 class="section-title">What our customers are saying</h2>
</div> -->
<!--User Testimonial-->
<!-- <blockquote class="col-3 testimonial classic">
<img src="images/user-images/user-1.jpg" alt="User"/>
<q>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore
et dolore magna aliqua</q>
<footer>John Doe - Happy Customer</footer>
</blockquote> -->
<!-- End of Testimonial-->
<!--User Testimonial-->
<!-- <blockquote class="col-3 testimonial classic">
<img src="images/user-images/user-2.jpg" alt="User"/>
<q>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore
et dolore magna aliqua</q>
<footer>Roslyn Doe - Happy Customer</footer>
</blockquote> -->
<!-- End of Testimonial-->
<!--User Testimonial-->
<!-- <blockquote class="col-3 testimonial classic">
<img src="images/user-images/user-3.jpg" alt="User"/>
<q>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore
et dolore magna aliqua</q>
<footer>Thomas Doe - Happy Customer</footer>
</blockquote> -->
<!-- End of Testimonial-->
<!-- </div>
</aside> -->
<!--End of Testimonials -->
<!--Clients-->
<!-- <section id="clients" class="scrollto clearfix">
<div class="row clearfix">
<div class="col-3">
<div class="section-heading">
<h3>TRUST</h3>
<h2 class="section-title">Companies who use our services</h2>
<p class="section-subtitle">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam!</p>
</div>
</div>
<div class="col-2-3">
<a href="#" class="col-3">
<img src="images/company-images/company-logo1.png" alt="Company"/>
<div class="client-overlay"><span>Tree</span></div>
</a>
<a href="#" class="col-3">
<img src="images/company-images/company-logo2.png" alt="Company"/>
<div class="client-overlay"><span>Fingerprint</span></div>
</a>
<a href="#" class="col-3">
<img src="images/company-images/company-logo3.png" alt="Company"/>
<div class="client-overlay"><span>The Man</span></div>
</a>
<a href="#" class="col-3">
<img src="images/company-images/company-logo4.png" alt="Company"/>
<div class="client-overlay"><span>Mustache</span></div>
</a>
<a href="#" class="col-3">
<img src="images/company-images/company-logo5.png" alt="Company"/>
<div class="client-overlay"><span>Goat</span></div>
</a>
<a href="#" class="col-3">
<img src="images/company-images/company-logo6.png" alt="Company"/>
<div class="client-overlay"><span>Justice</span></div>
</a>
<a href="#" class="col-3">
<img src="images/company-images/company-logo7.png" alt="Company"/>
<div class="client-overlay"><span>Ball</span></div>
</a>
<a href="#" class="col-3">
<img src="images/company-images/company-logo8.png" alt="Company"/>
<div class="client-overlay"><span>Cold</span></div>
</a>
<a href="#" class="col-3">
<img src="images/company-images/company-logo9.png" alt="Company"/>
<div class="client-overlay"><span>Cold</span></div>
</a>
</div>
</div>
</section> -->
<!--End of Clients-->
<!--Pricing Tables-->
<!-- <section id="pricing" class="secondary-color text-center scrollto clearfix ">
<div class="row clearfix">
<div class="section-heading">
<h3>YOUR CHOICE</h3>
<h2 class="section-title">We have the right package for you</h2>
</div> -->
<!--Pricing Block-->
<!-- <div class="pricing-block col-3 wow fadeInUp" data-wow-delay="0.4s">
<div class="pricing-block-content">
<h3>Personal</h3>
<p class="pricing-sub">The standard version</p>
<div class="pricing">
<div class="price"><span>$</span>19</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>
<ul>
<li>5 Downloads</li>
<li>2 Extensions</li>
<li>Tutorials</li>
<li>Forum Support</li>
<li>1 year free updates</li>
</ul>
<a href="#" class="button">BUY TODAY</a>
</div>
</div> -->
<!--End Pricing Block-->
<!--Pricing Block-->
<!-- <div class="pricing-block featured col-3 wow fadeInUp" data-wow-delay="0.6s">
<div class="pricing-block-content">
<h3>Student</h3>
<p class="pricing-sub">Most popular choice</p>
<div class="pricing">
<div class="price"><span>$</span>29</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>
<ul>
<li>15 Downloads</li>
<li>5 Extensions</li>
<li>Tutorials with Files</li>
<li>Forum Support</li>
<li>2 years free updates</li>
</ul>
<a href="#" class="button">BUY TODAY</a>
</div>
</div> -->
<!--End Pricing Block-->
<!--Pricing Block-->
<!-- <div class="pricing-block col-3 wow fadeInUp" data-wow-delay="0.8s">
<div class="pricing-block-content">
<h3>Business</h3>
<p class="pricing-sub">For the whole team</p>
<div class="pricing">
<div class="price"><span>$</span>49</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>
<ul>
<li>Unlimited Downloads</li>
<li>Unlimited Extensions</li>
<li>HD Video Tutorials</li>
<li>Chat Support</li>
<li>Lifetime free updates</li>
</ul>
<a href="#" class="button">BUY TODAY</a>
</div>
</div> -->
<!--End Pricing Block-->
<!--
</div>
</section> -->
<!--End of Pricing Tables-->
</main>
<!--End Main Content Area-->
<!--Footer-->
<footer id="landing-footer" class="clearfix">
<div class="row clearfix">
<p id="copyright" class="col-2"> Copyright Paulina Ai 2023 </p>
<!--Social Icons in Footer-->
<ul class="col-2 social-icons">
<!-- <li>
<a target="_blank" title="Facebook" href="https://www.facebook.com/username">
<i class="fa fa-facebook fa-1x"></i><span>Facebook</span>
</a>
</li>
<li>
<a target="_blank" title="Google+" href="http://google.com/+username">
<i class="fa fa-google-plus fa-1x"></i><span>Google+</span>
</a>
</li>
<li>
<a target="_blank" title="Twitter" href="http://www.twitter.com/username">
<i class="fa fa-twitter fa-1x"></i><span>Twitter</span>
</a>
</li>
<li>
<a target="_blank" title="Instagram" href="http://www.instagram.com/aaipaula">
<i class="fa fa-instagram fa-1x"></i><span>Instagram</span>
</a>
</li> -->
<!-- <li>
<a target="_blank" title="behance" href="http://www.behance.net">
<i class="fa fa-behance fa-1x"></i><span>Behance</span>
</a>
</li> -->
</ul>
<!--End of Social Icons in Footer-->
</div>
</footer>
<!--End of Footer-->
</div>
<!-- Include JavaScript resources -->
<script src="js/jquery.1.8.3.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/featherlight.min.js"></script>
<script src="js/featherlight.gallery.min.js"></script>
<script src="js/jquery.enllax.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.stickyNavbar.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/images-loaded.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/site.js"></script>
</body>
</html>