Skip to content

Commit 3ae12c4

Browse files
committed
Add HTML5up
1 parent 472c884 commit 3ae12c4

Some content is hidden

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

64 files changed

+10138
-0
lines changed

LICENSE.txt

Lines changed: 63 additions & 0 deletions
Large diffs are not rendered by default.

README.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Forty by HTML5 UP
2+
html5up.net | @ajlkn
3+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
4+
5+
6+
This is Forty, my latest and greatest addition to HTML5 UP and, per its incredibly
7+
creative name, my 40th (woohoo)! It's built around a grid of "image tiles" that are
8+
set up to smoothly transition to secondary landing pages (for which a separate page
9+
template is provided), and includes a number of neat effects (check out the menu!),
10+
extra features, and all the usual stuff you'd expect. Hope you dig it!
11+
12+
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
13+
you can use for pretty much whatever.
14+
15+
(* = not included)
16+
17+
AJ
18+
19+
20+
21+
Credits:
22+
23+
Demo Images:
24+
Unsplash (unsplash.com)
25+
26+
Icons:
27+
Font Awesome (fortawesome.github.com/Font-Awesome)
28+
29+
Other:
30+
jQuery (jquery.com)
31+
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
32+
background-size polyfill (github.com/louisremi)
33+
Misc. Sass functions (@HugoGiraudel)
34+
Respond.js (j.mp/respondjs)
35+
Skel (skel.io)

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: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
/*
2+
Forty 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+
.button {
10+
border: solid 2px !important;
11+
}
12+
13+
.button.next {
14+
padding-right: 1.75em;
15+
}
16+
17+
.button.next:before, .button.next:after {
18+
display: none;
19+
}
20+
21+
/* Tiles */
22+
23+
.tiles article {
24+
width: 50%;
25+
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
26+
background-size: cover;
27+
}
28+
29+
/* Banner */
30+
31+
#banner {
32+
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
33+
}
34+
35+
#banner:after {
36+
display: none;
37+
}
38+
39+
/* Menu */
40+
41+
#menu {
42+
background: #242943;
43+
}

assets/css/ie9.css

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
/*
2+
Forty 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+
/* Spotlights */
8+
9+
.spotlights > section:after {
10+
content: '';
11+
display: block;
12+
clear: both;
13+
}
14+
15+
.spotlights > section > .image {
16+
float: left;
17+
}
18+
19+
.spotlights > section > .content {
20+
float: left;
21+
}
22+
23+
/* Tiles */
24+
25+
.tiles:after {
26+
content: '';
27+
display: block;
28+
clear: both;
29+
}
30+
31+
.tiles article {
32+
padding: 8em 4em 6em 4em ;
33+
float: left;
34+
height: auto;
35+
max-height: none;
36+
min-height: 0;
37+
}
38+
39+
/* Header */
40+
41+
#header .logo {
42+
position: absolute;
43+
top: 0;
44+
left: 0;
45+
}
46+
47+
#header nav {
48+
position: absolute;
49+
top: 0;
50+
right: 0;
51+
}
52+
53+
/* Banner */
54+
55+
#banner {
56+
padding: 7em 0 4em 0 ;
57+
background-attachment: scroll;
58+
height: auto;
59+
max-height: none;
60+
min-height: 0;
61+
}
62+
63+
#banner > .inner .content {
64+
display: block;
65+
}
66+
67+
#banner > .inner .content > * {
68+
margin-left: 0;
69+
margin: 0 0 2em 0;
70+
}
71+
72+
#banner.major {
73+
height: auto;
74+
max-height: none;
75+
min-height: 0;
76+
}
77+
78+
/* Contact */
79+
80+
#contact:after {
81+
content: '';
82+
display: block;
83+
clear: both;
84+
}
85+
86+
#contact > .inner > * {
87+
float: left;
88+
}
89+
90+
/* Menu */
91+
92+
#menu .inner {
93+
margin: 0 auto;
94+
}

0 commit comments

Comments
 (0)