-
Notifications
You must be signed in to change notification settings - Fork 0
/
otherProjs.html
206 lines (182 loc) · 10 KB
/
otherProjs.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--G Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!--Fim G Fonts-->
<link rel="shortcut icon" href="images/logo1.png" type="image/x-icon">
<title>Portfolio GPa</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link href="style.css" rel="stylesheet" />
<script type="module" src="index.js"></script>
</head>
<body>
<header>
<div class="interface">
<div class="logo">
<a href="index.html">
<img src="images/logo1.png" id="img_nav" alt="logo GPa"/>
</a>
</div>
<nav class="menu-desktop">
<ul>
<li><a href="#inicio">Início</a></li>
<li><a href="#especialidades">Especialidades</a></li>
<li><a href="#sobre">Sobre</a></li>
<li><a href="#portfolio">Projetos</a></li>
<li class="nav-item">
<input type="checkbox" id="dark-change" onclick="toggleDarkMode()">
<label for="dark-change">
<i class='nav-link bi bi-sun'></i>
<i class='nav-link bi bi-moon'></i>
</label>
</li>
<li>
<select id="slcDesk">
<option value="pt-br">pt-br</option>
<option value="eng">Inglês</option>
<option value="spn">Espanhol</option>
</select>
</li>
</ul>
</nav>
<div class="btn-contato">
<a href="#form">
<button>Contato</button>
</a>
</div>
<div class="btn-abrir-menu" id="btn-menu">
<i class="bi bi-list"></i>
</div>
<div class="menu-mobile" id="menu">
<div class="btn-fechar">
<i class="bi bi-x-lg"></i>
</div>
<nav>
<ul>
<li class="click"><a href="#inicio">Início</a></li>
<li class="click"><a href="#especialidades">Especialidades</a></li>
<li class="click"><a href="#sobre">Sobre</a></li>
<li class="click"><a href="#portfolio">Projetos</a></li>
<li class="click"><a href="#form">Contato</a></li>
<li class="nav-item click">
<input type="checkbox" id="dark-change" onclick="toggleDarkMode()">
<label for="dark-change">
<i class='nav-link bi bi-sun'></i>
<i class='nav-link bi bi-moon'></i>
</label>
</li>
<li>
<select id="slcMb">
<option value="pt-br">pt-br</option>
<option value="eng">Inglês</option>
<option value="spn">Espanhol</option>
</select>
</li>
</ul>
</nav>
</div>
<div class="overlay-menu" id="overlay">
</div>
</div>
</header>
<main>
<section class="topo-do-site" id="inicio">
<div class="interface">
<div class="flex">
<div class="txt-topo-site">
<h1><span>OUTROS PROJETOS</span></h1>
<p>Estão listados alguns dos pequenos projetos e atividades que eu fiz ao decorrer na Etec e também outras externas que demonstram alguns dos meus outros conhecimentos de programação além do Desenvolvimento Web, do mais novo ao mais antigo
</p>
</div>
</section>
<section class="especialidades" id="especialidades">
<div class="interface">
<h2 class="titulo">PROPRIEDADES DO <span>PROJETO </span></h2>
<div class="flex">
<div class="especialidades-box" id="backend">
<i class="bi bi-database"></i>
<h3>Desenvolvimento BackEnd e de banco</h3>
<p>
C# (.NET), C, Java (SpringBoot, Maven, Eclipse, Swing, ), Kotlin() PHP (Laravel, PDO), Python (FastAPI), SQL (MySQL, PostGres, SQLite), NoSQL (Firebase,MongoDB), Node(Next, Express) e paradigmas de POO, TDD, etc.
</p>
</div>
<div class="especialidades-box" id="frontend">
<i class="bi bi-code-square"></i>
<h3>Desenvolvimento Web <br> e Client-Side</h3>
<p>Conhecimento intermediário <br>
HTML (Semântico), CSS(Bootstrap,Materialize,TailWind,SASS), JS Vanilla, Node (React,Vue)
</div>
<div class="especialidades-box" id="edition">
<i class="bi bi-pen"></i>
<h3>Outros</h3>
<p>Conhecimento em Machine Learning (IA), edição, aplicativos (Pacote Office, Trello, Figma), Engenharia de Software, etc. </p>
</div>
</div>
</div>
</section>
<section class="topo-do-site" id="teste">
<div class="interface">
<div class="txt-topo-site">
<h2 class="titulo"> PROJETOS</h2>
<div class="flex">
<p>
<span>HTML,CSS,JS: </span> <a href="https://github.com/GustavoPereira-Dev/Hangman">Hangman</a> , <a href="https://github.com/GustavoPereira-Dev/AtividadeCSS3">Zoo Site</a>
<br>
<br>
<span>Node (NPM): </span> <a href="https://github.com/GustavoPereira-Dev/Projeto-Alura">Projeto-Alura</a>, <a href=""></a>
<br>
<br>
<span>PHP: </span> <a href="https://github.com/GustavoPereira-Dev/SPTransAPI-busSearch">Olho Vivo Bus Search</a>, <a href="https://github.com/GustavoPereira-Dev/digitalcep">Digital CEP</a>, <a href="https://github.com/GustavoPereira-Dev/ProjCarrosPHP">Project Car</a>,
<br>
<br>
<span>Python:</span> <a href="https://github.com/GustavoPereira-Dev/Bootcamp-Python-Vivo">Bootcamp-Vivo</a>, <a href="https://github.com/GustavoPereira-Dev/Exercs-Python">Exercícios de Python</a>
<br>
<br>
<span>C#: </span> <a href="https://github.com/GustavoPereira-Dev/trilha-net-teste-unitarios-desafio">Teste unitários</a>(usando Xunit), <a href="https://github.com/GustavoPereira-Dev/trilha-net-poo-desafio">OOP in CSharp</a>,
<a href="https://github.com/GustavoPereira-Dev/trilha-net-fundamentos-desafio">Fundamentals</a>
<br>
<br>
<span>Java: </span> <a href="https://github.com/GustavoPereira-Dev/Bootcamp-Santander-2024-BackEnd-Java">Bootcamp Santander</a>, <a href="https://github.com/GustavoPereira-Dev/Atividades-Java-LP">Atividades LP</a>, <a href="https://github.com/GustavoPereira-Dev/Projeto-Eletrodomesticos-Java">Projeto Eletrodosmésticos</a>,
<a href="https://github.com/GustavoPereira-Dev/Projeto-OO-Java">Reino animal</a>, <a href="https://github.com/GustavoPereira-Dev/AtividadeJogoCorrida">Corrida de carro</a>
<br>
<br>
<span>Kotlin: </span> <a href="https://github.com/GustavoPereira-Dev/Navigation-Compose">Navigation Compose</a>, <a href="https://github.com/GustavoPereira-Dev/TaskTodayApp">TaskTodayApp</a>, <a href="https://github.com/GustavoPereira-Dev/Calculator-Jetpack-Compose">Calculadora Compose</a>,<a href="https://github.com/GustavoPereira-Dev/Learning-Jetback-Compose">Learning Compose</a>,
<a href="https://github.com/GustavoPereira-Dev/Android-Aplication-Compose">Android Aplication</a>, <a href=""></a>
<br>
<br>
<span>Outros: </span> <a href="https://github.com/GustavoPereira-Dev/lab-natty-or-not">Fake Natty or not</a><a href="https://github.com/GustavoPereira-Dev/Generative-AI-In-Microsoft">Generative AI in Microsoft</a>, <a href="https://github.com/GustavoPereira-Dev/Cognitive-Search-in-Azure-ML">Cognitive Search</a>, <a href="https://github.com/GustavoPereira-Dev/Natural-Language-in-Azure-ML"> Natural Language Azure</a>,
<a href="https://github.com/GustavoPereira-Dev/Computer-Vision-in-Azure-ML"> Computer Vision</a>, <a href="https://github.com/GustavoPereira-Dev/Machine-Learning-in-Azure-ML">Machine Learning</a>, <a href="https://github.com/GustavoPereira-Dev/dio-lab-open-source">Contribuições no Github</a>
</p>
</div>
</div>
</section>
</main>
<footer>
<div class="interface">
<div class="line-footer">
<div class="flex">
<div class="logo-footer">
<img src="images/logo1.png" id="img_footer" alt="logo GPa">
</div>
<div class="btn-social">
<a href="https://github.com/GustavoPereira-Dev"> <button> <i class="bi bi-github"></i></button></a>
<a href="https://www.linkedin.com/in/gustavo-pereira-834313260/"> <button> <i class="bi bi-linkedin"></i></button></a>
<a href="https://linktr.ee/gustavohenriquepereira"> <button> <i class="bi bi-link-45deg"></i></button></a>
<a href="https://www.hackerrank.com/profile/gustavopereira81"> <button> <i class="bi bi-award"></i></button></a>
<a href="https://dio.me/users/gustavohenrique10002"> <button> <i class="bi bi-star"></i></button></a>
</div>
</div>
</div>
<div class="line-footer borda">
<p><i class="bi bi-envelope-fill"></i><a href="mailto:gustavopereiradev53@gmail.com">gustavopereiradev53@gmail.com </a></p>
</div>
</div>
</footer>
</body>
</html>