Initial portfolio website
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
+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