Skip to content

Commit 567112a

Browse files
committed
template
1 parent 8e9c71f commit 567112a

38 files changed

+3954
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
html5up-identity.zip

LICENSE.txt

+63
Large diffs are not rendered by default.

README.txt

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Identity 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+
Just a fun little profile/card-style template I whipped up during a break between major
7+
projects. Minimal, responsive, and powered by Skel + Sass. Enjoy :)
8+
9+
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
10+
you can use for pretty much whatever.
11+
12+
(* = not included)
13+
14+
AJ
15+
16+
17+
18+
Credits:
19+
20+
Demo Images:
21+
Unsplash (unsplash.com)
22+
23+
Icons:
24+
Font Awesome (fortawesome.github.com/Font-Awesome)
25+
26+
Other:
27+
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
28+
CSS3 Pie (css3pie.com)
29+
Respond.js (j.mp/respondjs)
30+
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

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/*
2+
Identity 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+
/* List */
8+
9+
ul.icons li a {
10+
-ms-behavior: url("assets/js/PIE.htc");
11+
}
12+
13+
ul.icons li a:before {
14+
text-align: center;
15+
font-size: 26px;
16+
}
17+
18+
/* Main */
19+
20+
#main {
21+
-ms-behavior: url("assets/js/PIE.htc");
22+
}
23+
24+
#main .avatar img {
25+
-ms-behavior: url("assets/js/PIE.htc");
26+
}
27+
28+
/* Footer */
29+
30+
#footer {
31+
color: #fff;
32+
}
33+
34+
#footer .copyright li {
35+
border-left: solid 1px #fff;
36+
}

assets/css/ie9.css

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/*
2+
Identity 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+
/* Basic */
8+
9+
body {
10+
background-image: url("../../images/bg.jpg");
11+
background-repeat: no-repeat;
12+
background-size: cover;
13+
background-position: bottom center;
14+
background-attachment: fixed;
15+
}
16+
17+
body:after {
18+
display: none;
19+
}
20+
21+
/* List */
22+
23+
ul.icons li a:before {
24+
color: #c8cccf;
25+
}
26+
27+
ul.icons li a:hover:before {
28+
color: #ff7496;
29+
}
30+
31+
/* Wrapper */
32+
33+
#wrapper {
34+
text-align: center;
35+
}
36+
37+
/* Main */
38+
39+
#main {
40+
display: inline-block;
41+
}

assets/css/images/overlay.png

2.97 KB
Loading

0 commit comments

Comments
 (0)