-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspotify.html
88 lines (76 loc) · 3.79 KB
/
spotify.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Le Calme et la Révolte</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Oswald|Special+Elite" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/lecalmeetlarevolte.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://use.fontawesome.com/4b5c0c9d8c.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111960189-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111960189-1');
</script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section hero">
<div class="container">
<div class="row">
<a href="index.html">
<img src="images/logo_hd_trimmed.png" alt="logo le calme et la révolte">
<!--<h1>Le Calme et<br> la Révolte</h1>-->
</a>
</div>
</div>
</div>
<div class="section values">
<div class="container pro">
<div class="row spotify">
<p>Hello Spotify my name is Antoine Trapet and my email is ayodio@gmail.com</p><p>please verify my artist page for the band le calme et la révolte.</p>
<p>Thanks</p>
</div>
</div>
</div>
<!--<div class="section categories">-->
<!--<div class="container">-->
<!--<h3 class="section-heading">Responsive Images</h3>-->
<!--<p class="section-description">Skeleton images sit easily in grid with .u-max-full-width class. I suggest exploring solution to serving different images based on device size.</p>-->
<!--<div class="row">-->
<!--<div class="one-half column category">-->
<!--<img class="u-max-full-width" src="images/placeholder.png">-->
<!--</div>-->
<!--<div class="one-half column category">-->
<!--<img class="u-max-full-width" src="images/placeholder.png">-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>