-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·52 lines (44 loc) · 1.58 KB
/
contact.html
File metadata and controls
executable file
·52 lines (44 loc) · 1.58 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
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>Daniel Y. T. Chino</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div id="main">
<header>
<div id="banner">
<div id="welcome">
<h3>Daniel Y. T. Chino</h3>
</div><!--close welcome-->
</div><!--close banner-->
</header>
<nav>
<div id="menubar">
<ul id="nav">
<li><a href="index.html">About me</a></li>
<li><a href="publications.html">Publications</a></li>
<li class="current"><a href="contact.html">Contact</a></li>
<li><a href="misc.html">Misc</a></li>
</ul>
</div><!--close menubar-->
</nav>
<div id="site_content">
<div id="content">
<div class="content_item">
<div class="form_settings">
<h1>Contact me at</h1>
<p style="padding-bottom: 15px;">dchino at interlockledger dot network</p>
</div><!--close form_settings-->
</div><!--close content_item-->
</div><!--close content-->
</div><!--close site_content-->
</div><!--close main-->
<footer>
<a href="index.html">About me</a> | <a href="publications.html">Publications</a> | <a href="contact.html">Contact</a> | <a href="misc.html">Misc</a><br/><br/>
Website template by <a href="http://www.freehtml5templates.co.uk">Free HTML5 Templates</a>
</footer>
<!-- javascript at the bottom for fast page loading -->
</body>
</html>