Skip to content

Commit 5cd76a5

Browse files
committed
New website
0 parents  commit 5cd76a5

Some content is hidden

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

59 files changed

+8164
-0
lines changed

LICENSE.txt

+63
Large diffs are not rendered by default.

README.txt

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Stellar 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+
Say hello to Stellar, a slick little one-pager with a super vibrant color palette (which
7+
I guess you can always tone down if it's a little too vibrant for you), a "sticky" in-page
8+
nav bar (powered by my Scrollex plugin), a separate generic page template (just in case
9+
you need one), and an assortment of pre-styled elements.
10+
11+
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
12+
you can use for pretty much whatever.
13+
14+
(* = not included)
15+
16+
AJ
17+
18+
19+
20+
Credits:
21+
22+
Demo Images:
23+
Unsplash (unsplash.com)
24+
25+
Icons:
26+
Font Awesome (fortawesome.github.com/Font-Awesome)
27+
28+
Other:
29+
jQuery (jquery.com)
30+
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
31+
CSS3 Pie (css3pie.com)
32+
Respond.js (j.mp/respondjs)
33+
Scrollex (@ajlkn)
34+
Skel (skel.io)

assets/css/font-awesome.min.css

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

assets/css/ie8.css

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
Stellar 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+
/* Type */
8+
9+
body {
10+
color: #ffffff;
11+
}
12+
13+
/* Button */
14+
15+
.button {
16+
position: relative;
17+
border: solid 1px !important;
18+
}
19+
20+
.button.special {
21+
border: none !important;
22+
}
23+
24+
/* Icon */
25+
26+
.icon.major {
27+
-ms-behavior: url("assets/js/ie/PIE.htc");
28+
}
29+
30+
.icon.major:before {
31+
font-size: 4em;
32+
border: 0;
33+
}
34+
35+
/* Spotlight */
36+
37+
.spotlight .image {
38+
position: relative;
39+
-ms-behavior: url("assets/js/ie/PIE.htc");
40+
}
41+
42+
.spotlight .image img {
43+
position: relative;
44+
-ms-behavior: url("assets/js/ie/PIE.htc");
45+
}
46+
47+
/* Features */
48+
49+
.features li {
50+
width: 29%;
51+
}
52+
53+
/* Footer */
54+
55+
#footer > * {
56+
width: 50%;
57+
margin-left: 0;
58+
}
59+
60+
/* Main */
61+
62+
#main > .main > .image.main:first-child {
63+
margin-top: 0;
64+
margin-left: 0;
65+
width: 100%;
66+
}

assets/css/ie9.css

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
/*
2+
Stellar 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+
/* Spotlight */
8+
9+
.spotlight:after {
10+
content: '';
11+
display: block;
12+
clear: both;
13+
}
14+
15+
.spotlight .content {
16+
float: left;
17+
width: 60%;
18+
}
19+
20+
.spotlight .image {
21+
float: left;
22+
}
23+
24+
/* Features */
25+
26+
.features:after {
27+
content: '';
28+
display: block;
29+
clear: both;
30+
}
31+
32+
.features li {
33+
float: left;
34+
}
35+
36+
/* Statistics */
37+
38+
.statistics {
39+
display: inline-block;
40+
width: auto;
41+
}
42+
43+
.statistics:after {
44+
content: '';
45+
display: block;
46+
clear: both;
47+
}
48+
49+
.statistics li {
50+
float: left;
51+
padding: 1.5em 2.5em;
52+
}
53+
54+
/* Footer */
55+
56+
#footer > * {
57+
float: left;
58+
}
59+
60+
#footer .copyright {
61+
clear: both;
62+
}

assets/css/images/overlay.png

19.6 KB
Loading

0 commit comments

Comments
 (0)