-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
636 lines (580 loc) · 27.9 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
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!-- //Shoutouts to https://w3layouts.com/ -->
<!-- //Shoutouts to http://getbootstrap.com -->
<!-- //Shoutouts to https://codepen.io/sapphirewannabe/pen/JJwaEq -->
<!--// Contributing Author: Geneva Averia -->
<!============================================================ -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="google-site-verification" content="UrrW6xCeP86i14-7sjDwcgleB2_LX1qN_NhYxdCcCI4" />
<meta name="keyword" content="Filipino Seo Specialist">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Geneva Averia - SEO Specialist & Web Developer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Custom Theme files
------------------------------------------------>
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link rel="stylesheet" href="css/lightbox.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!-- //Custom Theme files -->
<!-- JAVASCRIPT
------------------------------------------------>
<script src="js/jquery-2.2.3.min.js"></script>
<script src="index.js"></script>
<script src="flashingletters.js"></script>
<!-- //js -->
<!-- web-fonts
------------------------------------------------>
<link href='//fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- //web-fonts -->
</head>
<body>
<!-- top-nav
------------------------------------------------>
<div class="top-nav">
<div class="container">
<div class="navbar-header logo">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
Menu
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="menu">
<ul class="nav navbar">
<li><a href="index.html" class="w3ls-hover"><span data-letters="Home">Start Here</span></a></li>
<li><a href="#" data-toggle="modal" data-target="#about" class="w3ls-hover"><span data-letters="About">About Me </span></a></li>
<li><a href="#" data-toggle="modal" data-target="#skill" class="w3ls-hover"><span data-letters="Skills">Skills</span></a></li>
<li><a href="#" data-toggle="modal" data-target="#Work" class="w3ls-hover"><span data-letters="Work">Experience </span></a></li>
<li><a href="#" data-toggle="modal" data-target="#Qualification" class="w3ls-hover"><span data-letters="Qualification">Education </span></a></li>
<li><a href="#" data-toggle="modal" data-target="#Gallery" class="w3ls-hover"><span data-letters="Gallery">Portfolio</span></a></li>
<li><a href="#" data-toggle="modal" data-target="#Contact" class="w3ls-hover"><span data-letters="Contact">Contact </span></a></li>
</ul>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!-- //top-nav -->
<!-- BANNER
------------------------------------------------>
<div class="video" data-vide-bg="video/slideshow.mp4">
<div class="container">
<div class="banner-text agileinfo-text">
</div>
</div>
</div>
<script src="js/jquery.vide.min.js"></script>
<!-- //banner -->
<!-- modal-about
------------------------------------------------>
<div class="modal fade modal-about" id="about" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">ABOUT ME</h4>
</div>
<div class="modal-body modal-spa">
<div class="about">
<div class="col-md-4 about-left ">
<img src="images/gene.png" class="img-responsive" alt=""/>
</div>
<div class="col-md-8 about-right wthree">
<h3>Geneva Delvo Averia</h3>
<h4>SEO Specialist & Web Designer/Developer </h4>
<h5>I grind HTML and CSS and then blend them with Python into beautiful and efficient website.</h5>
<ul class="address">
<li>
<ul class="agileits-address-text ">
<li><b>D.O.B</b></li>
<li>09-02-1990</li>
</ul>
</li>
<li>
<ul class="agileits-address-text">
<li><b>PHONE </b></li>
<li>+639369224(ask me)</li>
</ul>
</li>
<li>
<ul class="agileits-address-text">
<li><b>ADDRESS </b></li>
<li>Dumaguete City, Negros Oriental Philippines</li>
</ul>
</li>
<li>
<ul class="agileits-address-text">
<li><b>E-MAIL </b></li>
<li><a href="[email protected]" rel="nofollow">[email protected]</a></li>
</ul>
</li>
<li>
<ul class="agileits-address-text">
<li><b>WEBSITE </b></li>
<li><a href="http://girlwhocodes.pythonanywhere.com/" target="_blank">portfolio web app built with Django</a></li>
</ul>
</li>
<li>
<ul class="agileits-address-text">
<li><b>HIRE ME </b></li>
<class="columns download">
<a class="btn btn-primary" href="Gene-resume.pdf" target="_blank"><i class="fa fa-globe"></i>RESUME</a></p>
</ul>
</li>
</ul>
</div>
<div class="clearfix"> </div>
<div class="about-text geneva bio">
<link rel="stylesheet" href="css/style.css">
<p>
<link rel="stylesheet" type="text/css"
<link href="https://fonts.googleapis.com/css?family=Gochi+Hand|Kameron" rel="stylesheet"></p>
<div id="typedtext"></div>
<script src="js/index.js"></script>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //modal-about -->
<!-- modal-skills
------------------------------------------------>
<div class="modal fade modal-skills" id="skill" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">My Skills</h4>
<h5 class="text-center">---Above average English communication skills
---Experienced with SEO (Search Engine Optimization)
---Can work with minimal supervision
---Excellent time management skills with ability to meet strict deadlines
---Proficient in Microsoft Office and Excel
---Knowledgeable in HTML/CSS
---Knowledgeable in Wordpress
---Experience in copywriting and blogging
---Highly self-motivated
</h5>
</div>
<div class="modal-body modal-spa">
<div class="skills">
<div class="col-md-6 bar-grids">
<h4><span class="glyphicon glyphicon-cog"></span> Front - End </h4>
<h6>HTML <span> 70% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 70%">
</div>
</div>
<h6>CSS <span> 60 </span></h6>
<div class="progress w3-agile">
<div class="progress-bar progress-bar-striped active" style="width: 60%">
</div>
</div>
<h6>JAVASCRIPT<span>40% </span></h6>
<div class="progress w3-agile">
<div class="progress-bar progress-bar-striped active" style="width: 40%">
</div>
</div>
<h6>Web Designing <span> 60% </span></h6>
<div class="progress w3-agile">
<div class="progress-bar progress-bar-striped active" style="width: 60%">
</div>
</div>
</div>
<div class="col-md-6 bar-grids w3-agile">
<h4><span class="glyphicon glyphicon-briefcase"></span> Technical Skills </h4>
<h6>SEO<span> 80% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 80%">
</div>
</div>
<h6>Python/Django<span> 50% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 40%">
</div>
</div>
<h6>Wordpress/Drupal<span>60% </span></h6>
<div class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 60%">
</div>
</div>
<h6>Back - End<span>30% </span></h6>
<div class="progress prgs-w3agile-last">
<div class="progress-bar progress-bar-striped active" style="width: 30%">
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
<!-- //modal-skills -->
<!-- modal-experience
------------------------------------------------>
<div class="modal fade modal-experience" id="Work" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">My Work Experience</h4>
</div>
<div class="experience-grids experience-grids-btm">
<div class="experience-left">
<h3>Sept. 2016 - Present </h3>
<h4>Core - Conversion Online Marketing Solution </h4>
<H5>Westgate Tower Condominium, Madrigal Business Park, Ayala Alabang, Muntinlupa City, Philippines</H6>
</div>
<div class="experience-right">
<h4>SEO Specialist</h4>
<p>Working in this company as an SEO Specialist--Off Page Both Local and Organic Seo ( a person who optimise a specific keywords to
increase organic search
rankings of a Website in Search engines like Google, Yahoo, Bing, etc.) In short, I help clients rank FIRST PAGE in Google. My job duties includes
link building strategies, lead generation, research and analyze competitors backlinks and keyword strategy to increase rankings on all major search networks, email outreach, blog commenting, forum posting and commenting, video creation, Article Submission
(guest post purposes), Web 2.0 and so on and so forth..</p>
<p class="buttons">
<a class="btn btn-primary" href="https://wwww.facebook.com/coreconversion/"><i class="fa fa-globe"></i>Visit website</a></p>
</div>
<div class="clearfix"> </div>
</div>
<div class="experience-grids w3-agileits">
<div class="experience-left">
<h3>2011</h3>
<h4>LEASE A SEO </h4>
<h5>SEO Company</h5>
</div>
<div class="experience-right">
<h4>SEO Link Building Associate</h4>
<p>My jobduties includes (1) link building and link acquisition, (2) local citations, (3) social bookmarking,
(4) video, article and press release acquisition, (5) Web 2.0 and PBN[Private Blog Network], ETC.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //modal-experience -->
<!-- modal-education
------------------------------------------------>
<div class="modal fade modal-experience" id="Qualification" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header w3layouts">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">My Qualification</h4>
</div>
<div class="modal-body modal-spa">
<div class="experience">
<div class="experience-grids">
<div class="experience-left">
<h3>Mid 2015<span>Till Present</span> </h3>
<h5> Online Courses</h5>
</div>
<div class="experience-right">
<h3>Self Taught Programmer</h3>
<p>I have no degree and neither have any IT/CS background BUT i am very much obsessed with CODING! Programming is definitely a very wonderful thing,
although it can be very stressful, but still, its really indeed amazing specially when you are very passionate to learn about it. Years ago,
I first learned HTML and CSS over my Android phone through SoloLearn and Udemy. Good thing to know theres DroidEdit, a flexible and
best text editor for Android.
After making some test websites on Wordpress and any other CMS,
I then explored and jumped into the stressful yet wonderful world of Java and Python. I'm very much interested and passionate to
learn Django Web development, and its back end language, Python. As of now, I am still learning. After all,
programming requires years of practice and lots of problem solving.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="experience-grids experience-grids-btm">
<div class="experience-left">
<h3>2016<span>Contact Center Services NCII</span></h3>
<h5>People Skills And Management Institute</h5>
<h6>Technical Vocational</h6>
</div>
<div class="experience-right">
<h3>Call Center Training Certification</h3>
<p class="text-left"><a class="btn btn-primary" href="http://www.psmiphilippines.com/"></i>BPO and Tutorial Center in dumaguete city </a></p>
<p></p>
</div>
<div class="clearfix"> </div>
</div>
<div class="experience-grids w3-agileits">
<div class="experience-left">
<h3>S.Y. 2006-2007</h3>
<h5>ONG CHE TEE - BACONG HIGH SCHOOL </h5>
</div>
<div class="experience-right">
<h3>SECONDARY EDUCATION</h3>
<p class="text-left"><a class="btn btn-primary" href="https://www.facebook.com/Ong-Che-Tee-Bacong-High-School-1441218572800536/"></i>Visit Ong Che Tee's Page</a></p>
<p></p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //modal-education -->
<!-- modal-gallery
------------------------------------------------>
<div class="modal fade modal-gallery" id="Gallery" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">My Gallery</h4>
<h5 class="text-center">Think positive. That's the most important thing. If you are going to feed your mind with affirmative ideas,
it will make you happy. Instead of saying,"I will try", better say "I'll do my best." Always remember ordinary people can do extra ordinary
things when they're given a chance.
Aspire to be the best. Be fully committed to what you are doing. And then strive for excellence. In all things do your best.
</div>
<div class="modal-body modal-spa">
<div class="gallery">
<div class="gallery-row">
<div class="col-md-4 gallery-grids">
<div class="gallery-w3ls-hover">
<a href="images/portfolio/core-conversion.png" data-lightbox="example-set" data-title="Core Conversion Online Marketing Soluton serves
home to proficient SEO Experts, content writers, link builders, and social media managers - all gearing towards
satisfying our clients Online Marketing needs.">
<img src="images/portfolio/core-family.jpg" class="img-responsive zoom-img" alt=""/>
<div class="view-caption">
<h5>Core - Conversion</h5>
<p class="buttons">
<a class="btn btn-primary" href="https://wwww.facebook.com/coreconversion/"><i class="fa fa-globe"></i><target="_blank">Visit Page</a></p>
</div>
</a>
</div>
</div>
<div class="col-md-4 gallery-grids">
<div class="gallery-w3ls-hover">
<a href="images/portfolio/lease-a-seo.com.png" data-lightbox="example-set" data-title="SEO Company">
<img src="images/portfolio/lease-a-seo.com.png" class="img-responsive zoom-img" alt=""/>
<div class="view-caption">
<h5>LEASE A SEO</h5>
</div>
</a>
</div>
</div>
<div class="col-md-4 gallery-grids">
<div class="gallery-w3ls-hover">
<a href="images/portfolio/unleashedyourskillswordpress.jpg" data-lightbox="example-set" data-title="
UnleashedYourSkills is my first personal Wordpress site. Its a blog that provides highlights, tutorials, tools,
latest trends on cyberspace and quick tips on various information a web has to offer
on how to survivea the muddy waters of the internet. Although I must admit that i dont have time to update that site anymore
because of work stuff as
SEO is always been my priority since I have been working as an SEO Specialist full time. ">
<img src="images/portfolio/unleashedyourskillswordpress.jpg" <a href="https://unleashedyourskills.wordpress.com" class="img-responsive zoom-img"
alt=""/>
<div class="view-caption">
<h5>WORDPRESS</h5>
<p class="buttons">
<a class="btn btn-primary" href="https://unleashedyourskills.wordpress.com"><i class="fa fa-globe"></i> Visit website</a></p>
</div>
</a>
</div>
</div>
<div class="col-md-4 gallery-grids">
<div class="gallery-w3ls-hover">
<a href="images/portfolio/blogspot.jpg" data-lightbox="example-set" data-title="Sed ut perspiciatis unde omnis iste natus error sit">
<img src="images/portfolio/blogspot.jpg" class="img-responsive zoom-img" alt=""/>
<div class="view-caption">
<h5>BLOGSPOT</h5>
<p class="buttons">
<a class="btn btn-primary" href="http://writingessaysforcollege.blogspot.com"><i class="fa fa-globe"></i> Visit Website</a></p>
</div>
</a>
</div>
</div>
<div class="col-md-4 gallery-grids">
<div class="gallery-w3ls-hover">
<a href="images/portfolio/codepen-io.png" data-lightbox="example-set" data-title="I used CodePen (my coding playground)
to test my codes and when I'm satisfied with the output, I then used it and implement to the current project I'm creating.">
<img src="images/portfolio/codepen-io.png" class="img-responsive zoom-img" alt=""/>
<div class="view-caption">
<h5>CodePen</h5>
<p class="buttons">
<a class="btn btn-primary" href="https://codepen.io/sapphirewannabe/pen/JJwaEq"><i class="fa fa-globe"></i>Visit Code Pen</a></p>
</div>
</a>
</div>
</div>
<div class="col-md-4 gallery-grids">
<div class="gallery-w3ls-hover">
<a href="images/portfolio/sololearnHTMLcert.jpg" data-lightbox="example-set" data-title="SoloLearn">
<img src="images/portfolio/sololearnHTMLcert.jpg" class="img-responsive zoom-img" alt="Certification"/>
<div class="view-caption">
<h5>HTML Certificate</h5>
<p class="buttons">
<a class="btn btn-primary" href="https://www.sololearn.com/Course/HTML/"><i class="fa fa-globe"></i>Learn HTML</a></p>
</div>
</a>
</div>
</div>
<div class="col-md-4 gallery-grids">
<div class="gallery-w3ls-hover">
<a href="images/portfolio/sololearn-phpcertificate.jpg" data-lightbox="example-set" data-title="I used CodePen (my coding playground)
to test my codes and when I'm satisfied with the output, I then used it and implement to the current project I'm creating.">
<img src="images/portfolio/sololearn-phpcertificate.jpg" class="img-responsive zoom-img" alt=""/>
<div class="view-caption">
<h5>PHP CERTIFICATE</h5>
<p class="buttons">
<a class="btn btn-primary" href="https://www.sololearn.com/Course/PHP/"><i class="fa fa-globe"></i>Learn PHP</a></p>
</div>
</a>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!-- light box js -->
<script src="js/lightbox-plus-jquery.min.js"> </script>
<!-- //light box js-->
</div>
</div>
</div>
</div>
</div>
<!-- //modal-gallery
------------------------------------------------>
<!-- modal-contact Section -->
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<div class="modal fade modal-contact" id="Contact" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Get In Touch</h4>
<h5 class="text-center">Would you like to know more or just discuss something? Please dont hesitate to get in touch with me.</h5>
</div>
<div class="modal-body modal-spa">
<div class="contact">
<div class="contact-w3lsrow">
<div class="col-md-6 contact-left w3-agileits">
<iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/view?zoom=13¢er=9.3068%2C123.3054&key=AIzaSyAkqr9yMlCSZ4wu_b7v1rG_b4lbtb1yrzM" allowfullscreen></iframe>
</div>
<div class="col-md-6 contact-right">
<form action="#" method="post">
<div class="styled-input agile-styled-input-top">
<input type="text" name="Name" required="">
<label>Name</label>
<span></span>
</div>
<div class="styled-input">
<input type="text" name="Email" required="">
<label>Email</label>
<span></span>
</div>
<div class="styled-input">
<input type="text" name="Subject" required="">
<label>Subject</label>
<span></span>
</div>
<div class="styled-input">
<textarea name="Message" required=""></textarea>
<label>Message</label>
<span></span>
</div>
<input type="submit" value="SEND">
</form>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //modal-contact -->
<!-- FOOTER
------------------------------------------------>
<footer class="text-center">
<div class="footer-above">
<div class="footer-col col-xs-12">
<div class="footer-social-icons">
<h5 class="_14">Find Me Online</h5>
<ul class="list-inline">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<li><a href="https://www.facebook.com/mariagenevadelvoaveria" class="external facebook" data-animate-hover="shake" data-animate="fadeInUp">
<i class="fa fa-facebook-square" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/genevasapphire" class="external twitter" data-animate-hover="shake" data-animate="fadeInUp">
<i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/+mariagenevaaveria" class="external gplus" data-animate-hover="shake" data-animate="fadeInUp">
<i class="fa fa-google-plus-square" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/celebritychaser02/" class="external instagram" data-animate-hover="shake" data-animate="fadeInUp"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="https://ph.linkedin.com/in/geneva-averia-a5b92011b" class="external linkedin" data-animate-hover="shake" data-animate="fadeInUp">
<i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCNCjpnkvQZQG7gQjg6cDEWg" class="external youtube" data-animate-hover="shake" data-animate="fadeInUp">
<i class="fa fa-youtube" aria-hidden="true"></i></a></li>
<li><a href="https://open.spotify.com/user/sapphire.mariamaldita" class="external spotify" data-animate-hover="shake" data-animate="fadeInUp"><i class="fa fa-spotify" aria-hidden="true"></i></a></li>
<li><a href="https://mariagenevaaveria.tumblr.com/" class="external tumblr" data-animate-hover="shake" data-animate="fadeInUp">
<i class="fa fa-tumblr-square" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/genevasapphire" class="external github" data-animate-hover="shake" data-animate="fadeInUp">
<i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.flickr.com/photos/142267773@N08/" class="external flickr" data-animate-hover="shake" data-animate="fadeInUp">
<i class="fa fa-flickr" aria-hidden="true"></i></a></li>
<div class="footer-middle">
<div class="row">
<div class="footer-col col-xs-12">
<br>
<marquee behavior="scroll" direction="left" scrollamount="4" scrolldelay="75" width="50%">
<p>This site served as my online portfolio, for showcasing my learning project, and dedicated to enhancing my skills in computer programming.</marquee></br></p>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-xs-12">
<link rel="stylesheet" href="js/flashingletters.js">
<p>
<link rel="stylesheet" type="text/js"
<link href="https://fonts.googleapis.com/css?family=Gochi+Hand|Kameron" rel="stylesheet"></p>
<div id="flashingletters"></div>
<script src="js/flashingletters.js"></script>
</div>
<div class="footer-below">
<div class="container">
<div class="footer-col col-xs-12">
<div class="sitemap.xml">
<p class="sitemap"><a href="sitemap.xml">Sitemap </a></p>
<p class="source code"><a href="https://github.com/genevasapphire/genevasapphire.github.io" target="_blank">view source code</a></p>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p class="template-bootstrap"> Inspired by <a href="http://getbootstrap.com/" rel="nofollow">Bootstrap</a> &
<a href="https://w3layouts.com/" rel="nofollow">w3layouts.com</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.section -->
<!-- *** FOOTER END *** -->
<!-- Bootstrap core JavaScript
------------------------------------------------>
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
</body>
</html>