Skip to content

Commit 805d516

Browse files
committed
Refatorando: layout e passando a utilizar view port
1 parent 902a21d commit 805d516

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Site settings
22
title: GDG Salvador
3+
title_min: GDGSSA
34
45
description: > # this means to ignore newlines until "baseurl:"
56
Google Developer Group Salvador.

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="navbar-fixed">
33
<nav class="light-blue lighten-1" role="navigation">
44
<div class="nav-wrapper container">
5-
<a id="logo-container" href="/" class="brand-logo">{{ site.title }}</a>
5+
<a id="logo-container" href="/" class="brand-logo">#{{ site.title_min }}</a>
66
<ul class="right hide-on-med-and-down">
77
{% for page in site.pages %}
88
<li><a href="{{ site.url_dev }}{{ page.url }}">{{ page.title }}</a></li>

_src/sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "_variables.scss";
22

33
.parallax-container {
4-
min-height: 320px;
4+
min-height: 80vh;
55
line-height: 0;
66
height: auto;
77
color: rgba(255,255,255,.9);

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.parallax-container {
2-
min-height: 320px;
2+
min-height: 80vh;
33
line-height: 0;
44
height: auto;
55
color: rgba(255, 255, 255, 0.9); }

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44
<div class="home">
5-
<div class="row">
5+
<!-- <div class="row">
66
{% for post in site.posts %}
77
<div class="col s4">
88
<div class="card blue-grey darken-1">
@@ -17,5 +17,5 @@
1717
</div>
1818
</div>
1919
{% endfor %}
20-
</div>
20+
</div> -->
2121
</div>

0 commit comments

Comments
 (0)