Skip to content

Commit 1a3277c

Browse files
committedApr 23, 2016
updated theme
1 parent e61b14f commit 1a3277c

11 files changed

+69
-29
lines changed
 

‎_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
77
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
8-
8+
<script src="//use.edgefonts.net/droid-sans.js"></script>
9+
910
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
1011
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
11-
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
1212
</head>

‎_includes/header.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
<div class="trigger">
1717
{% for my_page in site.pages %}
1818
{% if my_page.title %}
19-
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
19+
{% if page.url == my_page.url %}
20+
<a class="page-link current" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
21+
{% else %}
22+
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
23+
{% endif %}
2024
{% endif %}
2125
{% endfor %}
2226
</div>

‎_sass/_layout.scss

+33-12
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,43 @@
22
* Site header
33
*/
44
.site-header {
5-
border-top: 5px solid $grey-color-dark;
65
border-bottom: 1px solid $grey-color-light;
7-
min-height: 56px;
8-
6+
min-height: 400px;
7+
background: url('/files/images/background-colour-large-1.png') no-repeat 50% 80%;
8+
99
// Positioning context for the mobile navigation icon
1010
position: relative;
11+
12+
@include media-query($on-palm) {
13+
background: url('/files/images/background-colour-small-1.png') no-repeat center center;
14+
min-height: 200px;
15+
}
1116
}
1217

1318
.site-title {
14-
font-size: 26px;
19+
font-size: 96px;
1520
font-weight: 300;
16-
line-height: 56px;
21+
line-height: 72px;
1722
letter-spacing: -1px;
1823
margin-bottom: 0;
1924
float: left;
25+
position: absolute;
26+
bottom: 24px;
27+
text-shadow: 2px 2px 5px #484848;
28+
29+
@include media-query($on-palm) {
30+
font-size: 84px;
31+
bottom: 4px;
32+
}
2033

2134
&,
2235
&:visited {
23-
color: $grey-color-dark;
36+
color: $background-color;
37+
}
38+
&:hover {
39+
text-decoration: none;
2440
}
41+
2542
}
2643

2744
.site-nav {
@@ -33,21 +50,25 @@
3350
}
3451

3552
.page-link {
36-
color: $text-color;
53+
color: $background-color;
3754
line-height: $base-line-height;
38-
39-
// Gaps between nav items, but not on the last one
40-
&:not(:last-child) {
41-
margin-right: 20px;
55+
padding: 0px 10px 16px 10px;
56+
57+
&:hover {
58+
text-decoration: none;
59+
border-bottom: 4px solid $brand-color;
4260
}
4361
}
62+
63+
.current {
64+
border-bottom: 4px solid $brand-color;
65+
}
4466

4567
@include media-query($on-palm) {
4668
position: absolute;
4769
top: 9px;
4870
right: $spacing-unit / 2;
4971
background-color: $background-color;
50-
border: 1px solid $grey-color-light;
5172
border-radius: 5px;
5273
text-align: right;
5374

‎about.md

-11
This file was deleted.

‎css/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
// Our variables
9-
$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
9+
$base-font-family: droid-sans, sans-serif;
1010
$base-font-size: 16px;
1111
$base-font-weight: 400;
1212
$small-font-size: $base-font-size * 0.875;
@@ -16,7 +16,7 @@ $spacing-unit: 30px;
1616

1717
$text-color: #111;
1818
$background-color: #fdfdfd;
19-
$brand-color: #2a7ae2;
19+
$brand-color: #faa21b;
2020

2121
$grey-color: #828282;
2222
$grey-color-light: lighten($grey-color, 40%);
2.57 MB
Loading
2.84 MB
Loading
237 KB
Loading
2.84 MB
Loading

‎index.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: page
3+
title: About
4+
permalink: /
5+
---
6+
7+
I'm a web developer based in Adelaide, South Australia.
8+
9+
With a focus on useability and design, I have been building web sites for over 15 years.
10+
Mainly freelancing, I have spent the last 5 years as a full time developer for Telstra,
11+
managing their knowledge management platform KnowHow.
12+
13+
This was a highly deadline driven position, timing content releases with new products,
14+
and building real-time tools to assist the front line staff (contact centres, stores and
15+
support staff) with servicing and delighting our customers, anticipating issues that may arise
16+
and pre-empting them.
17+
18+
Mainly developing using HTML/JavaScript/CSS on the frontend and PHP/MySQL on the backend, I was the
19+
goto when people needed to disseminate training or knowledge to our consumer staff.
20+
21+
In my free-time I build things for myself, using Raspberry Pis to hack my Apple TVs, LIFX lights and
22+
Air-conditioning. I have a working knowledge of Ruby, Node.js and Python and am always looking for ways to
23+
improve my knowledge.
24+

‎portfolio.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
layout: page
33
title: Portfolio
44
permalink: /portfolio/
5-
---
5+
---
6+
I am currently working on a portfolio of my work, as most of it is owned by Telstra. If you are interested in viewing my work,
7+
please [email me](&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#100;&#97;&#110;&#109;&#97;&#99;&#64;&#105;&#110;&#115;&#101;&#114;&#116;&#99;&#111;&#109;&#109;&#101;&#110;&#116;&#46;&#99;&#111;&#109;).

0 commit comments

Comments
 (0)
Please sign in to comment.