-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (34 loc) · 1.04 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>I'm Fuad</title>
</head>
<link rel="stylesheet" type="text/css" href="reset.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<script defer data-domain="fuad.im" src="https://plausible.io/js/script.file-downloads.outbound-links.js"></script>
<body>
<main class="container">
<header class="hero">
<h1 class="row title">I'm Fuad</h1>
<h2 class="row bio">
I solve problems at <a href="https://ellipsus.com">Ellipsus</a>
</h2>
</header>
<nav class="row outlinks">
<ul>
<li class="item">
<a target="_blank" href="/resources/fuad-saud-cv.pdf">Resume</a>
</li>
<li class="item">
<a target="_blank" href="https://github.com/fuadsaud">GitHub</a>
</li>
<li class="item">
<a target="_blank" href="https://linkedin.com/in/fuadsaud">LinkedIn</a>
</li>
</ul>
</nav>
</main>
</body>
</html>