-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (67 loc) · 2.47 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
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intial-scale=1">
<title>index</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" href="css/all.css" />
<link rel="stylesheet" type="text/css" href="css/audioplayer.css">
<script src="js/jquery.js"></script>
<script src="js/audioplayer.js"></script>
</head>
<body style="color: #000;">
<header>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<a href="index.html"><label class="logo"><b style="color: #fa255e;">REC</b>ORD</label></a>
<ul>
<li><a href="index.html" class="active">home</a></li>
<li><a href="page1.html">music</a></li>
<li><a href="show.html">show</a></li>
<li><a href="profile.html">profile</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</header>
<main id="bgslider">
<figure>
<img src="banner/bimages/d.jpg">
<img src="banner/bimages/s.jpg">
<img src="banner/bimages/c.jpg">
<img src="banner/bimages/m.jpg">
<img src="banner/bimages/g.png">
</figure>
<div class="over-lay">
<div class="word-art" style="color: #d40025;">where <b style="color: #fff;">words</b> fails music speaks</div>
<div><a href="#example" style="position:fixed; font-weight: bold; color:#ffff00; font-size: 20px; font-style: italic;left: 10px; z-index: 1">#developer!</a></div>
<div class="lightbox" id="example">
<a href="#" class="close">CLOSE</a>
<div class="lightbox-content">
<img src="banner/bimages/sa3.jpg" />
<p style="color:orange;">ssekimuli andrew<br><i class="fab fa-whatsapp">+256 759672755 / +256 788131707</i>
</div>
</div>
</div>
<div class="over-lay"></div>
</main>
<footer>
<a href="home.html"> <label class="brand">music</label></a>
<div class="homepage">
<ul>
<li style="background: #000"><a href="+256 759672755" class="fab fa-whatsapp" style="color: green"></a>+256 759672755</li>
<li><a href="" class="fab fa-facebook"></a></li>
<li><a href="" class="fab fa-twitter"></a></li>
<li><a href="" class="fab fa-youtube"></a></li>
<li><a href="" class="fab fa-instagram"></a></li>
</ul>
</div>
<div class="copyright">
© Copyright 2020.
</div>
</footer>
</body>
</html>