From 93ffacb12495a4b8bcf09f34b0dabd9d9bdc5caa Mon Sep 17 00:00:00 2001 From: Clezio Penha Date: Sun, 7 Jun 2026 15:29:30 -0300 Subject: [PATCH] Initial portfolio website --- css/style.css | 21 +++++++++++++++ index.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 css/style.css create mode 100644 index.html 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

+``` + +
+ + + +