diff --git a/assets/css/base.css b/assets/css/base.css index da55099..3976995 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -159,6 +159,7 @@ img { font-size: 24px; font-weight: bold; color: white; + margin: 0; padding: 5px 0; background-color: #0f78a7; -webkit-border-radius: 6px; @@ -171,7 +172,7 @@ img { } .wl-section-description { - margin-top: 90px; + margin-top: 40px; font-size: 14px; line-height: 24px; text-align: center; @@ -231,10 +232,10 @@ img { /* Contribution Overview Section */ #wl-overview { position: relative; - min-height: 680px; color: #2d2d2d; background: #ffffff; z-index: 1; + padding-bottom: 30px; } .wl-overview-progress-wrapper { @@ -290,21 +291,10 @@ img { /* Features Section */ #wl-features { position: relative; - min-height: 500px; background: #ffffff; z-index: 1; } -.wl-zigzag-border { - background: url('../img/zigzag-border.png') repeat-x; - height: 7px; - width: 100%; - position: absolute; - z-index: 1; - left: 0; - top: 0; -} - .wl-features-container { display: flex; flex-direction: row; @@ -319,7 +309,7 @@ img { flex-direction: row; align-items: center; flex: 1; - padding: 25px 0; + padding: 75px 0; } .wl-feature { @@ -349,8 +339,8 @@ img { text-align: center; } -.wl-features-wrapper.-salmon { - background: #fac389; +.wl-features-wrapper.-green { + background: #99f35d; } .wl-features-wrapper.-yellow { @@ -390,6 +380,7 @@ img { flex-wrap: wrap; position: relative; padding: 0; + min-height: 184px; } .wl-volunteers-wrapper { @@ -410,19 +401,22 @@ img { flex-direction: row; flex-wrap: wrap; background: white; - height: 100vh; + padding-bottom: 25px; } .wl-signs-and-ranking-wrapper { flex: 1; position: relative; - min-width: 330px; } .wl-signs-and-ranking-wrapper .wl-section-title { padding: 0 15px; } +.wl-signs-and-ranking-wrapper .wl-section-description { + margin-top: 60px; +} + /* Sign Section */ .wl-signs-container { display: flex; @@ -503,16 +497,84 @@ img { padding-bottom: 20px; } -.star-wrapper { +.wl-rank .star-wrapper { position: absolute; margin-top: -2px; height: 14px; } -.position-wrapper { +.wl-rank .position-wrapper { padding-left: 50px; } +/* VLibras section */ +#wl-vlibras { + position: relative; + z-index: 1; + background: #f4f4f4; +} + +.wl-vlibras-container { + padding-top: 25px; + padding-bottom: 60px; +} + +.wl-vlibras-description { + margin-bottom: 40px; +} + +.wl-vlibras-description .title { + margin-bottom: 20px; +} + +.wl-vlibras-video { + width: 100%; + height: 100%; +} + +/* Sponsors section */ +#wl-sponsors { + position: relative; + z-index: 1; + background: white; +} + +.wl-sponsors-container { + text-align: center; + padding: 50px 0; +} + +.wl-sponsors-container a { + text-decoration: none; +} + +.wl-sponsors-container img { + margin-right: 35px; + margin-bottom: 20px; +} + +.wl-sponsors-container a:last-child { + margin-right: 0; +} + +/* Sponsors section */ +#wl-contact { + position: relative; + z-index: 1; + background: #0042b1; +} + +.wl-contact-container { + text-align: center; + padding: 35px 0; +} + +.wl-contact-description { + color: white; + line-height: 32px; + padding: 65px 0; +} + /* Responsiveness */ @media screen and (min-width: 768px) { .wl-section-title { @@ -525,23 +587,12 @@ img { padding: 6px 0; } - /* Overview */ - #wl-overview { - height: 100vh; - } - /* Features */ - #wl-features { - height: 100vh; - } .wl-features-container { - height: 100vh; padding-top: 0; padding-bottom: 0; } - /* Volunteers */ - /* Signs and Ranking */ .wl-signs-and-ranking-wrapper .wl-section-title .title { width: 100%; @@ -554,11 +605,20 @@ img { .wl-signs-and-ranking-wrapper { padding: 0 15px; } + + /* VLibras section */ + .wl-vlibras-container { + padding-top: 50px; + } + .wl-vlibras-description { + margin-bottom: 0; + margin-top: 50px; + } } @media screen and (min-width: 992px) { - #wl-overview .container, - #wl-header .container { + #wl-header .container, #wl-overview .container, + #wl-vlibras .container { width: 970px; } } diff --git a/assets/img/brasil-logo.png b/assets/img/brasil-logo.png new file mode 100644 index 0000000..dfacfdd Binary files /dev/null and b/assets/img/brasil-logo.png differ diff --git a/assets/img/camara-logo.png b/assets/img/camara-logo.png new file mode 100644 index 0000000..540430b Binary files /dev/null and b/assets/img/camara-logo.png differ diff --git a/assets/img/govbr-logo.png b/assets/img/govbr-logo.png new file mode 100644 index 0000000..76c360f Binary files /dev/null and b/assets/img/govbr-logo.png differ diff --git a/assets/img/information-access-logo.png b/assets/img/information-access-logo.png new file mode 100644 index 0000000..b324b09 Binary files /dev/null and b/assets/img/information-access-logo.png differ diff --git a/assets/img/lavid-logo.png b/assets/img/lavid-logo.png new file mode 100644 index 0000000..4d21dbb Binary files /dev/null and b/assets/img/lavid-logo.png differ diff --git a/assets/img/lsd-logo.png b/assets/img/lsd-logo.png new file mode 100644 index 0000000..70ea050 Binary files /dev/null and b/assets/img/lsd-logo.png differ diff --git a/assets/img/mpog-logo.png b/assets/img/mpog-logo.png new file mode 100644 index 0000000..d908ec7 Binary files /dev/null and b/assets/img/mpog-logo.png differ diff --git a/assets/img/rnp-logo.png b/assets/img/rnp-logo.png new file mode 100644 index 0000000..12effac Binary files /dev/null and b/assets/img/rnp-logo.png differ diff --git a/assets/img/sti-logo.png b/assets/img/sti-logo.png new file mode 100644 index 0000000..8af4f8b Binary files /dev/null and b/assets/img/sti-logo.png differ diff --git a/assets/img/ufcg-logo.png b/assets/img/ufcg-logo.png new file mode 100644 index 0000000..00c8e32 Binary files /dev/null and b/assets/img/ufcg-logo.png differ diff --git a/assets/img/ufpb-logo.png b/assets/img/ufpb-logo.png new file mode 100644 index 0000000..87ebc2f Binary files /dev/null and b/assets/img/ufpb-logo.png differ diff --git a/assets/img/zigzag-border.png b/assets/img/zigzag-border.png deleted file mode 100644 index a6c7121..0000000 Binary files a/assets/img/zigzag-border.png and /dev/null differ diff --git a/assets/templates/sections.html b/assets/templates/sections.html index 3ca5ce8..e03eb29 100644 --- a/assets/templates/sections.html +++ b/assets/templates/sections.html @@ -126,7 +126,6 @@
-
@@ -138,7 +137,7 @@
-
+
Ícone de envio de vídeos @@ -392,4 +391,125 @@
-
\ No newline at end of file + +
+
+ +
+
+
+
+

VLibras

+ Resultado de uma parceria entre o Ministério do Planejamento, Orçamento e Gestão (MP), por meio da Secretaria de Tecnologia da Informação (STI) e a Universidade Federal da Paraíba (UFPB) + +
+
+
+
+ +
+
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+
+
+ Ministério do Planejamento, Desenvolvimento e Gestão
+ Secretaria de Tecnologia da Informação
+ Departamento de Governo Digital
+ Endereço: Esplanada dos Ministérios Bloco "C"
+ E-mail: govbr@planejamento.gov.br
+ Telefone: 61) 2020-8546 / (61) 2020-1666 +
+
+
+
+
+ + Logo acesso à informação + +
+
+ + Logo Brasil governo federal + +
+
+
+
+
-- libgit2 0.21.2