-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
66 lines (62 loc) · 2.07 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>contact</title>
<meta name="viewport" content="width=device-width, intial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" href="css/all.css" />
</head>
<body>
<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">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" class="active">contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="Contact-box" id="contact-wrap">
<div class="contact-d">
<ul>
<li><a href="" class="fab fa-facebook" style="color:#007fff"></a>facebook</li>
<li><a href="" class="fab fa-twitter" style="color:#00aaff"></a>twitter</li>
<li><a href="" class="fab fa-youtube" style="color:#e70028"></a>youtube</li>
<li><a href="" class="fab fa-instagram" style="color:#ff8d1a"></a>instagram</li>
<li><a href="" class="fab fa-whatsapp"></a>+256 759672755</li>
</ul>
</div>
<div class="contact-d">
<h2>Contact Info</h2>
<p>We will be happy to assist you with any question</p>
<p>Address: 40 kira Sreet 133/2 kampala City, Ug</p>
<p>Phone: 0759672755/0788131707</p>
<p>Email:[email protected]</p>
<p>Open Hours: Mon - Fri: 8:00 AM to 6:00 PM</p>
</div>
</div>
</main>
<footer>
<div class="footer-body">
<div> MUSIC. </div>
<div>
<ol>
<li><a href="#"> About </a></li>
<li><a href="#"> Contact </a></li>
<li><a href="#"> Terms & Conditions </a></li>
<li><a href="#"> Privacy Policy </a></li>
</ol>
</div>
</div>
<div class="footer-copyright">
© Copyright 2020.
</div>
</footer>