-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
185 lines (179 loc) · 11.2 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="application-name" content="43D Profile">
<meta name="author" content="Allan Felipe">
<meta name="description" content="Perfil profissional de Allan Felipe">
<meta name="keywords" content="Allan Felipe, profile, 43d, perfil, gitpage, github">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://43d.github.io/profile/">
<meta property="og:title" content="Allan Fel {43D} - Um pouco sobre mim">
<meta property="og:description" content="Perfil profissional de Allan Felipe">
<meta property="og:image" content="https://43d.github.io/profile/public/img/profile.jpeg">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://43d.github.io/profile/">
<meta property="twitter:title" content="Allan Fel {43D} - Um pouco sobre mim">
<meta property="twitter:description" content="Perfil profissional de Allan Felipe">
<meta property="twitter:image" content="https://43d.github.io/profile/public/img/profile.jpeg">
<title>Allan Fel {43D} - Um pouco sobre mim</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="./public/css/style.css">
</head>
<body class="text-light light-mode">
<header class="navbar sticky-top navbar-dark bg-dark">
<nav class="container-fluid">
<a href="#main" class="navbar-brand"><span class="myname"></span></a>
<ul class="d-flex nav">
<li class="nav-item mx-1">
<button class="nav-link btn btn-outline-light" id="dark_light">🌙</button>
</li>
<li class="nav-item mx-1">
<button class="nav-link dropdown-toggle btn btn-outline-light" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
🌐
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<li><button class="btn btn-outline-dark dropdown-item language-change" data-language="pt"
disabled>Portugues</button></li>
<li><button class="btn btn-outline-dark dropdown-item language-change"
data-language="en">English</button></li>
<li><button class="btn btn-outline-dark dropdown-item language-change"
data-language="es">Español</button></li>
</ul>
</li>
</ul>
</nav>
</header>
<div class="container-fluid tema light-mode">
<div class="row">
<main id="main" class="col-12 p-0">
<div id="capa" class="bg-white px-3">
<a href="https://github.com/43D" target="_blank" id="fotoLink"><img src="./public/img/profile.jpeg"
alt="profile" id="foto" class="rounded-circle border border-2 border-dark"></a>
</div>
<div class="text-dark" id="profile">
<p class="fs-1 mb-0" id="nome"><span class="myname"></span></p>
<a href="#" class="fs-5 text-decoration-none" id="localizacao">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-geo-alt" viewBox="0 0 16 16">
<path
d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z" />
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
<span id="local"></span>
</a>
</div>
</main>
</div>
</div>
<div class="container tema light-mode">
<div class="row">
<section class="col-12 px-4 text-dark px-0 my-4" id="div-apresentacao">
<div class="border-start border-4 border-dark p-2">
<p id="apresentacao"></p>
<p><a href="https://43d.github.io/" id="hub1">Acesse aqui</a> <span id="hub2"></span></p>
</div>
</section>
<section class="col-12 col-lg-7 px-4 text-dark px-0 my-4">
<div class="border-start border-4 border-dark p-2">
<h5 id="skills-name">Hard Skills</h5>
<ul id="hard-skills">
<li>HTML5</li>
<li>CSS3</li>
<li>Bootstrap 4 & 5</li>
<li>SASS & SCSS</li>
<li>JavaScript</li>
<li>JavaScript - LocalStorage</li>
<li>JSON</li>
<li>JQuery 3</li>
<li>PHP 7 & 8</li>
<li>Laravel</li>
<li>MySQL</li>
<li>Java MVC & POO</li>
<li>GIT & GITHUB</li>
<li>Apache2</li>
</ul>
</div>
</section>
<section class="col-12 col-lg-5 px-4 text-dark px-0 my-4">
<div class="border-start border-4 border-dark p-2">
<h5 id="formacao-name">Formação & Experiência</h5>
<ul id="formacao">
<li><span>Ensino médio técnico em</span><a href="#"> IFPR Goioerê </a><span>- Curso Técnico em
informática {2015-2018}</span></li>
<li><span>Ensino superior em</span><a href="#"> UTFPR Toledo </a><span>- Curso Tecnologia em
Sistemas para Internet {2019 - em curso}</span></li>
</ul>
</div>
</section>
<section class="col-12 col-lg-7 px-4 text-dark px-0 my-4">
<div class="border-start border-4 border-dark p-2">
<h5 id="estudando-name">Estudando</h5>
<ul id="estudando">
<li>Java Web - JSF & Servlet</li>
<li>Java JPA & Hubernate</li>
<li>C# MVC & POO</li>
<li>C# em back-end</li>
<li>C# & Unity</li>
</ul>
</div>
</section>
<section class="col-12 col-lg-5 px-4 text-dark px-0 my-4">
<div class="border-start border-4 border-dark p-2">
<h5 id="dev-tool-name">Ferramentas & Ambiente</h5>
<ul id="dev-tool">
<li>Visual Studio Code</li>
</ul>
</div>
</section>
</div>
</div>
<footer class="bg-dark mb-0">
<div class="mx-4 py-4 px-3 text-center mb-0">
<p class="fs-4">Feito por Allan Fel.</p>
<details id="details" class="details mb-4">
<summary id="summary" class="summary">Copyright das imagem aqui.</summary>
<p id="cop" class="copy">Imagem da capa tirada da Light Novel "Hentai Ouji to Warawanai Neko. <a
target="_blank" href="https://myanimelist.net/manga/25876/Hentai_Ouji_to_Warawanai_Neko">Clique
aqui.</a></p>
<p id="cop2" class="copy">Foto de perfil retirada do twiiter. <a target="_blank"
href="https://twitter.com/Haidacutlet/status/1114158671464763392">Clique aqui.</a></p>
</details>
<a class="bot d-none" id="facebook-desktop" href="https://facebook.com/Allangamer43D" target="_blank"><img
class="social" id="icon1" src="./public/img/fb.png" alt="Facebook logo" height="30" width="30"></a>
<a class="bot d-none" id="facebook-mobile" href="fb://profile/100010149914042" target="_blank"><img
class="social" id="icon1" src="./public/img/fb.png" alt="Facebook logo" height="30" width="30"></a>
<a class="bot" id="twitter" href="https://twitter.com/Allangamer43D" target="_blank"><img class="social"
id="icon2" src="./public/img/tw.png" alt="Twiiter logo" height="30" width="30"></a>
<a class="bot" id="github" href="https://github.com/43D" target="_blank"><img class="social" id="icon3"
src="./public/img/git.png" alt="Github logo" height="30" width="30"></a>
<a class="bot" id="linkedin" href="http://linkedin.com/in/allan-fel" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-envelope" viewBox="0 0 31 31">
<path d="M34,2.5v29A2.5,2.5,0,0,1,31.5,34H2.5A2.5,2.5,0,0,1,0,31.5V2.5A2.5,2.5,0,0,1,2.5,0h29A2.5,2.5,0,0,1,34,2.5ZM10,13H5V29h5Zm.45-5.5A2.88,2.88,0,0,0,7.59,4.6H7.5a2.9,2.9,0,0,0,0,5.8h0a2.88,2.88,0,0,0,2.95-2.81ZM29,19.28c0-4.81-3.06-6.68-6.1-6.68a5.7,5.7,0,0,0-5.06,2.58H17.7V13H13V29h5V20.49a3.32,3.32,0,0,1,3-3.58h.19c1.59,0,2.77,1,2.77,3.52V29h5Z"></path>
</svg>
</a>
<a class="bot" id="mail" href="mailto:allan.goioere@gmail.com" target="_blank"><svg
xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-envelope"
viewBox="0 0 16 16">
<path
d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z" />
</svg>
</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
<script src="./public/js/app.js"></script>
</body>
</html>