-
Notifications
You must be signed in to change notification settings - Fork 330
/
Copy pathdulcetti.html
64 lines (59 loc) · 2.34 KB
/
dulcetti.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
<!DOCTYPE html>
<html>
<head>
<link href="style/style.css" type="text/css" rel="stylesheet" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Bruno Dulcetti</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style/dulcetti.css" />
</head>
<body>
<main class="container">
<header class="header">
<h1 class="title">Hello, I'm Dulcetti</h1>
<p class="description">I'm a Front-End developer and work with React, React Native, Angular, AngularJS,
ES6, CSS3, HTML5, UX and others technologies.</p>
</header>
<section class="content">
<h2 class="subtitle">Get Connected</h2>
<ul class="social-list">
<li class="item">
<a href="https://instagram.com/dulcetti" target="_blank" class="link">
<img src="https://freeiconshop.com/wp-content/uploads/edd/instagram-new-outline.png" alt="Instagram Icon"
class="image">
</a>
</li>
<li class="item">
<a href="https://twitter.com/dulcetti" target="_blank" class="link">
<img src="https://image.flaticon.com/icons/svg/59/59046.svg" alt="Twitter Icon" class="image">
</a>
</li>
<li class="item">
<a href="https://github.com/dulcetti" target="_blank" class="link">
<img src="https://image.flaticon.com/icons/svg/25/25231.svg" alt="Github Icon" class="image">
</a>
</li>
</ul>
</section>
</main>
<div>
<br /><br /><center><a id="back_to_home" href="home.html">Go back to home</a></center>
<footer>
<nav>
<ul>
<li style="
list-style-type: none;
top: 90%;
right: 90%;
position: absolute;">
<a href="./home.html" style="
text-decoration: none;
color: inherit;">Home</a>
</li>
</ul>
</nav>
</footer>
</div>
</body>
</html>