-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.67 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.67 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Si Nguyen
</title>
<link rel="alternate" href="http://localhost:8080/feed.xml" type="application/rss+xml" title="Creative web developer">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<title>Si Nguyen</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div id="content">
<div class="content-wrap">
<div class="container">
<div class="layout">
<div class="si-photo">
<div class="picture"><img src="images/singuyen.jpg"></div>
</div>
<h1>Si Nguyen</h1>
<h5>
<p>desig<strong>nerd</strong>eveloper</p>
</h5>
<div class="slogan">In 2000, I created my first website, and have been <br> involved in web development ever since.<br><a href="https://au.linkedin.com/in/nguyensi" class="resume"><i class="fa fa-linkedin-square"></i></a></div>
</div>
</div>
</div>
</div>
<script src="https://use.fontawesome.com/0855320945.js"></script>
<script src="js/tags.js"></script>
<script src="js/script.js"></script>
</body>
</html>