Skip to content

Commit b1dc6ae

Browse files
committed
1-pager site
1 parent 02765c6 commit b1dc6ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+8724
-0
lines changed

assets/css/font-awesome.min.css

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

assets/css/ie8.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
Editorial by HTML5 UP
3+
html5up.net | @ajlkn
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
7+
/* Button */
8+
9+
input[type="submit"],
10+
input[type="reset"],
11+
input[type="button"],
12+
button,
13+
.button {
14+
border: solid 2px #f56a6a;
15+
}
16+
17+
/* Posts */
18+
19+
.posts article {
20+
width: 40%;
21+
}

assets/css/ie9.css

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
/*
2+
Editorial by HTML5 UP
3+
html5up.net | @ajlkn
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
7+
/* Features */
8+
9+
.features:after {
10+
clear: both;
11+
content: '';
12+
display: block;
13+
}
14+
15+
.features article {
16+
float: left;
17+
}
18+
19+
.features article:after {
20+
clear: both;
21+
content: '';
22+
display: block;
23+
}
24+
25+
.features article .icon {
26+
float: left;
27+
}
28+
29+
/* Posts */
30+
31+
.posts:after {
32+
clear: both;
33+
content: '';
34+
display: block;
35+
}
36+
37+
.posts article {
38+
float: left;
39+
}
40+
41+
/* Main */
42+
43+
#main {
44+
padding-left: 24em;
45+
}
46+
47+
/* Sidebar */
48+
49+
#sidebar {
50+
position: absolute;
51+
top: 0;
52+
left: 0;
53+
min-height: 100%;
54+
width: 24em;
55+
}
56+
57+
/* Banner */
58+
59+
#banner:after {
60+
clear: both;
61+
content: '';
62+
display: block;
63+
}
64+
65+
#banner .content {
66+
float: left;
67+
padding-right: 4em;
68+
}
69+
70+
#banner .image {
71+
float: left;
72+
margin-left: 0;
73+
}

0 commit comments

Comments
 (0)