forked from mejiasr101/PortfolioWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
executable file
·60 lines (54 loc) · 2.28 KB
/
aboutme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ricardo Mejias | Home</title>
<!-- Font -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Lightbox slider -->
<link type="text/css" media="all" rel="stylesheet" href="css/jquery.littlelightbox.css" />
<!-- Theme color -->
<link id="switcher" href="css/theme-color/default.css" rel="stylesheet">
<!-- Slick slider -->
<link href="css/slick.css" rel="stylesheet">
<!-- Main style sheet -->
<link href="css/main.css" rel="stylesheet">
<!-- Google Font -->
<link href='https://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper">
<!-- Background Photographer image -->
<div class="hero">
<div class="hero__back hero__back--static"></div>
<div class="hero__back hero__back--mover"></div>
<div class="hero__front"></div>
</div>
<!-- / Background Photographer image -->
<!-- Start Header -->
<header id="header">
<a class="logo" href="index.html">Ricardo Mejias</a>
<a id="nav-icon" href="#"><span class="fa fa-bars"></span></a>
<DIV style="position: absolute; top:30%; Right:0%; width:200px; height:25px"><a class="logo" href="aboutme.html">About Me</a></DIV><a class="logo" href="index.html"></a>
</header>
<!-- / Header -->
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<section id="main-content">
<div class="container">
<div class="col-md-12">
<div class="main-content-area">
<div class= "textglow">
<p class="slogan animated fadeInDown"><center><img src="img/AboutMe.png" style="position:absolute; TOP:80%; LEFT:20%; width:60%;"></center></p>
</div>
</div>
</div>
<!-- All credit goes to Snap Studio http://www.markups.io/items/snap-studio-free-photography-portfolio-template/ for use of template within this project -->