-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
58 lines (58 loc) · 2.25 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
49
50
51
52
53
54
55
56
57
58
<!DOC TYPE html>
<html>
<head>
<title>My Life</title>
<link href='https://fonts.googleapis.com/css?family=Chewy' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
<link href="reset.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<h1 class="header">Jared Thomas</h1>
<div class="links">
<p id="about"><a href= "http://mysterious-meadow-10278.herokuapp.com">About</a></p>
<p id="portfolio"><a href= "http://hidden-dusk-68070.herokuapp.com">Portfolio</a></p>
<p id="contact"><a href= "#">Contact</a></p>
</div>
<div class="two2">
<div class="three2">
<form action="mailto:jjthom87" method="post" enctype="text/plain">
<h2 class="contactword">Contact</h2>
<h3>Name</h3>
<input class="text" type="text" name="name" value="">
<h4 class="email">E-Mail</h4>
<input class="text" type="text" name="email" value="">
<h6 class="message">Message</h6>
<textarea class="messagebox" <type="text" name="message" value="your message"></textarea>
<input class="submitt" type="submit" value="Send">
<input class="reset" type="reset" value="Reset">
</form>
</div>
<div class="three4">
<div class="connect2">
<h5>Connect With Me</h5>
<p id="github">
<a href= "https://github.com/jjthom87">
<img border="0" alt="github_square_black-128" src="github_square_black-128.png" height="65" width="65">
</a>
</p>
<p id="linked">
<a href= "https://www.linkedin.com/in/jared-thomas-a7873732?trk=nav_responsive_tab_profile">
<img border="0" alt="linkedin_square_color-128" src="linkedin_square_color-128.png" height="65" width="65">
</a>
</p>
<p id="stack">
<a href= "https://stackoverflow.com/users/6312878/jared-thomas">
<img border="0" alt="overflow-128" src="overflow-128.png" height="60" width="60">
</a>
</p>
</div>
</div>
</div>
<footer class="footer2">
<h4>Copyright 2016 Jared Thomas</h4>
</footer>
</div>
</body>
</html>