Skip to content

Commit

Permalink
Tapa no visú (mínimo)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazareno committed Sep 9, 2016
1 parent 0b713a1 commit 7a0cf65
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 23 deletions.
3 changes: 2 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
<!-- <p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p> -->
<p class="post-meta">{% if page.subtitle %}{{ page.subtitle }}{% endif %}</p>
</header>

<article class="post-content">
Expand Down
1 change: 1 addition & 0 deletions _posts/2016-09-03-quem-sao.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
title: "Quem são?"
subtitle: "Ligando o nome ao vereador"
published: true
date: 2016-09-07
categories: [análise]
Expand Down
24 changes: 12 additions & 12 deletions _posts/2016-09-04-como-sao.md

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
* Site header
*/
.site-header {
border-top: 5px solid $grey-color-dark;
border-bottom: 1px solid $grey-color-light;
// border-top: 5px solid $grey-color-dark;
// border-bottom: 1px solid $grey-color-light;
background-color: $brand-color;
min-height: 56px;

// Positioning context for the mobile navigation icon
Expand All @@ -12,27 +13,28 @@

.site-title {
font-size: 26px;
line-height: 56px;
line-height: 66px;
letter-spacing: -1px;
margin-bottom: 0;
float: left;
color: #fff;

&,
&:visited {
color: $grey-color-dark;
color: #fff;
}
}

.site-nav {
float: right;
line-height: 56px;
line-height: 66px;

.menu-icon {
display: none;
}

.page-link {
color: $text-color;
color: #fff;
line-height: $base-line-height;

// Gaps between nav items, but not on the first one
Expand Down Expand Up @@ -185,6 +187,7 @@

.post-link {
display: block;
color: #2980b9;
font-size: 24px;
}

Expand Down
1 change: 1 addition & 0 deletions _source/01-quem-sao/2016-09-03-quem-sao.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
title: "Quem são?"
subtitle: "Ligando o nome ao vereador"
published: true
date: 2016-09-07
categories: [análise]
Expand Down
4 changes: 2 additions & 2 deletions _source/02-demografico/2016-09-04-como-sao.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ tags: [demograficos, representatividade]

```{r include=FALSE}
# Incluir em todos os posts
knitr::opts_chunk$set(screenshot.force = FALSE)
knitr::opts_chunk$set(screenshot.force = FALSE)
```


```{r setup, include=FALSE}
VEREADORES_DIR="/Users/nazareno/workspace/vereadorescg/R"
knitr::opts_chunk$set(echo = FALSE)
knitr::opts_chunk$set(echo = FALSE)
library(ggplot2)
library(RPostgreSQL)
library(plotly, warn.conflicts = F)
Expand Down
4 changes: 2 additions & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

// Our variables
$base-font-family: 'Merriweather', serif;;
$base-font-size: 16px;
$base-font-size: 17px;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.71428571;

$spacing-unit: 30px;

$text-color: #111;
$background-color: #fdfdfd;
$brand-color: #2a7ae2;
$brand-color: #d35400;

$grey-color: #828282;
$grey-color-light: lighten($grey-color, 40%);
Expand Down

0 comments on commit 7a0cf65

Please sign in to comment.