-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
executable file
·36 lines (33 loc) · 988 Bytes
/
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
<!DOCTYPE html>
<html>
<input type="checkbox" id="menuToggle">
<meta name="viewport" content="width=device-width; height=device-height; initial-scale=0.5; maximum-scale=0.5; minimum-scale=0.5;">
<head>
<title> YOU JEEN HA </title>
<link rel= "stylesheet" type="text/css" href="main.css" />
</head>
<body>
<header>
<nav class ="site-nav">
</nav>
<div class="menu">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="planner.html">PLANNER</a></li>
</ul>
</div>
</header>
<!-- <img src="/Users/hyoujeen/Desktop/website/profile.png" class="left" id="image4"> -->
<p id="contactdet">
<br />
If you wish to send me paper mail,
<br />
my address is 1 Chapin Way, Unit Number 6365
<br />
Northampton, MA 01063.
</p>
<div class="section" id="separator2">
<p id="creds"> Smith College | Northampton, MA 01063 | © 2018 </p>
</div>
</body>
</html>