From 2e1869f552dc4a3001a7fb10ecf0b43012eab4cd Mon Sep 17 00:00:00 2001 From: "alves.lcc" Date: Fri, 15 May 2026 19:41:45 +0100 Subject: [PATCH] =?UTF-8?q?Sess=C3=A3o=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 216 ++++++++++++++++++++++----------------------- profile-styles.css | 33 +++---- 2 files changed, 126 insertions(+), 123 deletions(-) diff --git a/index.html b/index.html index 34af048..7975297 100644 --- a/index.html +++ b/index.html @@ -25,116 +25,116 @@ Interesses Contactos +
+
+
+

Identificação

+

Nome: Luís Carlos Alves

+

Idade: 52 anos

+

Localização: Castelo Branco, Portugal

+
+ +
-
-
-

Identificação

-

Nome: Luís Carlos Alves

-

Idade: 52 anos

-

Localização: Castelo Branco, Portugal

-
- -
- -
-

Calendário da Formação

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SessãoDataInícioTerminoDuração
1quarta, 15 de abril de 202619:3022:3003h00
2quarta, 22 de abril de 202619:3022:3003h00
3quarta, 29 de abril de 202619:3022:3003h00
4segunda, 4 de maio de 202619:3022:3003h00
6quarta, 6 de maio de 202619:3022:3003h00
6segunda, 11 de maio de 202619:3022:3003h00
7quarta, 13 de maio de 202619:3022:3003h00
8segunda, 18 de maio de 202619:3023:3004h00
-
- -
-

Interesses

-
    -
  • Sistemas de ficheiros
  • -
  • Contentores linux
  • -
  • Virtualização
  • -
  • Redes Informáticas
  • -
-

Controlos de Média

-

Áudio

- -

Vídeo

- -
+
+

Calendário da Formação

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SessãoDataInícioTerminoDuração
1quarta, 15 de abril de 202619:3022:3003h00
2quarta, 22 de abril de 202619:3022:3003h00
3quarta, 29 de abril de 202619:3022:3003h00
4segunda, 4 de maio de 202619:3022:3003h00
6quarta, 6 de maio de 202619:3022:3003h00
6segunda, 11 de maio de 202619:3022:3003h00
7quarta, 13 de maio de 202619:3022:3003h00
8segunda, 18 de maio de 202619:3023:3004h00
+
+
+

Interesses

+
    +
  • Sistemas de ficheiros
  • +
  • Contentores linux
  • +
  • Virtualização
  • +
  • Redes Informáticas
  • +
+

Controlos de Média

+

Áudio

+ +

Vídeo

+ +
+

Contactos

Email: alves.lcc@hotmail.com

diff --git a/profile-styles.css b/profile-styles.css index c0d10fa..8303b93 100644 --- a/profile-styles.css +++ b/profile-styles.css @@ -7,10 +7,16 @@ color: #e5eeea; }*/ +@media (max-width: 600) { + body { + font-size: 10px; + } +} + body { font-family: Arial, sans-serif; color: #12224e; - font-size: 16pt; + font-size: 16px; /* default 16px */ margin: 0; background-color: #f3f3f4; scroll-behavior: smooth; @@ -19,7 +25,7 @@ body { header { background-color: #587f76; color: #f3f3f4; - padding: 3rem; + padding: 0.8rem; background: no-repeat url(images/green-abstract.jpg); background-size: cover; display: flex; @@ -28,11 +34,10 @@ header { } header div.logo { - font-size: 8rem; + font-size: 2rem; } header div.content { - font-size: 2rem; flex-grow: 2; text-align: center; } @@ -40,16 +45,16 @@ header div.content { nav { background-color: #4c4f57; text-align: center; - height: 5.2rem; + height: 4.7rem; position: sticky; top: 0; z-index: 100; } nav a { - font-size: 140%; + font-size: 1.5rem; color: white; - padding: 1.8rem 3rem 2rem; + padding: 1.6rem 3rem; transition: all 1s ease; text-decoration: none; font-weight: bold; @@ -62,8 +67,7 @@ nav a:hover { transition: all 0.5s ease; -web-transition: all 0.5s ease; -o-transition: all 0.5s ease; - padding-bottom: 0.8rem; - border-bottom: solid 1.2rem #4c4f57; + padding-bottom: 0.1rem; } address, @@ -76,24 +80,23 @@ section { } table.schedule { - border-spacing: 1; + border-spacing: 0.2rem; border-collapse: collapse; background: white; - border-radius: 8px; + border-radius: 0.1rem; overflow: hidden; - margin: 1em auto; - font-size: 14pt; + margin: 0.1rem auto; td, th { padding-left: 8px; } thead tr { - height: 2em; + height: 0.8rem; background: #587f76; color: white; } tbody tr { - height: 1.5em; + height: 0.6rem; border-bottom: 1px solid #4c4f57; } tbody tr:last-child {