forked from gylim25/FavoriteMusician
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
64 lines (45 loc) · 2.08 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
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<title>About Gorillaz</title>
<meta id="meta" name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" text="css" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<div class=blueback>
<div class="damon">
<img src="assets/pictures/damon.jpg">
<p>Gorillaz are an English virtual band created in 1998 by musician Damon Albarn and artist Jamie Hewlett. The band primarily consists of four animated members: 2-D (lead vocals, keyboards), Murdoc Niccals (bass guitar), Noodle (guitar, keyboards), and Russel Hobbs (drums and percussion). Their fictional universe is explored through music videos, interviews, and other short cartoons. In reality, Albarn is the only permanent musical contributor, and often collaborates with other musicians.</p>
</div>
<div class="damon">
<p>With Gorillaz, Albarn departed from the distinct Britpop of his band Blur and explored influences including hip hop, electronic music, and world music through an "eccentrically postmodern" approach. The band's 2001 debut album Gorillaz went Triple Platinum in the UK and Double Platinum in Europe and earned the group an entry in the Guinness Book of World Records as the Most Successful Virtual Band.</p>
<img src="assets/pictures/jamie.jpg">
</div>
</div>
<div class="flex">
<img src="assets/5.jpg"
alt="Gorillaz Pink Background"
class="cycle">
<div class="bigtext">
<header> This is a fanpage for the band</header>
<a href=index.html><h1>GORILLAZ.</h1></a>
</div>
<nav class="front">
<ul>
<a href="listen.html">
<li>listen</li>
</a>
<a href="about.html">
<li>about</li>
</a>
</ul>
</nav>
</div>
<script src="http://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="script.js"></script>
<body>
</body>
</html>