-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
57 lines (40 loc) · 2.15 KB
/
about.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
<!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="abouttitle">Team Songs</h1>
<br>
<div class="musicvideos">
<iframe class="drake" width="560" height="315" src="https://www.youtube.com/embed/Ah4z71HqL8Q" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe class="future" width="560" height="315" src="https://www.youtube.com/embed/NYivX_GnFUY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<img class="grouppic" src="images/grouppic.PNG"></img>
</main>
<footer class="footerNav">
<a href="https://www.snapchat.com/" target="_blank" class="footerItem"><i class="fab fa-snapchat"> Snapchat</i></a>
<a href="https://www.facebook.com/" target="_blank" class="footerItem"><i class="fab fa-facebook-square"> Facebook</i></a>
<a href="https://www.instagram.com/?hl=en" target="_blank" class="footerItem"><i class="fab fa-instagram"> Instagram</i></a>
<a href="https://twitter.com/?lang=en" target="_blank" class="footerItem"><i class="fab fa-twitter"> Twitter</i></a>
</footer>
<script type="text/javascript" src="js/nav.js"></script>
</body>
</html>