Skip to content

Commit bec905b

Browse files
author
Jason Fox
committed
Update branding with new logo and copy.
1 parent 5a19b9c commit bec905b

10 files changed

+70
-27
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build
22
.sass-cache
33
TODO.md
4-
.DS_Store
4+
*.DS_Store
55
.bundle
66
_staging.yml

_config.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ timezone: America/New_York
88
permalink: /:title
99
url: http://www.neverstopbuilding.com
1010
default_page_image: https://lh5.googleusercontent.com/-N-zIzELpE4Q/Umngjlc4rLI/AAAAAAAAJCk/EnHYREZvgLI/w1117-h316-no/tattoo.png
11-
default_home_image: https://lh5.googleusercontent.com/-75568V798uI/UhmjUBPD5uI/AAAAAAAAIWA/I-t9QxUhkdA/w1002-h668-no/2013-08-23-115546.jpg
11+
default_home_image: /images/bike-background.jpg
1212
title: Never Stop Building
13-
description: "Learn about high quality software engineering, code craftsmanship, productivity, electronics and inventions. By Jason Fox, renaissance man and builder."
13+
description: "We build custom motorcycles and complete fabrication projects in Baltimore, Maryland. Learn about building techniques, motorcycles, high quality software engineering, code craftsmanship, productivity, electronics and inventions. By Jason Fox, renaissance man and builder."
1414
future: false
1515
send_to_buffer: true
1616
buffer_profiles:
@@ -28,11 +28,15 @@ email: jasonrobertfox@gmail.com
2828
twitter: //twitter.com/jasonrobertfox
2929
twitter_username: jasonrobertfox
3030
youtube: //www.youtube.com/user/neverstopbuildingtv
31+
facebook: //www.facebook.com/NeverStopBuildingOnline
3132
github: //github.com/jasonrobertfox
3233
google_plus: //plus.google.com/109774408645971700391
33-
instagram: //instagram.com/jasonrobertfox
34-
from: "Washington, DC, USA"
34+
instagram: //instagram.com/neverstopbuilding
3535
author_facebook: https://www.facebook.com/profile.php?id=100007507692940
36+
address: '3720 Hickory Avenue, Rear Alley'
37+
city: Balimore
38+
state: Maryland
39+
zip: 21211
3640

3741
# Plugin Settings
3842
markdown: redcarpet

src/_assets/css/app.scss

+31-2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,26 @@
6262
@include background-size(cover);
6363
}
6464

65+
#site-title h1 img {
66+
width: 45%;
67+
}
68+
69+
.about{
70+
p {
71+
font-family: "Merriweather", sans-serif;
72+
color: #777777;
73+
padding-top: 2.5em;
74+
}
75+
#about-first{
76+
font-size: 1.6em;
77+
line-height: 2.3em;
78+
}
79+
#about-second{
80+
font-size: 1.2em;
81+
line-height: 2.2em;
82+
}
83+
}
84+
6585
// All text over images for main title and page titles
6686
.title-text {
6787
h1, h2, h3, h4, h5, h6 {
@@ -209,10 +229,11 @@ $content-spacing: 36;
209229
}
210230

211231
.epic {
212-
font-size: 2em;
232+
font-size: 2.5em;
213233
line-height: 1.2em;
234+
letter-spacing: 5px;
214235
@media #{$small} {
215-
font-size: 3em;
236+
font-size: 3.5em;
216237
}
217238
a {
218239
font-weight: 200;
@@ -230,6 +251,14 @@ $content-spacing: 36;
230251
background-color: #440000;
231252
padding-top: 4em;
232253
padding-bottom: 4em;
254+
.vcard{
255+
border: none;
256+
letter-spacing: 2px;
257+
li img {
258+
width: 40%;
259+
padding-bottom: 3em;
260+
}
261+
}
233262
}
234263

235264
.intro {

src/_assets/js/tail.js

-12
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,6 @@ pageTitleResize = function () {
9292
} while (titleHeight > maxHeight || titleWidth > maxWidth);
9393
}
9494
};
95-
siteTitleResize = function () {
96-
if ($("#site-title").length > 0) {
97-
var maxWidth = $(document).width();
98-
fontSize = 0.13 * maxWidth;
99-
padding = 0.5 * fontSize;
100-
$("#site-title h1").css('font-size', fontSize + "px");
101-
$("#site-title").css('padding-top', padding + "px");
102-
$("#site-title").css('padding-bottom', padding + "px");
103-
}
104-
};
10595

