-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (48 loc) · 2.23 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
44
45
46
47
48
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>David Tucker</title>
<meta name="author" content="David Tucker">
<meta name="description" content="The Personal Website of David Tucker">
<meta name="google-site-verification" content="v7BY9mUUkuLaZaA4XhaGIbpEmWhWXtVvIE5D3bITc9U">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="license" type="text/plain" href="LICENSE">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="index.css">
<script>
function redirectToSelection(select) {
value = select.value;
select.selectedIndex = 0; // The default should always be selected.
window.location.href = value;
}
</script>
</head>
<body>
<header>
https://
<select onchange="redirectToSelection(this)">
<option value="https://david.tucker.name/" selected="selected">david.tucker.name</option>
<option value="https://dmtucker.github.io/www.bayfitted.com/">www.bayfitted.com</option>
<option value="https://dmtucker.github.io/www.joycefreeman.com/">www.joycefreeman.com</option>
<option value="https://dmtucker.github.io/www.saroorindiancuisine.com/">www.saroorindiancuisine.com</option>
<option value="https://dmtucker.github.io/www.santacruzsound.com/">www.santacruzsound.com</option>
</select>
/
<select onchange="redirectToSelection(this)">
<option value="index.html" selected="selected">index.html</option>
<option value="index.html.asc">index.html.asc</option>
<option value="keybase.txt">keybase.txt</option>
<option value="resume/">resume/</option>
</select>
</header>
<main>
<a href="mailto:[email protected]"><img src="https://www.gravatar.com/avatar/878f7ef4956f65e8826b1ab4bec1ddae?s=500" alt="David Tucker"></a>
<a href="https://keybase.io/dmtucker"><img src="index/Keybase.png" alt="Keybase"></a>
<a href="http://alumni.soe.ucsc.edu/~dmtucker"><img src="index/BSOE.png" alt="UCSC"></a>
</main>
<footer>
<samp>0xA3E0EF6CECB33C342AA6EC7C<wbr>5508153A6E7FC5FB</samp>
</footer>
</body>
</html>