diff --git a/cerb-main/LICENSE b/cerb-main/LICENSE new file mode 100644 index 0000000..4360c64 --- /dev/null +++ b/cerb-main/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Professor-Rafael + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/cerb-main/README.md b/cerb-main/README.md new file mode 100644 index 0000000..f522c3f --- /dev/null +++ b/cerb-main/README.md @@ -0,0 +1 @@ +# cerb \ No newline at end of file diff --git a/cerb-main/cerb.jpeg b/cerb-main/cerb.jpeg new file mode 100644 index 0000000..5bdcfbe Binary files /dev/null and b/cerb-main/cerb.jpeg differ diff --git a/cerb-main/estudantes.png b/cerb-main/estudantes.png new file mode 100644 index 0000000..263f2c9 Binary files /dev/null and b/cerb-main/estudantes.png differ diff --git a/cerb-main/github.png b/cerb-main/github.png new file mode 100644 index 0000000..95cdc93 Binary files /dev/null and b/cerb-main/github.png differ diff --git a/cerb-main/index.html b/cerb-main/index.html new file mode 100644 index 0000000..1b066c5 --- /dev/null +++ b/cerb-main/index.html @@ -0,0 +1,89 @@ + + + + + + Document + + + + +
+ logo do cerb + +
+
+
+

Sobre a Escola

+

Nome da Escola: Rio Branco, C E-Ef M + Rede de Ensino: Estadual + Município: Rio Branco do Ivai + Núcleo Regional de Educação: Ivaipora + Compartilha a estrutura física com a escola: + Pedro Ii, E M D-Ef

+

Endereço: Rua Rio Tocantins, 393 Centro + Cep 86.848-000 - Rio Branco do Ivai - Pr Zona: Urbana Telefone: (43) 3467-1196 + Email: rbiriobranco@seed.pr.gov.br Fundada em 1984

+
+ + professor explicando sobre tecnologia. +
+
+

Quem são nossos estudantes?

+
+ +
+ foto do estudantes. +

Estudantes

+ icone github + icone whatsapp + icone youtube +
+
+ foto do estudantes. +

Estudantes

+ icone github + icone whatsapp + icone youtube +
+
+ foto do estudantes. +

Estudantes

+ icone github + icone whatsapp + icone youtube +
+ + +
+ foto do estudantes. +

Estudantes

+ icone github + icone whatsapp + icone youtube +
+
+ foto do estudantes. +

Estudantes

+ icone github + icone whatsapp + icone youtube +
+
+ foto do estudantes. +

Estudantes

+ icone github + icone whatsapp + icone youtube +
+
+
+ + + + \ No newline at end of file diff --git a/cerb-main/style.css b/cerb-main/style.css new file mode 100644 index 0000000..15b2bf3 --- /dev/null +++ b/cerb-main/style.css @@ -0,0 +1,74 @@ +*{ + margin: 0; + padding: 0; +} + +body{ + font-family: "Poppins", sans-serif; peso da fonte: 700; estilo da fonte: itálico; +} + +.cabecalho{ + background-color: #83819D; + color: white; + display: flex; + justify-content: space-around; + align-items: center; + padding: 24px 0; +} + +.cabecalho-imagem{ + width: 20; +} + +.cabecalho-lista-item{ + display: inline-block; + margin: 0 16px; + font-size: 24px; +} + +.escola-imagem{ + width: 150px; +} + +.escola{ + background-image: linear-gradient(#83819D,#4F4B4B); + color:white; + display: flex; + justify-content: center; + align-items: center; + padding: 30px; +} + +.escola-div-conteudo{ + width: 35; +} +.escola-titulo{ + padding: 24px 0; +} + +.estudantes-imagem{ + width: 150px; +} +.estudantes-icone{ + width: 25px; +} +.estudantes-div{ + text-align: center; +} +.estudantes-titulo{ + text-align: center; + padding: 50px 0; +} +.estudantes-todos{ + display: grid; + grid-template-columns: 25% 25% 25% 25% 25%; +} + +.rodape{ + background-color: black; + text-align: center; +} +.rodape-imagem{ + height: 60px; + padding: 12px 0; +} \ No newline at end of file diff --git a/cerb-main/tecnologia.png b/cerb-main/tecnologia.png new file mode 100644 index 0000000..97c8a35 Binary files /dev/null and b/cerb-main/tecnologia.png differ diff --git a/cerb-main/whatsapp.png b/cerb-main/whatsapp.png new file mode 100644 index 0000000..253fe7d Binary files /dev/null and b/cerb-main/whatsapp.png differ diff --git a/cerb-main/youtube.png b/cerb-main/youtube.png new file mode 100644 index 0000000..1a2069f Binary files /dev/null and b/cerb-main/youtube.png differ