-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharxiki.html
More file actions
123 lines (98 loc) · 4.87 KB
/
arxiki.html
File metadata and controls
123 lines (98 loc) · 4.87 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html >
<head>
<title> COLDPLAY BAND </title>
<meta charset="UTF-8">
<link rel="icon" href="images/logo.jpg" type = "image/x-icon" >
<link rel="stylesheet" href="css/styl.css">
</head>
<body>
<nav>
<ul>
<img src="images/logo.jpg" width= '80px' height="70px"
alt ="logo">
<li><a href=" arxiki.html "> ΑΡΧΙΚΗ ΣΕΛΙΔΑ </a> </li>
<li><a href=" members.html "> ΜΕΛΗ </a> </li>
<li><a href=" disk.html "> ΔΙΣΚΟΓΡΑΦΙΑ </a> </li>
<li><a href=" gigs.html "> ΣΥΝΑΥΛΙΕΣ </a> </li>
<li><a href=" merch.html "> ΕΠΙΣΗΜΟ ΚΑΤΑΣΤΗΜΑ </a> </li>
</ul>
</nav>
<br>
<br>
<br>
<header>
<h1><b>ΚΑΛΩΣΗΡΘΑΤΕ ΣΤΗΝ ΙΣΤΟΣΕΛΙΔΑ ΤΩΝ COLDPLAY</b></h1>
</header>
<div class="info">
<h3>Οι Coldplay είναι βρετανικό συγκρότημα της εναλλακτικής ροκ μουσικής που δημιουργήθηκε στο Λονδίνο το 1996.
Θεωρούνται ένα απο τα πλέον καταξιωμένα συγκροτήματα στο χώρο της alternative ροκ μουσικής με αναρίθμητες επιτυχίες,
πολλά βραβεία και εκατομμύρια φανς σε κάθε γωνιά της υφηλίου.
</h3>
</div>
<div class="band-images">
<img src="images/pic1.jpg" alt="the band 1">
<img src="images/pic2.jpg" alt="the band 2">
<img src="images/pic3.jpg" alt="the band 3">
</div>
<div style="text-align: center; padding: 40px 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;">
<iframe src="https://www.youtube.com/embed/Lhzu6bQxFo4" width="360" height="215" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/YykjpeuMNEk" width="360" height="215" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/VPRjCeoBqrI" width="360" height="215" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/-ZvsGmYKhcU" width="360" height="215" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/d020hcWA_Wg" width="360" height="215" frameborder="0" allowfullscreen></iframe>
</div>
<div class="awards">
<br>
<header>
<h1><b>Bραβεία</b></h1>
</header>
<br>
<h3>Επιβεβαίωση της επιτυχίας τους αποτελούν οι δεκάδες διακρίσεις τους από πιστοποιημένους φορείς στη μουσική βιομηχανία οπως:<br>
-GRAMMYS (7)<br>
-MTV AWARDS <br>
-GLOBAL AWARDS <br>
-VMA <br>
-WMA <br>
-Q AWARDS <br>
-PEOPLE'S CHOICE AWARDS <br>
-BRIT AWARDS (9)<br>
Μαλιστα το 2020 κατέκτησαν το ρεκορ GUINESS ως το πιο επιτυχημένο συγκρότημα στη δημοφιλή μουσική πλατφόρμα "SONGKICK"</h3>
</div>
<br>
<div class="views">
<br>
<header>
<h1><b>Απήχηση</b></h1>
</header>
<br>
<h3>
Συνολικές Προβολες Youtube : 11.5 δισεκατομμύρια (!) <br>
Εγγραφές Youtube : 18 εκατομμύρια <br>
Spotify : 39.103.942 μηνιαίοι ακροατές<br>
Θεατές τελευταίας περιοδίας(ΑΗFD TOUR) : 5.2 εκατομμύρια<br>
Συνολικές Πωλήσεις(αλμπουμ+singles) : 80 εκατομμύρια<br>
</h3>
</div>
<br>
<div class="collabs">
<br>
<header>
<h1><b>Αξιοσημείωτες Συνεργασίες</b></h1>
</header>
<br>
<h3>
-Beyonce (Hymn for the weekend)<br>
-Jay-Z (Lost)<br>
-Big Sean (Miracles)<br>
-Rihanna (Princess of China)<br>
-Kanye West (Homecoming)<br>
</h3>
<br>
<br>
</div>
<footer>
<h4>Parlophone Records Limited UK (Τσίντζος Ιωάννης, Μητσανάς Κωνσταντίνος, 1ο Έτος:2020)</h4>
</footer>
</body>
</html>