-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 1.51 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
<html>
<head>
<title>Eric Profile</title>
<meta name="My profile page" content="you can put programmer now"charset="utf-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class= "container">
<div class="card-white" id="presentation">
<h1>Hello I'm Eric </h1>
<img src="images/Pic_Wagon_02.JPG" class="img-circle" width="100px" alt="Eric_pic">
<p>
My NAS is awesome
</p>
<a href="https://app.plex.tv/desktop#!/server/ea5cf8e67878f6ae085c9af1e41749cd405c874e?key=%2Flibrary%2Fsections%2F5" target="_blank" class="btn-blue">See my Z-SERVER</a>
<p id="text-custom">
username : Le Wagon
</p>
</div>
<div class="card-white">
<h2>Follow me</h2>
<ul class="icon-inline">
<li>
<a href="https://www.facebook.com/Eric.SYLVIUS" target="_blank">
<i class="fab fa-facebook-square"></i>
</a>
</li>
<li>
<a href="https://twitter.com/Syleric_" target="_blank">
<i class="fab fa-twitter-square"></i>
</a>
</li>
<li>
<a href="https://github.com/Ssyleric" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>