-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.93 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.93 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110584410-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110584410-1');
</script>
<title>Hamid Ghader - Software Engineer</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">about</a></li>
<li><a href="cv.pdf" target="_blank">cv</a></li>
<li><a href="museum.html">museum</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
<main>
<h1>Hi;</h1>
<p>My name is Hamid Ghader. I'm a software engineer based in London. I enjoy { coding } in Go Programming Language and reading C & UNIX/Linux stuff. My favourite tech related books include:</p>
<div class="books">
<img src="img/books/catb.png" alt="The Cathedral and the Bazaar" />
<img src="img/books/fun.png" alt="Just for Fun" />
<img src="img/books/art.png" alt="The Art of UNIX Programming" />
<img src="img/books/lions.png" alt="Lions' Commentary on UNIX 6th Edition, with Source Code" />
<img src="img/books/c.png" alt="The C Programming Language" />
<img src="img/books/go.png" alt="The Go Programming Language" />
<img src="img/books/unix.png" alt="The Unix Programming Environment" />
<img src="img/books/linux.png" alt="Linux Kernel Development" />
</div>
</main>
</body>
</html>