-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout us page1.html
53 lines (49 loc) · 2.08 KB
/
about us page1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About Us card</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/dbed6b6114.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css link.css">
</head>
<body>
<section>
<div class = "image">
<img src="img/LOGO.jpeg" width="750px">
</div>
<div class = "content">
<h2>About Us</h2>
<span><!-- line here --></span>
<p>THE MUZIFY WAS ESTABLISHED ON 3RD OF AUG 2019 FOUNDED BY PLAYBEAT PRODUCTIONS
<br>
HERE ARE THE SOME REVIEWS OF OUR HAPPY LISTNERS
With Muzify, it's easy to find the right music or podcast for every moment – on your phone, your computer, your tablet and more. There are millions of tracks and episodes on Spotify. So whether you're behind the wheel, working out, partying or relaxing, the right music or podcast is always at your fingertips.
</p>
<ul class = "links">
<li><a href = "#"></a>HIP-HOP</li>
<div class = "vertical-line"></div>
<li><a href = "#">INDIAN INDIE</a></li>
<div class = "vertical-line"></div>
<li><a href = "#">RnB</a></li>
</ul>
<ul class = "icons">
<li>
<i class = "fa fa-twitter"></i>
</li>
<li>
<i class = "fa fa-facebook"></i>
</li>
<li>
<i class = "fa fa-github"></i>
</li>
<li>
<i class = "fa fa-pinterest"></i>
</li>
</ul>
</div>
</section><br><br>
</body>
</html>