-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (40 loc) · 1.58 KB
/
index.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
48
49
<!DOCTYPE html>
<html>
<head>
<title>DEMOSA 014 Home</title>
<meta charset="utf-8" name="description" content="Demosa set of 2014 page">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- reset -->
<!-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css"> -->
<!-- styles -->
<link rel="stylesheet" type="text/css" href="style\main.css">
</head>
<body>
<div class = "header" >
<div class = "logo"><img src = "pictures\demosa_logo.jpg" alt = "DEMOSA LOGO"></div><div class= "title">Demosa Class of 014</div>
<div class = "navigation" id ="navigation">
<ul>
<li class = "list"><a href = index.html >Home</a></li>
<li class = "list"><a href = reunion_comitee.html >Excos</a></li>
<li class = "list"><a href = index.html >Gallery</a></li>
<li class = "list"><a href = "#contact" >About</a></li>
<li class = "list"><a href = index.html >Contact</a></li>
</ul>
</div>
</div>
<div class="contact" name = "contact">
<div class ="cont"><h3>Contact Us</h3><ul>
<li><a href= "tel:+2348132601679" >Phone : +2348132601679</a> </li>
<li> <a href="[email protected]">Email : [email protected]</a></li></ul>
</div>
<div class = "social"><h3>Social Media</h3>
<ul>
<li><a href = "facebook.com" >Facebook</a></li>
<li><a href = "twitter.com" >Twitter</a></li>
<li><a href = "google.com/" >Google+</a></li></ul>
</div>
</div>
<div class = "copyright">Copyright© 2017 DEMOSA017 All Right reserved </div>
</body>
</html>