-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (42 loc) · 2.15 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
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>XO 4 Life</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="styles/reset.css" type="text/css" />
<link rel="stylesheet" href="styles/main.css" type="text/css" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<ul class="nav" id="myTopNav">
<li class="logo"><a href="images/xologo.png"><img src="images/xologo.png"></a></li>
<li class="nav-item"><a href="index.html" >Home</a></li>
<li class="nav-item"><a href="about.html" >About</a></li>
<li class="nav-item"><a href="janiya.html" >Janiya</a></li>
<li class="nav-item"><a href="destinee.html" >Destinee</a></li>
<li class="nav-item"><a href="jabari.html" >Jabari</a></li>
<li id="icon" class="icon"><button>☰</button></li>
</ul>
</header>
<main>
<h1 class="pageTitle"> <b>Welcome to XO 4 Life INC</b></h1>
<h2 class="motto"> Our motto is never forget who you are and where you came from.</h2>
<h2 class="ourRules">Our Rules</h2>
<ul class="rules">
<li>Never leave anyone behind</li>
<li>We all care and respect one another.</li>
<li>We value communication</li>
<li>We value each others opinions</li>
</ul>
</main>
<footer class="footerNav">
<a href="https://www.snapchat.com/" target="_blank" class="footerItem"><i class="fab fa-snapchat"> <h1 class="footText"> Snapchat</h1></i></a>
<a href="https://www.facebook.com/" target="_blank" class="footerItem"><i class="fab fa-facebook-square"> <h1 class="footText"> Facebook</h1></i></a>
<a href="https://www.instagram.com/?hl=en" target="_blank" class="footerItem"><i class="fab fa-instagram"> <h1 class="footText"> Instagram</h1></i></a>
<a href="https://twitter.com/?lang=en" target="_blank" class="footerItem"><i class="fab fa-twitter"> <h1 class="footText"> Twitter</h1></i></a>
</footer>
<script type="text/javascript" src="js/nav.js></script>
</body>
</html>