-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.64 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
<!DOCTYPE HTML>
<html>
<head>
<title>LuisF11</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="assets\css\images\favicon-16x16.png" type="image/png" >
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>Luis F. Peña</h1>
<p>Full Stack Developer • Creator • Enthusiast</p>
<nav>
<ul>
<li><a href="https://twitter.com/LFernandoDleon" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/luis-fernando-pe%C3%B1a-9aba16116/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/luisf11" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="about.html" class="icon fa-info"><span class="label">About Me</span></a></li>
<li><a href="mailto:[email protected]?subject=I%20saw%20your%20page" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyright">© HandMade by <a href="https://github.com/luisf11">LuisF11</a>.</span>
</footer>
</div>
</div>
<script src="assets\js\main.js" charset="utf-8"></script>
</body>
</html>