commit 93ffacb12495a4b8bcf09f34b0dabd9d9bdc5caa Author: Clezio Penha Date: Sun Jun 7 15:29:30 2026 -0300 Initial portfolio website diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..05542f0 --- /dev/null +++ b/css/style.css @@ -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; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..bdb7e41 --- /dev/null +++ b/index.html @@ -0,0 +1,74 @@ + + + + + + + Clezio Penha + + + + + +
+

Clezio Penha

+

Backend Developer | C++ | Java | Cloud

+
+ +
+

Sobre

+ +``` +

+ Desenvolvedor backend com experiência em C++, Qt e Java. + Atuo com desenvolvimento de aplicações, APIs REST, + Docker, Linux e Cloud. +

+``` + +
+ +
+

Tecnologias

+ +``` + +``` + +
+ +
+

Projetos

+ +``` + +``` + +
+ +
+

Contato

+ +``` +

Email: clezio.penha@gmail.com

+

Git: https://git.clezio.com.br

+``` + +
+ + + +