-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
47 lines (42 loc) · 1.83 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
<!doctype html>
<html><!-- InstanceBegin template="/Templates/mastertemplate.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta charset="utf-8">
<!-- InstanceBeginEditable name="doctitle" -->
<title>Cossie Play</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<link href="css/masterstyle.css" rel="stylesheet" type="text/css">
<!-- InstanceEndEditable -->
</head>
<body>
<!-- InstanceBeginEditable name="body" -->
<p id="banner">COSSIE PLAY</p><br>
<p id="nav_bar"><table id="menutable" style="table-layout:fixed;">
<tbody>
<tr> <a href="index.html"><td onclick="location.href='index.html'" class="nav_bar_td">Home</td></a>
<a href="about_us.html"><td onclick="location.href='about_us.html'" class="nav_bar_td">About</td></a>
<a href="costumes.html"><td onclick="location.href='costumes.html'" class="nav_bar_td">Costumes</td></a>
<a href="cosplay_party.html"><td onclick="location.href='cosplay_party.html'" class="nav_bar_td">Party</td></a>
<a href="contact.html"><td style="border-radius:50%; color:white; background-color:lightcoral; font-size:24px;" onclick="location.href='contact.html'" class="nav_bar_td">Contact</td></a>
<a href="links.html"><td onclick="location.href='links.html'" class="nav_bar_td">Links</td></a>
</tr>
</tbody>
</table>
</p>
<p id="content"> <br><span class="headline">Contacts</span><br>
<br>
<table class="content_table">
<tr><td width="40%"><img class="img_right" src="images/alice-in-wonderland-872612_1280.jpg"></td>
<td>
Phone : 07-4771-1234<br>
Fax : 07-4771-1235<br>
Address : 4 Stanton Avenue, Hulkstwon<br>
E-mail : <a href="mailto:[email protected]"><span style="font-weight:bold;"> [email protected] </span></a>
</td>
</tr>
</table></p>
<p id="footer">Jinsup Song @ JCU SINGAPORE 2017</p>
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>