Skip to content

Commit 52bfb83

Browse files
committed
ajustes na identidade visual
1 parent 653c195 commit 52bfb83

File tree

8 files changed

+51
-227
lines changed

8 files changed

+51
-227
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ __pycache__/
66
*~
77
*.swp
88
*.sublime-project
9-
*.sublime-workspace
9+
*.sublime-workspace
10+
*.DS_Store

pelicanconf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
MENU = (
3535
('#intro','Início', True),
3636
('#about','Sobre', False),
37-
('#schedule','Agenda', False),
38-
('#inscricao','Inscrição', False),
39-
('#supporters','Patrocinadores', False),
4037
('#contact','Contato', False),
4138
)
4239

theme/static/css/style.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ h6 {
157157
right: 0;
158158
transition: all 0.5s;
159159
z-index: 997;
160+
background-color: #202851;
160161
}
161162

162163
#header.header-scrolled,
@@ -473,15 +474,18 @@ body.mobile-nav-active #mobile-nav-toggle {
473474
#intro {
474475
width: 100%;
475476
height: 100vh;
476-
background: url(../img/intro-bg.jpg) top center;
477477
background-size: cover;
478478
overflow: hidden;
479479
position: relative;
480480
}
481481

482482
#intro:before {
483+
background: url("../img/bg-main.svg");
484+
background-size: cover;
485+
background-repeat: no-repeat;
486+
background-position-x: center;
487+
background-position-y: bottom;
483488
content: "";
484-
background: rgba(6, 12, 34, 0.8);
485489
position: absolute;
486490
bottom: 0;
487491
top: 0;
@@ -493,7 +497,7 @@ body.mobile-nav-active #mobile-nav-toggle {
493497
position: absolute;
494498
bottom: 0;
495499
left: 0;
496-
top: 90px;
500+
top: 0;
497501
right: 0;
498502
display: -webkit-box;
499503
display: -ms-flexbox;
@@ -509,7 +513,7 @@ body.mobile-nav-active #mobile-nav-toggle {
509513
-ms-flex-direction: column;
510514
flex-direction: column;
511515
text-align: center;
512-
padding: 0 15px;
516+
padding: 0 15px 100px;
513517
}
514518

515519
#intro h1 {

theme/static/img/bg-main.svg

Lines changed: 37 additions & 0 deletions
Loading

theme/static/img/logo-header.png

12.3 KB
Loading

theme/static/img/logo-main.png

40.8 KB
Loading

theme/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header id="header">
22
<div class="container">
33
<div id="logo" class="pull-left">
4-
<a href="/" class="scrollto"><img src="{{ SITEURL }}/theme/img/logo.png" alt="logo-{{SITENAME}}" title="logo-{{SITENAME}}"></a>
4+
<a href="/" class="scrollto"><img src="{{ SITEURL }}/theme/img/logo-header.png" alt="logo-{{SITENAME}}" title="logo-{{SITENAME}}"></a>
55
</div>
66
<nav id="nav-menu-container">
77
<ul class="nav-menu">

0 commit comments

Comments
 (0)