-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.22 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
<!doctype html>
<head>
<title>Dan Clark</title>
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./main.css">
</head>
<body>
<header class="titlebar content-box">
<div class="main-link-container">
<a class="main-link" href="/">
<div id="main-title">Dan Clark</div>
<div id="secondary-title">Web Platform Engineer</div>
</a>
</div>
<div id="img-container" role="img" alt="Profile image of Dan" title="Photo Credit: Julie Clark :)"></div>
<nav>
<a href="/" class="current">Home</a>
<a href="/about.html">About</a>
</nav>
</header>
<div class="titlebar-divider"></div>
<div class="content-box">
I'm a Principal Software Engineer on the Microsoft Edge Web Platform team, working
on web standards and browser engine development.
</div>
<div class="content-box">
<div>
Learn more about me
<a href="/about.html">here</a>, or come find me at one of these places:
</div>
<ul>
<li><span id="sneaky">@</span></li>
<li><a href="https://github.com/dandclark/" target="_blank">GitHub</a></li>
<li><a href="https://twitter.com/dandclark1" target="_blank">Twitter</a></li>
</ul>
</div>
</body>