-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'> <script type="text/javascript" src="javascript/text.js" >
</script>
<title>
Luis Fernando Plaz | My Page
</title>
</head>
<header>
<nav class="navigation-bar">
<a class="nav-options" href="#" onclick="change(this);">Home</a>
<a class="nav-options" href="#" onclick="change(this);">About</a>
<a class="nav-options no-border" href="#" onclick="change(this);">Resume</a>
<div class="float-right">
<a class="nav-options float-right" href="#" onclick="change(this);">Projects</a>
</div>
</nav>
</header>
<body>
<div class="profile-image-container">
<img class="profile-image" src="https://avatars3.githubusercontent.com/u/13964864?v=3&s=460">
</div>
<h1 class="home-title">LUIS FERNANDO PLAZ | DEVELOPER & ENGINEER</h1>
<section class="info-container">
<p class="home-info" id="information-container">
<script type="text/javascript">
document.getElementById('information-container').innerHTML = home;
</script>
</p>
</section>
<footer>
<span>
<a href="mailto:[email protected]"><i class="fa fa-envelope logo-a fa-2x"></i></a>
<a href=""><i class="fa fa-facebook-official logo-a fa-2x"></i></a>
<a href=""><i class="fa fa-twitter logo-a fa-2x"></i></a>
<a href="https://github.com/luisplaz"><i class="fa fa-github logo-a fa-2x"></i></a>
<a href="https://www.linkedin.com/pub/luis-fernando-plaz/59/45a/42b"><i class="fa fa-linkedin logo-a fa-2x"></i></a>
</span>
<br>
<p class="home-footer"> © Luis Fernando Plaz | 2015</p>
</footer>
</body>
</html>