-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 2.17 KB
/
Copy pathindex.html
File metadata and controls
46 lines (46 loc) · 2.17 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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>William Hakim</title>
<meta name="description" content="William Hakim's personal website">
<meta name="author" content="William Hakim">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
</head>
<body>
<div class="wrapper">
<div class="bg-img-post"></div>
<div class="bg-img"></div>
<div class="container-fluid">
<div class="row title-row">
<div class="col-xs-12">
<h1><span class="title">William Hakim</span></h1>
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-10 col-sm-offset-1 subtitles">
<span>Engineer.</span><span>Athlete.</span><span>Sinologist.</span>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3 social-icons">
<a href="https://www.facebook.com/william.hakim" target="_blank" class="icon-social-facebook"></a>
<a href="assets/William Hakim Resume.pdf" target="_blank" class="icon-doc"></a>
<a href="https://github.com/williamhakim10" target="_blank" class="icon-social-github"></a>
<a href="https://www.linkedin.com/in/williamhakim" target="_blank" class="icon-social-linkedin"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/util-scripts.js"></script>
</body>
</html>