-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.html
More file actions
47 lines (34 loc) · 1.04 KB
/
information.html
File metadata and controls
47 lines (34 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title> Melat Portfolio</title>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div class="navbar">
<ul class="nav">
<ol class="nav-item"><a href="index.html">Home</a></ol>
<ol class="nav-item"><a href="myprojects.html"> Projects</a></ol>
<ol class="nav-item"><a href="information.html">About</a></ol>
</ul>
</div>
<h2> MY CONTACT</h2>
<div class="information">
<h3> SCHOOL EMAIL: melat.tesfay@amethodschools.org</h3>
<h3> PERSONAL EMAIL: melat.tesfay2001@gmail.com</h3>
<h3> PHONE: (510)309-0391 </h3>
</div>
<div class="footer">
<p>Copyright © Oppong LLC 2018</p>
<nav>
</nav>
</div>
</body>
</html>
<div class="footer">
<p>Copyright © Oppong LLC 2018</p>
<nav>
</nav>
</div>
</body>
</html>