-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
40 lines (29 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title> Portfolio </title>
</head>
<body>
<script src = "javascript.js"></script>
<nav style = "text-align: center">
<table class = "center2" style="width:100%">
<tr>
<th><a href="gwcport.html"> Home</a></th>
<th><a href="portfolio.html"> My Portfolio</a></th>
<th><img src="contactlogo.png" style = "width:366px;height:245px"></th>
<td><a href="resume.html"> My Resume</a></td>
<td><a href="contact.html"> Contact Me</a></td>
</tr>
</table>
</nav>
<table class = "center" style="width:50% ; text-align:center">
<tr>
<th><img src="email.png" style = "width:200px; height: 200px" id = "email" onmouseover="showText('email')" onmouseout="showImage('email')"></th>
<th><img src="instagram.png" style = "width:200px; height: 200px" id = "instagram" onmouseover="showText('instagram')" onmouseout="showImage('instagram')"> </th>
<th><img src="facebook.png" style = "width:200px; height: 200px" id = "facebook" onmouseover="showText('facebook')" onmouseout="showImage('facebook')"></th>
<th><img src="vsco.png" style = "width:200px; height:200px" id = "vsco" onmouseover="showText('vsco')" onmouseout="showImage('vsco')"></th>
</tr>
</table>
</body>
</html>