-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (74 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Montserrat:wght@200;600;800&family=Poiret+One&family=Roboto:wght@100;500;900&family=Special+Elite&display=swap" rel="stylesheet">
<title>😱Adrien's profile😱</title>
</head>
<body>
<div class="container">
<div class="card">
<h1>Adrien COUSIN <img id="roflcopter" src="images/roflcopter.gif"></h1>
<h2>The vulgar, the poor and the bad taste</h2>
<h4>Mauvais goût éphémère pour internaute en perdition</h4>
<img id="profile-pic" class = "img-circle" src="images/profile_pic.jpg" alt="A goat.">
</div>
<div class="card">
<h3>QUOTATIONS</h3>
<p>
"La nuit, tous les pantalons sont gris." <em>PD</em><br>
"Craftsmanship entails learning to do one thing really well, while the ideal of the new economy is to be able to learn new things, celebrating potential rather than achievement."<em>MC</em><br>
"Bud not being dead I rode on that for years." <em>TW</em><br>
"You can’t hammer a nail over the internet." <em>MC</em><br>
</p>
</div>
<div class="card">
<h3>INSPIRATIONS</h3>
<ul class = "list-inline">
<li>
Tom Waits <br>
<!-- <img class = "badge img-circle" src="images/waits.png" alt=""> -->
<div id = "badge_waits"></div>
</li>
<li>
Jim Jarmusch <br>
<!-- <img class = "badge img-circle" src="images/jarmusch.png" alt=""> -->
<div id = "badge_jarmusch"></div>
</li>
<li>
Pierre Desproges <br>
<!-- <img class = "badge img-circle" src="images/desproges.png" alt=""> -->
<div id = "badge_desproges"></div>
</li>
</ul>
</div>
<div class="card">
<h3>ASPIRATIONS</h3>
<p>
ASCII Art <br>
ROFLCopter Design <br>
Shipping containers <br>
</p>
</div>
<div class="card">
<p>
<p><a href="https://adcousin.github.io/medium-article/index.html">Those links are going to screw your mind</a></p>
</p>
<ul class="list-inline">
<li>
<a href="https://www.linkedout.fr/"><i class="fab fa-linkedin-in"></i></a>
</li>
<li>
<a href="https://github.com/adcousin"><i class="fas fa-trash-alt"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/adrien-cousin-50187958"><i class="fas fa-trash-alt"></i></a>
</li>
</ul>
</div>
</div>
</body>
</html>