Skip to content

Commit

Permalink
[Home] Add "proposal" and "focus"
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-taranto committed Oct 1, 2023
1 parent 75c32ac commit 49187d8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
17 changes: 10 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
title: Renan Taranto
tagline: Software Development
description: Software architecture, engineering and design.
home_description:
en_US: Software architecture, engineering and design.
pt_BR: Arquitetura, engenharia e design de software.
description: Software architecture, engineering and design
proposal:
en_US: Software development advisory
pt_BR: Assessoria em desenvolvimento de software
focus:
en_US: Software quality, engineering and architecture
pt_BR: Engenharia, arquitetura e qualidade de software
url: https://www.renantaranto.com
author: Renan Taranto
social:
Expand All @@ -22,9 +25,9 @@ defaults:
- scope:
path: "index.md"
values:
navigation: "index-navigation.html"
header: "index-header.html"
layout: "index"
navigation: "home-navigation.html"
header: "home-header.html"
layout: "home"
- scope:
path: ""
type: "posts"
Expand Down
16 changes: 7 additions & 9 deletions _includes/index-header.html → _includes/home-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@ <h1 class="header__title pure-u-1 pure-u-md-3-4">
<span class="color-primary">Taranto</span>
</h1>
</div>
{% assign home_description = site.home_description[site.active_lang] %}
{% if home_description == nil %}
{% assign home_description = site.description %}
{% endif %}
<div class="card hidden-md">
<div class="pure-g hidden-md">
<div class="pure-u-1-2">
<div class="pure-g">
<div class="pure-u-1-1">
{% include card-icon-primary.html %}
{% include card-icon-primary.html %}
{% include card-icon-github.html %}
<p class="card__text">{{ home_description }}</p>
<p class="card__text">{{ site.proposal[site.active_lang] }}</p>
</div>
<div class="pure-u-1-2">
<div class="pure-u-1-1">
{% include card-icon-linkedin.html %}
{% include card-icon-rss.html %}
<p class="card__text">{{ site.focus[site.active_lang] }}</p>
</div>
</div>
</div>
Expand All @@ -31,13 +28,14 @@ <h1 class="header__title pure-u-1 pure-u-md-3-4">
{% include card-icon-primary.html %}
{% include card-icon-primary.html %}
{% include card-icon-github.html %}
<p class="card__text">{{ home_description }}</p>
<p class="card__text">{{ site.proposal[site.active_lang] }}</p>
</div>
</div>
<div class="pure-u-md-1-3">
<div class="card card--right">
{% include card-icon-linkedin.html %}
{% include card-icon-rss.html %}
<p class="card__text">{{ site.focus[site.active_lang] }}</p>
</div>
</div>
</div>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 49187d8

Please sign in to comment.