Skip to content

Commit

Permalink
rebrand doc gov
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMit committed Sep 1, 2019
1 parent c2f1d28 commit b3f4440
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/_includes/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,17 @@ header.header {
margin-right: 20px;
}

.brand .doc {
color: #5b9676;
font-size: 0.7em;

transform: scaleX(0.8);
}

.brand .gov {
font-size: 1.1em;
}

/* section */
section.intro {
margin-top: 1rem;
Expand Down
7 changes: 6 additions & 1 deletion src/_layouts/default.njk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
<header id="header" class="header">
<a href="/" aria-label="Home Page" class="brand" >
{% include "vt-logo.svg" %}
Open Sourced
<span class="brand-title">
{% set brand_word = header_word or (renderData and renderData.header_word) %}
<span class="word">{{brand_word}}</span>
<span class="doc">DOC</span>
<span class="gov">gov</span>
</span>
</a>
</header>

Expand Down
1 change: 1 addition & 0 deletions src/posts/careers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: post.njk
header_word: Hiring
title: Hiring Overview
tags: ['post', 'workforce']
authors: ['Kyle', 'Brian']
Expand Down
1 change: 1 addition & 0 deletions src/posts/install-ssis.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: post.njk
header_word: SSIS
title: How to Install SSIS
tags: ['post', 'how-to']
authors: ['Sandra']
Expand Down
1 change: 1 addition & 0 deletions src/posts/markdown.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: post.njk
header_word: Markdown
title: Markdown Example
tags: ['post', 'overview']
authors: ['Kyle']
Expand Down
1 change: 1 addition & 0 deletions src/posts/mo-prioritization.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: post.njk
header_word: Prioritization
title: M&O Prioritization
tags: ['post', 'team', 'process']
authors: ['Kyle']
Expand Down
1 change: 1 addition & 0 deletions src/posts/new-hire.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: post.njk
header_word: Welcome
title: Your First Month
tags: ['post', 'workforce']
authors: ['Kyle', 'Brian']
Expand Down
1 change: 1 addition & 0 deletions src/posts/orientation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: post.njk
header_word: Links
title: "IT Orientation"
tags: ['post', 'overview']
authors: ['Kyle']
Expand Down
1 change: 1 addition & 0 deletions src/tags-list.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: default.njk
header_word: Taxonomy
title: Tag list
permalink: /tags/index.html
---
Expand Down
1 change: 1 addition & 0 deletions src/tags.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pagination:
permalink: /tags/{{ tag.name }}/
renderData:
title: Tagged "{{ tag.name }}"
header_word: '{{tag.name}}'
---
{% set title = "Tagged" + tag.name %}

Expand Down

0 comments on commit b3f4440

Please sign in to comment.