-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
311 lines (291 loc) · 14.4 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!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">
<title>Desafio de portifolio resposivo com bootstrap - Rocketseat</title>
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<div class="container-fluid">
<div class="row">
<!-- Bloco esquerdo, perfil, skills, informações e redes sociais -->
<div class="col-esquerdo col-xl-3 col-lg-4 col-md-5 col-12">
<!-- Card do Perfils -->
<div class="card card-perfil">
<div class="card-header">
<img src="./assets/perfil.jpeg" class="img-thumbnail mx-auto d-block rounded-circle" height="128" width="128" alt="Foto de perfil do Luffy">
</div>
<div class="card-body text-center">
<h3>Monkey D. Luffy</h3>
<h5>Futuro rei dos piratas</h5>
</div>
</div>
<!-- Card de links -->
<div class="card card-links">
<div class="card-body">
<ul class="list-group">
<li class="list-group-item" aria-current="true">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map-pin">
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path>
<circle cx="12" cy="10" r="3"></circle>
</svg>
</span>
<a href="javascript:void(0)">Brasil</a>
</li>
<li class="list-group-item">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-briefcase">
<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect>
<path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>
</svg>
</span>
<a href="javascript:void(0)">
One Piece
</a>
</li>
<li class="list-group-item">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</span>
<a href="javascript:void(0)">monkeydluffy</a>
</li>
<li class="list-group-item">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</span>
<a href="javascript:void(0)">monkeydluffy</a>
</li>
<li class="list-group-item">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-twitter">
<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>
</svg>
</span>
<a href="javascript:void(0)">twitter</a>
</li>
<li class="list-group-item">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-globe">
<circle cx="12" cy="12" r="10"></circle>
<line x1="2" y1="12" x2="22" y2="12"></line>
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>
</svg>
</span>
<a href="javascript:void(0)">mugiwaras.com</a>
</li>
<li class="list-group-item">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</span>
<a href="javascript:void(0)">
luffy@mugiwaras.com
</a>
</li>
</ul>
</div>
</div>
<!-- Tecnologias -->
<div class="card card-tecnologias">
<div class="card-header">
<h4 class="vinheta-text">
Tecnologias
</h4>
</div>
<div class="card-body">
<div class="col-badges">
<a href="javascript:void(0)" class="badge col-badge">
JAVASCRIPT
</a>
<a href="javascript:void(0)" class="badge col-badge">
REACT
</a>
<a href="javascript:void(0)" class="badge col-badge">
NODEJS
</a>
<br>
<a href="javascript:void(0)" class="badge col-badge">
GIT
</a>
<a href="javascript:void(0)" class="badge col-badge">
GITHUB
</a>
<a href="javascript:void(0)" class="badge col-badge">
HTML
</a>
<br>
<a href="javascript:void(0)" class="badge col-badge">
CSS
</a>
<a href="javascript:void(0)" class="badge col-badge">
ELIXIR
</a>
<a href="javascript:void(0)" class="badge col-badge">
REACT NATIVE
</a>
</div>
</div>
</div>
<!-- Experiências -->
<div class="card card-experiencias">
<div class="card-header">
<h4 class="vinheta-text">
Experiências
</h4>
</div>
<div class="card-body">
<div class="card-experiencias">
<div class="experiencias">
<h5>Rocketseat</h5>
<p>2019 - Atualmente</p>
<p>Community Experience</p>
</div>
<div class="experiencias">
<h5>Rocketseat</h5>
<p>2019 - Atualmente</p>
<p>Community Experience</p>
</div>
<div class="experiencias">
<h5>Rocketseat</h5>
<p>2019 - Atualmente</p>
<p>Community Experience</p>
</div>
<div class="experiencias">
<h5>Rocketseat</h5>
<p>2019 - Atualmente</p>
<p>Community Experience</p>
</div>
</div>
</div>
</div>
<!-- Educação -->
<div class="card card-educacoes">
<div class="card-header">
<h4 class="vinheta-text">
Educação
</h4>
</div>
<div class="card-body">
<div class="card-educacoes">
<div class="educacao">
<h5>Rocketseat</h5>
<p>2019 - 2019</p>
<p>GoStack</p>
</div>
<div class="educacao">
<h5>Rocketseat</h5>
<p>2019 - 2020</p>
<p>Javascript</p>
</div>
<div class="educacao">
<h5>Rocketseat</h5>
<p>2020 - 2021</p>
<p>Oministack</p>
</div>
<div class="educacao">
<h5>Rocketseat</h5>
<p>2021 - 2021</p>
<p>JQuery</p>
</div>
</div>
</div>
</div>
</div>
<!-- Conteudo da pagina -->
<div class="col-main col-xl-9 col-lg-8 col-md-7 col-12">
<div class="card">
<div class="card-header">
<h4 class="vinheta-text">
Meus Projetos
<a class="veja-todos" href="https://www.github.com">
Veja todos
</a>
</h4>
</div>
</div>
<div id="frontListaRepositorios" class="row">
<div id="frontRepositorio" class="col-12 col-md-6 col-lg-4 d-none">
<div class="card card-projetos">
<div class="projetos-header card-header">
<h4 class="vinheta-text">
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder">
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>
</svg>
</span>
<a class="repositorio-url" target="_blank" rel="noopener noreferrer" href="">
<span class="repositorio-name"></span>
</a>
</h4>
</div>
<div class="projetos-body card-body text">
<span class="repositorio-description"></span>
</div>
<div class="projetos-footer card-footer">
<a class="repositorio-url-github" target="_blank" rel="noopener noreferrer" href="">
Acessar repositorio no github
</a>
<!-- <a href=""> <span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"> <polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> </span> 100 </a> <a href=""> <span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-branch"> <line x1="6" y1="3" x2="6" y2="15"></line> <circle cx="18" cy="6" r="3"></circle> <circle cx="6" cy="18" r="3"></circle> <path d="M18 9a9 9 0 0 1-9 9"></path> </svg> </span> 100 </a> <a href=""> <span class="icon"> <div class="language"></div> </span> Javascript </a> -->
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h4 class="vinheta-text">
Meus posts
<a class="veja-todos" href="javascript:void(0)">
Veja todos
</a>
</h4>
</div>
</div>
<div class="card card-postagens">
<div class="card-body">
<div class="col-post-foto">
<img src="./assets/perfil.jpeg" height="128" width="128px" class="img-fluid" alt="Foto de perfil do Monkey D. Luffy Sorrindo">
</div>
<div class="col-post-textos">
<h5 class="card-title">
Erro adb devices no Genymotion e Android Studio (React Native)
</h5>
<p class="card-text">
2 anos atrás
</p>
<p class="card-text">
Erro adb devices no Genymotion e Android Studio (React Native)
</p>
<p class="card-text">
<small class="text-muted">
<span>#React Native</span>
<span>#React</span>
<span>#Estudo</span>
<span>#Exemplo</span>
</small>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/index.css">
<script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="./js/index.js"></script>
</html>