Skip to content

Commit 020b0f1

Browse files
author
James Harris
committed
Left nav done
1 parent bfbd5f7 commit 020b0f1

15 files changed

+730
-17
lines changed

Diff for: assets/Mail icon.sketch

32 KB
Binary file not shown.

Diff for: src/css/app.css

+110-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/css/icons.css

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
@font-face {
2+
font-family: 'portfolio';
3+
src: url('../font/portfolio.eot?77566514');
4+
src: url('../font/portfolio.eot?77566514#iefix') format('embedded-opentype'),
5+
url('../font/portfolio.woff2?77566514') format('woff2'),
6+
url('../font/portfolio.woff?77566514') format('woff'),
7+
url('../font/portfolio.ttf?77566514') format('truetype'),
8+
url('../font/portfolio.svg?77566514#portfolio') format('svg');
9+
font-weight: normal;
10+
font-style: normal;
11+
}
12+
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13+
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14+
/*
15+
@media screen and (-webkit-min-device-pixel-ratio:0) {
16+
@font-face {
17+
font-family: 'portfolio';
18+
src: url('../font/portfolio.svg?77566514#portfolio') format('svg');
19+
}
20+
}
21+
*/
22+
23+
[class^="icon-"]:before, [class*=" icon-"]:before {
24+
font-family: "portfolio";
25+
font-style: normal;
26+
font-weight: normal;
27+
speak: none;
28+
29+
display: inline-block;
30+
text-decoration: inherit;
31+
width: 1em;
32+
margin-right: .2em;
33+
text-align: center;
34+
/* opacity: .8; */
35+
36+
/* For safety - reset parent styles, that can break glyph codes*/
37+
font-variant: normal;
38+
text-transform: none;
39+
40+
/* fix buttons height, for twitter bootstrap */
41+
line-height: 1em;
42+
43+
/* Animation center compensation - margins should be symmetric */
44+
/* remove if not needed */
45+
margin-left: .2em;
46+
47+
/* you can be more comfortable with increased icons size */
48+
/* font-size: 120%; */
49+
50+
/* Font smoothing. That was taken from TWBS */
51+
-webkit-font-smoothing: antialiased;
52+
-moz-osx-font-smoothing: grayscale;
53+
54+
/* Uncomment for 3D effect */
55+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56+
}
57+
58+
.icon-mail:before { content: '\e800'; } /* '' */
59+
.icon-search:before { content: '\e801'; } /* '' */
60+
.icon-mail-1:before { content: '\e802'; } /* '' */
61+
.icon-heart:before { content: '\e803'; } /* '' */
62+
.icon-star:before { content: '\e804'; } /* '' */
63+
.icon-user:before { content: '\e805'; } /* '' */
64+
.icon-video:before { content: '\e806'; } /* '' */
65+
.icon-picture:before { content: '\e807'; } /* '' */
66+
.icon-ok:before { content: '\e808'; } /* '' */
67+
.icon-cancel:before { content: '\e809'; } /* '' */
68+
.icon-plus-circle:before { content: '\e80a'; } /* '' */
69+
.icon-cloud:before { content: '\e80b'; } /* '' */
70+
.icon-arrows-cw:before { content: '\e80c'; } /* '' */
71+
.icon-list:before { content: '\e80d'; } /* '' */
72+
.icon-progress-4:before { content: '\e80e'; } /* '' */
73+
.icon-left-circle:before { content: '\e80f'; } /* '' */
74+
.icon-right-circle:before { content: '\e810'; } /* '' */
75+
.icon-doc:before { content: '\e811'; } /* '' */
76+
.icon-cog:before { content: '\e812'; } /* '' */
77+
.icon-clock:before { content: '\e813'; } /* '' */
78+
.icon-chat:before { content: '\e814'; } /* '' */
79+
.icon-link:before { content: '\e815'; } /* '' */
80+
.icon-cancel-circle:before { content: '\e816'; } /* '' */
81+
.icon-th:before { content: '\e817'; } /* '' */
82+
.icon-minus-circle:before { content: '\e818'; } /* '' */
83+
.icon-lock:before { content: '\e819'; } /* '' */
84+
.icon-heart-empty:before { content: '\e81a'; } /* '' */
85+
.icon-th-large:before { content: '\e81b'; } /* '' */
86+
.icon-th-list:before { content: '\e81c'; } /* '' */
87+
.icon-ok-circle:before { content: '\e81d'; } /* '' */
88+
.icon-attach:before { content: '\e81e'; } /* '' */
89+
.icon-lock-open:before { content: '\e81f'; } /* '' */
90+
.icon-attention:before { content: '\e820'; } /* '' */
91+
.icon-location:before { content: '\e821'; } /* '' */
92+
.icon-folder:before { content: '\e822'; } /* '' */
93+
.icon-right-dir:before { content: '\e823'; } /* '' */
94+
.icon-down-dir:before { content: '\e824'; } /* '' */
95+
.icon-signal:before { content: '\e825'; } /* '' */
96+
.icon-facebook-rect:before { content: '\f301'; } /* '' */
97+
.icon-twitter-bird:before { content: '\f303'; } /* '' */
98+
.icon-skype:before { content: '\f30b'; } /* '' */
99+
.icon-linkedin-rect:before { content: '\f312'; } /* '' */

Diff for: src/font/portfolio.eot

13.2 KB
Binary file not shown.

Diff for: src/font/portfolio.svg

+94
Loading

Diff for: src/font/portfolio.ttf

13 KB
Binary file not shown.

Diff for: src/font/portfolio.woff

8.03 KB
Binary file not shown.

Diff for: src/font/portfolio.woff2

6.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)