Skip to content

Commit

Permalink
Tweak styles to match live clifton.io site
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Feb 27, 2023
1 parent e0b6a21 commit bbccd83
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.5)
em-websocket (0.5.1)
Expand All @@ -14,7 +14,7 @@ GEM
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
jekyll (3.8.6)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -42,17 +42,17 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
minima (2.5.0)
jekyll (~> 3.5)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
public_suffix (4.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.5.1)
rouge (3.9.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sass (3.7.4)
Expand Down
30 changes: 30 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<header class="site-header" role="banner">

<div class="wrapper">
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>

{%- if page_paths -%}
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>

<div class="trigger">
{%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%}
{%- if my_page.title -%}
<a class="page-link{% if page.url == my_page.url %} active{% endif %}" href="{{ my_page.redirect_url | my_page.url | relative_url }}">{{ my_page.nav_title | my_page.title | escape }}</a>
{%- endif -%}
{%- endfor -%}
</div>
</nav>
{%- endif -%}
</div>
</header>
1 change: 1 addition & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: About me
nav_title: About
permalink: /about/
---

Expand Down
42 changes: 42 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,47 @@

@import "minima";

body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
color: #333;
}

.site-title {
color: #777 !important;
font-size: 18px;
font-weight: unset;
letter-spacing: unset;
line-height: 20px;
padding: 17px;
text-decoration: none;
text-transform: uppercase;
}

.site-nav {
.page-link {
color: #777;
display: inline-block;
line-height: 56px;
padding-left: 15px;
padding-right: 15px;
}
.page-link.active {
background-color: #e7e7e7;
color: #555;
}
}

.site-nav .page-link:not(:last-child) {
margin: 0;
}

.post-header {
margin-bottom: 10px;
}

.site-header {
background-color: #f8f8f8;
border-bottom-width: 5px;
}

Expand Down Expand Up @@ -38,6 +74,10 @@
}
}

.post-title {
font-size: 36px;
}

/* formatting for headers / titles / paragraphs */
h1, h2, h3, h4, h5, h6 {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
Expand Down Expand Up @@ -72,9 +112,11 @@ hr {
/* /about/ page */
table#about-me {
border: 0px;
padding: 0 15px;
td {
border: 0;
}
margin-bottom: 0;
}
.badge {
background-image: url(sprite-badges.png);
Expand Down
2 changes: 2 additions & 0 deletions blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

layout: home
title: Blog
redirect_url: https://blog.clifton.io
nav_title: Blog
---
1 change: 1 addition & 0 deletions learn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Learn programming
nav_title: Learn
permalink: /learn/
---

Expand Down

0 comments on commit bbccd83

Please sign in to comment.