-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.6 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">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Fontawesome Stylesheet -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/lew.png">
<title>My profile</title>
</head>
<body>
<div class="container">
<div class="center box-shadow border-radius">
<img src="images/photos.jpeg" alt="profile picture" id="profile_picture" class="rounded">
<h1>Eduard Ciugulea</h1>
<h2>Fullstack Developer</h2>
<p>I start on a path to discover my passion and on my way to do it I found
out that IT is a domain that fascinates me, furthermore, the Web Development domain
get my attention and now my goal is to be a Web Developer.</p>
<a href="https:/www.lewagon.com" target="_blank">
<div class="btn border-radius box-shadow"> Le Wagon Page </div>
</a>
</div>
<div class="center box-shadow border-radius">
<h1>Social Media:</h1>
<ul>
<li class="in-line">
<a href="https:/www.facebook.com"><i class="fab fa-facebook-square"></i></a>
</li>
<li class="in-line">
<a href="https:/www.twitter.com"><i class="fab fa-twitter-square"></i></a>
</li>
</ul>
</div>
</div>
</body>
</html>