-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
118 lines (109 loc) · 3.15 KB
/
contact.html
File metadata and controls
118 lines (109 loc) · 3.15 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>portfolio- contact</title>
<style type="text/css">
</style>
<link href="css/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body{
background:#333 url(images/bg2.jpg) repeat top left;
font-family:Arial;
}
#valPic {
position: absolute;
left: 1023px;
top: 388px;
width: 484px;
height: 388px;
z-index: 201;
}
#facebook {
position: absolute;
left: 399px;
top: 617px;
width: 68px;
height: 63px;
z-index: 240;
}
#twitter {
position: absolute;
left: 525px;
top: 616px;
width: 63px;
height: 63px;
z-index: 241;
}
#in {
position: absolute;
left: 660px;
top: 621px;
width: 64px;
height: 62px;
z-index: 242;
}
#instagram {
position: absolute;
left: -150px;
top: 624px;
width: 61px;
height: 60px;
z-index: 243;
}
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
</head>
<body>
<div class="content">
<p>Please feel free to contact me for more information!</p>
<p>_______________________</p>
<h5>Phone: </h5>
<p>###-###-####</p>
<p>Email:</p>
<p>vmeica@ggc.edu</p>
<p>_____________________________________</p>
<p> </p>
<p> </p>
<p> </p>
<h5>Leave a Comment</h5>
<textarea rows="4" cols="50">
</textarea>
</div>
<div id="nav">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">Home</a> </li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blogpost.html">Blog</a></li>
</ul>
</div>
<div class="logo">
<h1> Contact </h1>
</div>
<div id="facebook"><img src="images/facebook1.jpg" width="56" height="56" usemap="#Map" border="0" />
<a href="http://www.facebook.com/sharer.php?u=https://www.facebook.com/valentin.meica">
<map name="Map" id="Map">
<area shape="rect" coords="4,2,54,51" href="https://www.facebook.com/valentin.meica" />
</map>
</a></div>
<div id="twitter"><img src="images/twitter1.png" width="56" height="56" usemap="#Map2" border="0" />
<map name="Map2" id="Map2">
<area shape="rect" coords="3,2,57,55" href="https://www.twitter.com/" />
</map>
</div>
<div id="in"><img src="images/Linkedin.png" width="56" height="56" usemap="#Map3" border="0" />
<map name="Map3" id="Map3">
<area shape="rect" coords="4,4,57,52" href="https://www.linkedin.com/" />
</map>
</div>
<div id="logoImg"><img src="images/contact.png" width="196" height="175" alt=""/></div>
<div id="apDiv1"></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>