-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (57 loc) · 2.62 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
<!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.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="icon" href="/assets/curriculo2.png" type="image/png">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="//fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
<title>Currículo</title>
</head>
<body>
<header>
<img id="nuvemicon" src="/assets/nuvemicon.png" alt="">
<ul id="ulbuttons">
<a id="libutton" target="_blank" class="menu-link" href="//escoladanuvem.org">Home</a>
<a id="libutton" target="_blank" class="menu-link" href="//escoladanuvem.org/cursos/">Cursos</a>
<a id="libutton" target="_blank" class="menu-link" href="//escoladanuvem.org/contato/">Contato</a>
</ul>
</header>
<div id="notebookicondiv">
<img src="/assets/notebook.png" alt="">
</div>
<div id="slideshow-example" data-component="slideshow">
<!-- List -->
<div class="list" id="slideshow-example" role="list">
<!-- <article id="profile">
<div id="profileimage">
<img src="https://cdn.discordapp.com/attachments/1026523027317477416/1113772664843153409/1655143731974.png"
alt="">
</div>
<h2 id="profileusername">Rodrigo Gontyjo</h2>
<small id="profileabout">Sou um jovem estudante que, desde criança por meio de jogos virtuais, aprendi a
gostar e admirar a tecnologia. Estou desenvolvendo o raciocínio lógico e aprendendo
programação.</small>
<div id="profilelinks">
<a href="" class="link link--icon">
<img id="profilelinksimage" src="/assets/curriculo.png" alt="">
</a>
<a href="" class="link link--icon">
<img id="profilelinksimage" src="/assets/git.png" alt="">
</a>
<a href="" class="link link--icon">
<img id="profilelinksimage" src="/assets/linkedin.png" alt="">
</a>
</div>
</article> -->
</div>
</div>
<footer>
</footer>
</body>
<script src="/api.js"></script>
<script src="/script.js"></script>
</html>