Skip to content

Commit 74a22c2

Browse files
committed
remove css from gitignore, add Tim Sans webfonts and start header design
1 parent 2c7f646 commit 74a22c2

15 files changed

+4331
-24
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ bower_components
55
node_modules
66
npm-debug.log
77
assets
8-
css/*.css

css/main.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.less

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
1+
/*
2+
* Fonts
3+
*/
4+
@font-face {
5+
font-family: 'Tim Sans';
6+
font-weight: 400;
7+
src: url('../fonts/tim-sans/TIMSansWeb-Medium.eot'); /* IE9 Compat Modes */
8+
src: url('../fonts/tim-sans/TIMSansWeb-Medium.svg#TIMSansWeb') format('svg'), /* Legacy iOS */
9+
url('../fonts/tim-sans/TIMSansWeb-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
10+
url('../fonts/tim-sans/TIMSansWeb-Medium.woff2') format('woff2'), /* Super Modern Browsers */
11+
url('../fonts/tim-sans/TIMSansWeb-Medium.woff') format('woff'), /* Pretty Modern Browsers */
12+
url('../fonts/tim-sans/TIMSansWeb-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
13+
}
14+
15+
@font-face {
16+
font-family: 'Tim Sans';
17+
font-weight: 800;
18+
src: url('../fonts/tim-sans/TIMSansWeb-Bold.eot'); /* IE9 Compat Modes */
19+
src: url('../fonts/tim-sans/TIMSansWeb-Bold.svg#TIMSansWeb') format('svg'), /* Legacy iOS */
20+
url('../fonts/tim-sans/TIMSansWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
21+
url('../fonts/tim-sans/TIMSansWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */
22+
url('../fonts/tim-sans/TIMSansWeb-Bold.woff') format('woff'), /* Pretty Modern Browsers */
23+
url('../fonts/tim-sans/TIMSansWeb-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
24+
}
25+
26+
/*
27+
* Colors
28+
*/
29+
@lightblue: #409ABE;
30+
@blue: #29354D;
31+
@pink: #C64B74;
32+
@beige: #DBD4B1;
33+
134
body {
35+
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
236
font-size: 1.6em;
337
line-height: 1.8;
438
}
@@ -10,6 +44,9 @@ body {
1044
width: 90%;
1145
}
1246
}
47+
h1 {
48+
font-family: 'Tim Sans';
49+
}
1350
h1 a,
1451
h2 a,
1552
h3 a,
@@ -133,7 +170,21 @@ p.post-meta .fa {
133170
margin: 0 2rem 0 0;
134171
}
135172
#masthead {
136-
margin-top: 4rem;
173+
background: @lightblue;
174+
padding: 6rem 0;
175+
min-height: 400px;
176+
color: #fff;
177+
margin: 0 0 4rem;
178+
h1 {
179+
text-transform: uppercase;
180+
a {
181+
color: #fff;
182+
}
183+
}
184+
a {
185+
color: @blue;
186+
text-decoration: none;
187+
}
137188
}
138189
#map {
139190
width: 100%;

css/responsive.css

Whitespace-only changes.

fonts/tim-sans/TIMSansWeb-Bold.eot

47.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)