-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusiques.html
109 lines (102 loc) · 6.23 KB
/
musiques.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
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<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 shrink-to-fit=no">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://use.typekit.net/bld7bay.css">
<link rel="stylesheet" href="style/style.css">
<title>Musiques</title>
</head>
<body class="mus-body">
<header>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12"></div>
</header>
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand m-5" href="index.html"><img src="img/logo/riot-games-seeklogo.com.svg" height="28"
alt=""></a>
<button class="navbar-toggler me-5" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Présentation
</a>
<div class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
<a class="dropdown-item text-bg-dark" href="pres-jeu.html">Jeu</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-capitalize text-bg-light" href="#">La faille</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="champion.html">Champions</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="musiques.html">Musiques</a>
</li>
</ul>
</div>
</nav>
<main class="mt-5">
<hr class="m-auto w-50 bg-dark border-2 border-top border-light">
<section class="musiques">
<h2 class="p-5 mx-auto h2 text-up">Musiques</h2>
<div class="card">
<div class="col-12 d-flex flex-wrap mt-5">
<div class="col-2"></div>
<div class="col-2">
<iframe src="https://www.youtube.com/embed/fB8TyLTD7EE?list=PLbAFXJC0J5Gbogs-3Jk3nay0sAeAqi3SS" title="RISE (ft. The Glitch Mob, Mako, and The Word Alive) | Worlds 2018 - League of Legends" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="card-body">
<h5 class="card-title">Rise</h5>
<p class="card-text">Reaching the peak takes more than skill.</p>
<a href="https://www.youtube.com/watch?v=fB8TyLTD7EE&list=PLbAFXJC0J5Gbogs-3Jk3nay0sAeAqi3SS&index=26" class="btn btn-primary">Écouter sur Youtube</a>
</div>
</div>
<div class="col-1"></div>
<div class="col-2">
<iframe src="https://www.youtube.com/embed/r6zIGXun57U?list=PLbAFXJC0J5Gbogs-3Jk3nay0sAeAqi3SS" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="card-body">
<h5 class="card-title">Legen Never Die</h5>
<p class="card-text">The pursuit of mastery is an endless journey.</p>
<a href="https://www.youtube.com/watch?v=r6zIGXun57U&list=PLbAFXJC0J5Gbogs-3Jk3nay0sAeAqi3SS&index=28" target="_blank" class="btn btn-primary">Écouter sur Youtube</a>
</div>
</div>
<div class="col-1"></div>
<div class="col-2">
<iframe src="https://www.youtube.com/embed/aR-KAldshAE?list=PLbAFXJC0J5Gbogs-3Jk3nay0sAeAqi3SS" title="Warriors | Cinématique de la saison 2020 - League of Legends (avec 2WEI et Edda Hayes)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="card-body">
<h5 class="card-title">Warriors</h5>
<p class="card-text">We are warriors. The 2020 season has started.</p>
<a href="https://www.youtube.com/watch?v=aR-KAldshAE&list=PLbAFXJC0J5Gbogs-3Jk3nay0sAeAqi3SS&index=18" class="btn btn-primary">Écouter sur Youtube</a>
</div>
</div>
<div class="col-2"></div>
</div>
</div>
</section>
</main>
<footer>
<div class="mt-5 mb-5 text-center border-top"></div>
<div class="text-center mb-3"><a class="link-light" href="https://github.com/huguestouyon">Github</a></div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8"
crossorigin="anonymous"></script>
<!-- MDB -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.js"></script>
</body>
</html>