-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
192 lines (146 loc) · 6.78 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
<!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">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/components/main-header.css">
<link rel="stylesheet" href="css/components/main-action.css">
<link rel="stylesheet" href="css/components/main-banner.css">
<link rel="stylesheet" href="css/components/main-box.css">
<link rel="stylesheet" href="css/components/main-title.css">
<link rel="stylesheet" href="css/components/main-subtitle.css">
<link rel="stylesheet" href="css/components/main-section.css">
<link rel="stylesheet" href="css/components/main-button.css">
<link rel="stylesheet" href="css/components/wrapper-skills.css">
<link rel="stylesheet" href="css/components/skill-dark.css">
<link rel="stylesheet" href="css/components/progress-bar.css">
<link rel="stylesheet" href="css/components/card-project.css">
<link rel="stylesheet" href="css/components/wrapper-card.css">
<link rel="stylesheet" href="css/components/main-description.css">
<link rel="stylesheet" href="css/components/main-carousel.css">
<link rel="stylesheet" href="css/components/button-arrow.css">
<link rel="stylesheet" href="css/components/node-card.css">
<title>PORTIFÓLIO</title>
</head>
<body>
<header class="main-header">
<img id=logo src="img/profile-pic (7).png" alt="mago">
<nav>
<a href="#skills" class="main-action" lang=en>Skills</a>
<a href="#projetos" class="main-action">Projetos</a>
<a href="#sobre" class="main-action">Sobre</a>
<a href="" class="main-action">Contatos</a>
</nav>
</header>
<section class="main-banner">
<div class="wrapper">
<div class="main-box">
<h2 class="main-title">Thaís Vicente</h1>
<h3 class="main-subtitle">FrontEnd Developer</h3>
</div>
<div class="navigation">
<a class="main-button" href="" lang=en>Downloads CV</a>
<a class="main-button" href="">Contatos</a>
</div>
</div>
</section>
<section id="skills" class="main-section">
<h2 class="main-title -second"><b>Skills</b></h2>
<div class="wrapper-skills">
<article class="skill-dark">
<img class="icon" src="/img/icons8-html-5.svg" alt="icon HTML">
<div class="right">
<h3 class="title">HTML</h3>
<progress class="progress-bar -html" max="100" value="50"> 100 % </progress>
</div>
</article>
<article class="skill-dark">
<img class="icon" src="/img/icons8-reagir.svg" alt="icon react">
<div class="right">
<h3 class="title">React</h3>
<progress class="progress-bar" max="100" value="0"> 90 % </progress>
</div>
</article>
<article class="skill-dark">
<img class="icon" src="/img/icons8-css3.svg" alt="icon CSS3">
<div class="right">
<h3 class="title">CSS</h3>
<progress class="progress-bar" max="100" value="50"> 90 % </progress>
</div>
</article>
<article class="skill-dark">
<img class="icon" src="/img/icons8-node-js.svg" alt="icon Node JS">
<div class="right">
<h3 class="title">Node Js</h3>
<progress class="progress-bar" max="100" value="0"> 90 % </progress>
</div>
</article>
<article class="skill-dark">
<img class="icon" src="/img/icons8-javascript.svg" alt="icon javascript">
<div class="right">
<h3 class="title">javascript</h3>
<progress class="progress-bar" max="100" value="10"> 90 % </progress>
</div>
</article>
<article class="skill-dark">
<img class="icon" src="/img/icons8-mongodb.svg" alt="icon MongoDB">
<div class="right">
<h3 class="title">MongoDB</h3>
<progress class="progress-bar" max="100" value="0"> 100% </progress>
</div>
</article>
</div>
</section>
<section id="projetos" class="main-section -bgBlack -bdFirst">
<h2 class="main-title -second">Projetos</h2>
<div class="wrapper-card">
<figure class="card-project">
<img class="logo" src="/img/icons8-html-5.svg" alt="Logo HTML5">
</figure>
<figure class="card-project -blue">
<img class="logo" src="/img/icons8-css3.svg" alt="Logo CSS3">
</figure>
<figure class="card-project -gray">
<img class="logo" src="img/icons8-javascript.svg" alt=" Logo Javascript">
</figure>
</div>
</section>
<section id="sobre" class="main-section -bgPurple -bdFirst">
<h2 class="main-title -second">Roadmap</h2>
<p class="main-description">Atualmente estou aprimorando meus conhecimentos na área de programação para desenvolvimento Web.
Sou uma pessoa extremamente interessada em diversos assuntos, gosto de ter domínio ao que me proponho a fazer, por isso venho sempre buscando ao máximo meu autodesenvolvimento.
</p>
<section class="main-carousel">
<button class="button-arrow -left"><span class="content">Avançar</span></button>
<figure class="node-card">
<figcaption class="title">Set/22</figcaption>
<div class="logo">
<img class="card" src="/img/icons8-html-5.svg" alt="donkey">
</div>
</figure>
<figure class="node-card">
<figcaption class="title">1878</figcaption>
<div class="logo">
<img class="card" src="/img/icons8-css3.svg" alt="donkey">
</div>
</figure> <figure class="node-card">
<figcaption class="title">1898</figcaption>
<div class="logo">
<img class="card" src="/img/icons8-javascript.svg" alt="donkey">
</div>
</figure>
<figure class="node-card">
<figcaption class="title">1998</figcaption>
<div class="logo">
<img class="card" src="/img/icons8-reagir.svg" alt="donkey">
</div>
</figure>
<button class="button-arrow -right"><span class="content">Voltar</span></button>
</section>
</section>
<script src="script.js">
</script>
</body>
</html>