-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (98 loc) · 4.71 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main Page</title>
<link rel="stylesheet" href="assets/fonts/style.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<header class="header">
<div class="container-header">
<div class="logo">
<img src="assets/img/logo.png" width="150" height="150">
<p>DISCOVERY</p>
</div>
</div>
</header>
<aside class="aside">
<header class="aside-header">
<span>Tracks</span>
</header>
<section>
<ul>
<li><a href="https://song.link/y/FGBhQbmPwH8" target="_blank">One More Time</a></li>
<li><a href="https://song.link/y/L93-7vRfxNs" target="_blank">Aerodynamic</a></li>
<li><a href="https://song.link/y/FxzBvqY5PP0" target="_blank">Digital Love</a></li>
<li><a href="https://song.link/y/gAjR4_CbPpQ" target="_blank">Harder, Better, Faster, Stronger</a></li>
<li><a href="https://song.link/y/6S3ISlvlEbs" target="_blank">Crescendolls</a></li>
<li><a href="https://song.link/y/xBTqRd09y3E" target="_blank">Nightvision</a></li>
<li><a href="https://song.link/y/bRt5z880CFY" target="_blank">Superheroes</a></li>
<li><a href="https://song.link/y/HoQN7K6HdRw" target="_blank">High Life</a></li>
<li><a href="https://song.link/y/sOS9aOIXPEk" target="_blank">Something About Us</a></li>
<li><a href="https://song.link/y/CqZgd6-xQl8" target="_blank">Voyager</a></li>
<li><a href="https://song.link/y/HhZaHf8RP6g" target="_blank">Verdis Quo</a></li>
<li><a href="https://song.link/y/1-yzqgwTVi8" target="_blank">Short Circuit</a></li>
<li><a href="https://song.link/y/dKJfJMMsqX4" target="_blank">Face to Face</a></li>
<li><a href="https://song.link/y/Z6_ZNW1DACE" target="_blank">Too Long</a></li>
</ul>
</section>
</aside>
<section class="section1">
<ul class="menu">
<li><a href="/">Home</a></li>
<li><a href="/reviews.html">Reviews</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="https://album.link/co/i/697194953">Stream/Buy</a></li>
<li><a href="/contact.html">Contact us</a></li>
</ul>
</section>
<section class="section2">
<img src="assets/img/ram_style.jpg" width="100%" alt="" srcset="">
</section>
<section class="section3">
<div class="interstella"></div>
<div class="interstella-logo">
<a href="https://web.archive.org/web/20030802054619/http://www.bacfilms.com/site/interstella/"><img src="assets/img/interstella-logo.png" width="200"></a>
</div>
</section>
<div class="section-half">
<section class="section4">
<div class="layer">
<a href="/about.html#about-daft-punk"><span>About <br> Daft Punk</span></a>
</div>
</section>
<section class="section5">
<div class="layer">
<a href="https://web.archive.org/web/20020804191122/http://www.daftclub.com/index.php"><span>Daft Club</span></a>
</div>
</section>
</div>
<footer class="footer">
<span>© 2001 Daft Punk, all rights reserved. <br> A tribute site by Torrober.</span>
</footer>
</div>
<div class="modal" style="display: none;">
<!-- Modal content -->
<div class="modal-inside">
<div class="title-bar">
<div class="title-bar-text">
Daft Punk - DISCOVERY
</div>
<div class="title-bar-controls">
<button aria-label="Close" id="close">×</button>
</div>
</div>
<div class="modal-content">
<iframe width="100%" height="500" style="visibility: hidden;" src=""
title="iFrame window" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>