-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (34 loc) · 1.94 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
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="benostoq">
<title>Minor Project | Official Site</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="fontawesome-free-5.11.2-web/css/all.css">
<link rel="icon" type="image/png" href="favicon.png" />
<link href="main.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-center text-white bg-custom">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
</header>
<main role="main" class="main-container">
<img src="cover-kymata.png" alt="Minor Project">
<p class="socials">
<a href="https://www.facebook.com/MinorProjectBand/" target="_blank"><i class="fab fa-facebook fa-fw"></i></a>
<a href="https://www.youtube.com/user/MinorProjectBand/videos" target="_blank"><i class="fab fa-youtube fa-fw"></i></a>
<a href="https://open.spotify.com/artist/7kL0OGdmGStwRYS6LanYkk" target="_blank"><i class="fab fa-spotify fa-fw"></i></a>
<a href="https://itunes.apple.com/us/artist/minor-project/591424157" target="_blank"><i class="fab fa-apple fa-fw"></i></a>
<a href="https://www.deezer.com/en/artist/4331014" target="_blank"><i class="fa fa-align-left fa-fw fa-rotate-270"></i></a>
<a href="https://www.napster.com/artist/minor-project" target="_blank"><i class="fab fa-napster fa-fw"></i></a>
<!-- <a href=""><i class="fas fa-paper-plane fa-fw"></i></a>-->
</p>
</main>
<footer class="mt-auto text-white-50">
</footer>
</div>
</body>
</html>