10696
$(window).resize(pageTitleResize);
10797
$(document).ready(pageTitleResize);
108-
$(window).resize(siteTitleResize);
109-
$(document).ready(siteTitleResize);

src/_includes/footer.slim

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
footer.default-footer
22
.row.bottom-spaced
3-
.large-12.columns.text-center.dark.epic
4-
h4.epic
5-
| Get the latest updates from Never Stop Building by following me on twitter
6-
a.mp-footer-link< href="{{ site.twitter }}" title="text twitter" @jasonrobertfox
7-
| .
3+
.large-12.columns.text-center.dark
4+
ul.vcard.address
5+
li.fn
6+
img src="/images/white-logo.png" alt="Never Stop Building"
7+
li.street-address
8+
| {{ site.address }}
9+
li
10+
span.locality
11+
| {{ site.city }},
12+
span.state
13+
| {{ site.state }}
14+
span.zip
15+
| {{ site.zip }}
816
.row.dark.text-center.top-spaced
9-
ul.large-block-grid-6.medium-block-grid-3.small-block-grid-2.red
17+
ul.large-block-grid-7.medium-block-grid-3.small-block-grid-2.red
1018
li
1119
a.mp-footer-link title="twitter" href="{{ site.twitter }}"
1220
i.fa.fa-twitter.fa-4x
@@ -16,6 +24,9 @@ footer.default-footer
1624
li
1725
a.mp-footer-link title="youtube" href="{{ site.youtube }}"
1826
i.fa.fa-youtube.fa-4x
27+
li
28+
a.mp-footer-link title="facebook" href="{{ site.facebook }}"
29+
i.fa.fa-facebook-square.fa-4x
1930
li
2031
a.mp-footer-link title="email" href="mailto:{{ site.email }}"
2132
i.fa.fa-envelope.fa-4x

src/images/.DS_Store

-6 KB
Binary file not shown.

src/images/bike-background.jpg

92.5 KB
Loading

src/images/white-logo.png

92.4 KB
Loading

src/images/white-on-black-shadow.png

707 KB
Loading

src/index.slim

+13-2
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,28 @@ tags:
1515
- 3d printing
1616
- hardware prototyping
1717
- inventing
18+
- motorcycles
19+
- custom fabrication
20+
- vintage motorcycles
21+
- hampden
22+
- baltimore
23+
- motorcycle shop
1824
---
1925
header.home-image style="background-image: url({{ site.default_home_image }});"
2026
| {% slim nav.slim %}
2127
.row.title-container
2228
.large-12.columns.text-center.title-text id="site-title"
2329
h1
24-
span Never Stop <br/> Building.
30+
img src="/images/white-on-black-shadow.png" alt="Never Stop Building"
2531
section.intro
2632
.row
2733
.large-12.columns.text-center.dark.epic
28-
h2 My name is Jason Fox and I love building. I'm a software engineer, designer, maker, and inventor. Check out my latest articles below.
34+
h2 Bespoke motorcycles. Vintage restoration. Custom fabrication. Built in Baltimore.
35+
section.about
36+
.row
37+
.large-12.columns.text-center
38+
p id="about-first" Never stop building is a custom motorcycle shop located in the Hampden neighborhood of Baltimore, MD. We take an individual approach to each project, providing the highest levels of craftsmanship and attention to detail. Have an idea for a build? Please, <a title="email" href="mailto:{{ site.email }}">contact us</a>.
39+
p id="about-second" We also provide software consultancy and development services, and maintain a variety of articles spanning various technical topics. Checkout the latest from our blog below:
2940
section.row.top-spaced
3041
.large-12.columns
3142
| {% for post in site.posts limit:4 %}

0 commit comments

Comments
 (0)