-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact Me.html
29 lines (29 loc) · 1.03 KB
/
Contact Me.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
<!DOCTYPE html>
<html lang="eng">
<head>
<title>Contact Me</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
<link rel="stylesheet" href="styling.css">
</head>
<body>
<header>
<h1>Lew Oscar Jay</h1>
<nav>
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="My%20Story.html">My Story</a></li>
<li><a href="Resume.html">Resume</a></li>
</ul>
<a href="Contact%20Me.html">Contact Me</a>
</nav>
</header>
<section id="contact">
<h3>Contact Me</h3>
<img src="images/email.png" style="width: 100px; height: auto;" alt="">
<p>Email: [email protected]</p>
<img src="images/phone.png" style="width: 100px; height: auto;" alt="">
<p>Phone no.: (+852) 9763-9213</p>
</section>
</body>
</html>