-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (104 loc) · 5.45 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<html>
<head>
<meta charset="utf-8">
<title>Gauthier</title>
<!-- Google fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Montserrat:400,700">
<!-- Fontawesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Your style -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<div id="left">
<div class="card" class="text-center" id="summary">
<img src="images/linkedin v2.jpg" class="img-circle" id="logo" alt="">
<h1>Gauthier Levha</h1>
<h2>Doer @Get The Sound</h2>
<p>Born in 2012 by two passionated students, <strong>Get The Sound has become one of the leading Music Youtube Channel</strong>. The French collectif appeals to unearth up and coming producers to promote. With a website in preparation, Get The Sound follows to spread their passion through weekly uploads on Youtube and Live Djs sets in clubs and festivals.</strong></p>
<a href="https://www.youtube.com/user/GetTheSound2" class="btn-red" target="_blank">See for yourself</a>
</div>
<div class="card">
<ul class="list-inline">
<li class="text-center">
<a href="https://www.facebook.com/gauthierlvh" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
<br>
Facebook
</a>
</li>
<li class="text-center">
<a href="https://linkedin.com/in/gauthierlevha" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<br>
Linkedin
</a>
</li>
<li class="text-center">
<a href="https://twitter.com/gauthierlvh" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i>
<br>
Twitter
</a>
</li>
</ul>
</div>
</div>
<div id="right">
<div class="card" id="last-news">
<h2>Last news</h2>
<table id="movies">
<tr>
<td><a href="https://www.youtube.com/watch?v=bfNlocexl1s" target="_blank"><img src="images/marks_cover.jpg" alt="" class="img-bright"></a></td>
<td>
<h3><a href="https://www.youtube.com/watch?v=bfNlocexl1s" target="_blank">Beauvois</a></h3>
<p>We're really proud to announce the start of our own Label, "Get The Sound Records". This a project we have been working on for several months and is close to our heart. We really want to introduce you to real favorites in a different way.
The first release will be MARKS, a huge EP from our buddy Beauvois.</p></td>
</tr>
<tr>
<td><a href="https://soundcloud.com/getthesound2/volumetape1" target="_blank"><img src="images/volume_tape.jpg" alt="" class="img-bright"></a></td>
<td>
<h3><a href="https://soundcloud.com/getthesound2/volumetape1" target="_blank">Volume tape #1 | House</a></h3>
<p>The first Volume Tape is now available on Soundcloud !! This is a new series of Mixtapes that we are launching. They will be in a more House-like registry than we are used to. Tell us what you think about it !</p></td>
</tr>
<tr>
<td><a href="https://soundcloud.com/getthesound2/douce-france-gts" target="_blank"><img src="images/douce_france.jpg" alt="" class="img-bright"></a></td>
<td>
<h3><a href="https://soundcloud.com/getthesound2/douce-france-gts" target="_blank">Douce France</a></h3>
<p>We are happy to announce the first Volume Tape, "Douce France" ! OUT soon on soundcloud with TEEMID, Lost Frequencies, MrⅭØ and more...</p></td>
</tr>
</table>
</div>
</div>
<div class="clear"></div>
<div id="footer">
<div class="card" class="text-center" id="youtube">
<h2>Fresh sound</h2>
<iframe width="853" height="480" src="https://www.youtube.com/embed/WmtCYkzfCik" frameborder="0" allowfullscreen></iframe>
</div>
<div class="card" class="text-center" id="form">
<h2>Subscribe to our next events</h2>
<form action="#" class="form">
<label for="first_name">First Name</label>
<input type="text" class="margin-right type">
<label for="last_name">Last Name</label>
<input type="text" class="margin-right type">
<label for="email">Email</label>
<input type="email" class="type"><br>
<input type="submit" value="Subscribe" id="subscribe">
</form>
</div>
<div class="card">
<h2>About this page</h2>
<p class="text-center">This page has been coded during the <a href="http://lewagon.org/program" target="_blank">FullStack program @LeWagon</a>. That was probably the best experience of my entire life.</p>
<ul class="list-inline">
<li><a href="" target="_blank"><i class="fa fa-heart" aria-hidden="true"></i></a></li>
<li><a href="" target="_blank"><i class="fa fa-share" aria-hidden="true"></i></a></li>
<li><a href="" target="_blank"><i class="fa fa-star" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>