Initial portfolio website
This commit is contained in:
+74
@@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="pt-BR">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Clezio Penha</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>Clezio Penha</h1>
|
||||
<p>Backend Developer | C++ | Java | Cloud</p>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<h2>Sobre</h2>
|
||||
|
||||
```
|
||||
<p>
|
||||
Desenvolvedor backend com experiência em C++, Qt e Java.
|
||||
Atuo com desenvolvimento de aplicações, APIs REST,
|
||||
Docker, Linux e Cloud.
|
||||
</p>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Tecnologias</h2>
|
||||
|
||||
```
|
||||
<ul>
|
||||
<li>C++</li>
|
||||
<li>Qt</li>
|
||||
<li>Java</li>
|
||||
<li>Spring Boot</li>
|
||||
<li>Quarkus</li>
|
||||
<li>Docker</li>
|
||||
<li>Linux</li>
|
||||
<li>Oracle Cloud</li>
|
||||
</ul>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Projetos</h2>
|
||||
|
||||
```
|
||||
<ul>
|
||||
<li>Infraestrutura Oracle Cloud</li>
|
||||
<li>Servidor Git Privado com Gitea</li>
|
||||
<li>APIs Java com Spring Boot</li>
|
||||
</ul>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Contato</h2>
|
||||
|
||||
```
|
||||
<p>Email: clezio.penha@gmail.com</p>
|
||||
<p>Git: https://git.clezio.com.br</p>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user