-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
48 lines (48 loc) · 1.58 KB
/
contact.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
<html>
<head>
<title>Trevor Whitney -- Colorado School of Mines</title>
<link rel="stylesheet" type="text/css" href="styles/style.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div class="container">
<div class="header">
<span class="title">
<a href="http://mines.edu/">
<img src="images/mines_logo.png">
</a>
<h1>
<a href="index.html">
<span class="blue">Trevor</span><span class="white">Whitney</span>
</a>
</h1>
</span>
<ul class="top-nav">
<a href="about.html">
<li class="first">About Me</li>
</a>
<a href="lessons.html">
<li>Lesson Plans</li>
</a>
<a href="contact.html">
<li>Contact Me</li>
</a>
</ul>
</div>
<div class="banner">
</div>
<div class="main-content">
<p class="first">Have some questions about a lesson plan? Need some help on a website? The easiest way to reach me is through e-mail, but you can also leave me a voicemail.</p>
<div class="contact">
<a href="mailto:trevorjwhitney@gmail.com">e-mail me!</a>
<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=a1657eedc19de5105845d40bb38b87bf3f03d66b&style=0" /></object>
</div>
</div>
</div>
<div class="disclaimer">
<a href="http://inside.mines.edu/PH-Disclaimer">
Disclaimer
</a>
</div>
</body>
</html>