-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (73 loc) · 3.97 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/tribute.css">
<title>
Rotting System
</title>
</head>
<body>
<main id=main>
<h1 id="title"> <strong>Rotting System </strong></h1> </div>
<div>
<img src="images/logo.jpg" alt="Rotting System Band Logo" id="logo">
</div>
<nav>
<ul>
<li><a href="https://open.spotify.com/artist/4wJBwdOPeTfmFGC2Ygm8xh?si=ql1U4QOhRLudwGFbMv2hRA"class="active">Home </a></li>
<li><a href="https://www.facebook.com/rottingsystem" class="fa fa-facebook" target="_blank">Facebook </a></li>
<li><a href="https://www.instagram.com/rottingsystem/" class="fa fa-instagram" target="_blank">Instagram </a></li>
<li> <a href="https://open.spotify.com/artist/4wJBwdOPeTfmFGC2Ygm8xh" class="fa fa-spotify" target="_blank">Spotify </a></li>
<li><a href="https://rottingsystem.bandcamp.com/" class="fa fa-bandcamp" target="_blank">Bandcamp </a></li>
</ul>
</nav>
<div id="img-div">
<div id="img-caption"> <em>Rotting System is Crossover / Hardcore punk band, from Turkey </em>
<div class="row">
<div class="column">
<img src="images/Rotting_system_first_album_cover.jpg" alt="Rotting System first album cover" id="image">
<img src="images/black_reflection_ep.jpg" alt="Rotting System Black Reflection EP" id="image">
<img src="images/stolen_future_album_cover.jpg" alt="Rotting System stolen Future album Cover" id="image">
</div>
<div class="column">
<img src="images/izmir_concert_fish_eye.jpg" alt="Rotting System concert in Izmir" id="image">
<img src="images/bass_player.jpg" alt="Rotting System bass player" id="image">
<img src="images/concert_with_audience.jpg" alt="Rotting System concert in Eskisehir" id="image">
<img src="images/izmir_concert.jpg" alt="Rotting System concert in Izmir" id="image">
</div>
<div class="column">
<img src="images/yigit_sinan.jpg" alt="Rotting System guest " id="image">
<img src="images/drummer.jpg" alt="Rotting System's drummer" id="image">
<img src="images/teamö.jpg" alt="Rotting System All Team" id="image">
<img src="images/vocal_blackwhite.jpg" alt="Rotting System's Vocal" id="image">
</div>
</div>
</div>
<div id="tribute-info"> Capitalist Democracy!
<p>This system was a spreading disease and still it's spreading</p>
<p>Monarchies became repuclics to trick the unfair history</p>
<p>Voting does exist for society to deceive themselves</p>
<p>Picture seems good but reality is blurred</p>
<p>Presidents hide the shames and lies behind their smiles</p>
<p>World is painted by weapons, bosses keep on earning more</p>
<p>Servants torture and kill to protect the system</p>
<p>Rewards are fascism, money and blood</p>
<p>Exploit the worker, let capital enrich!</p>
<p>Arrest the communist, all people are bewitched!</p>
<p>Control with truncheons, judged by handcuffs!</p>
<p>This is fucking democracy, capitalist democracy!</p>
<p>A worker has to die under mine to keep alive his family</p>
<p>A child has to beg for change to eat some food</p>
<p>A woman was killed by a man and man talks about women's rights</p>
<p>Liberals throw soil to grave to bury us all alive</p>
</div>
</div>
<div>
<a href="https://rottingsystem.bandcamp.com/" target="_blank" id="tribute-link">Listen or Buy Rotting System's Digital Album here!</a>
</div>
</main>
</body>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</html>