-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (69 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sobre Min - Guilherme França</title>
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/x-icon">
<link rel="stylesheet" href="./assets/css/main.css">
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<div class="wrapper">
<div class="container">
<img id="picture" src="./assets/images/profile.jpg" alt="Guilherme França">
<div id="detail">
<h1>Olá, seja bem-vindo(a)</h1>
<div id="description">
<p>
Meu nome é <strong>Guilherme Ferreira França</strong>, sou desenvolvedor web há mais de 4 anos, com experiência em javascript e php.
</p>
<p>
Sou apaixonado por programação e poder criar coisas que facilitam a vida das pessoas em seu dia-a-dia.
</p>
<p>
Gosto de sempre estar aprendendo algo novo, neste momento estou dedicando um tempo para aprender sobre ReactJS e React Native
</p>
</div>
<h3>Social Media</h3>
<ul>
<li>
<a href="https://www.linkedin.com/in/guilherme-franca/" title="Linkedin">
<i data-feather="linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/guilherme-franca" title="Github">
<i data-feather="github"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/guilherme.ffr/" title="Instagram">
<i data-feather="instagram"></i>
</a>
</li>
<li>
<a href="https://medium.com/@guilhermefranca" title="Medium">
<img src="./assets/images/medium.png" />
</a>
</li>
<li>
<a href="https://www.facebook.com/guilherme.ffr/" title="Facebook">
<i data-feather="facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/guilherme_ffr" title="Twitter">
<i data-feather="twitter"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<script>
feather.replace()
</script>
</body>
</html>
<!-- <script src="GFRLib.js"></script> -->