Skip to content

Commit c6dda1b

Browse files
author
Your Name
committed
html5up
1 parent eb46ba1 commit c6dda1b

File tree

506 files changed

+79560
-0
lines changed

Some content is hidden

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

506 files changed

+79560
-0
lines changed

arcana/LICENSE.txt

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

arcana/README.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Arcana 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+
A business/corporate style responsive site template. It's pretty barebones but should
7+
go over pretty well for folks wanting to get their serious business on.
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+
Feedback, bug reports, and comments are not only welcome, but strongly encouraged :)
15+
16+
AJ
17+
aj@lkn.io | @ajlkn
18+
19+
PS: Not sure how to get that contact form working? Give formspree.io a try (it's awesome).
20+
21+
22+
Credits:
23+
24+
Demo Images:
25+
Unsplash (unsplash.com)
26+
27+
Icons:
28+
Font Awesome (fortawesome.github.com/Font-Awesome)
29+
30+
Other:
31+
jQuery (jquery.com)
32+
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
33+
CSS3 Pie (css3pie.com)
34+
background-size polyfill (github.com/louisremi)
35+
Respond.js (j.mp/respondjs)
36+
jquery.dropotron (@ajlkn)
37+
Skel (skel.io)

arcana/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.

arcana/assets/css/ie8.css

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
Arcana 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+
/* Form */
8+
9+
input[type="text"],
10+
input[type="password"],
11+
input[type="email"],
12+
textarea {
13+
position: relative;
14+
-ms-behavior: url("assets/js/ie/PIE.htc");
15+
}
16+
17+
/* Image */
18+
19+
.image {
20+
-ms-behavior: url("assets/js/ie/PIE.htc");
21+
}
22+
23+
.image img {
24+
position: relative;
25+
-ms-behavior: url("assets/js/ie/PIE.htc");
26+
}
27+
28+
/* Icon */
29+
30+
.icon.major {
31+
position: relative;
32+
-ms-behavior: url("assets/js/ie/PIE.htc");
33+
}
34+
35+
/* Button */
36+
37+
input[type="submit"],
38+
input[type="reset"],
39+
input[type="button"],
40+
.button {
41+
position: relative;
42+
-ms-behavior: url("assets/js/ie/PIE.htc");
43+
}
44+
45+
/* Box */
46+
47+
.box.post .inner {
48+
margin-left: 35%;
49+
}
50+
51+
/* Dropotron */
52+
53+
.dropotron {
54+
-ms-behavior: url("assets/js/ie/PIE.htc");
55+
}
56+
57+
/* Banner */
58+
59+
#banner {
60+
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
61+
}
62+
63+
/* Wrapper */
64+
65+
.wrapper.style2 {
66+
background: #fdfdfd url("images/bg01.png");
67+
}

arcana/assets/css/ie9.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
Arcana 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+
/* Header */
8+
9+
#nav > ul > li.current:before {
10+
display: none;
11+
}

arcana/assets/css/images/bg01.png

4.65 KB
Loading

arcana/assets/css/images/bg02.png

2.13 KB
Loading

arcana/assets/css/images/bg03.png

2.34 KB
Loading

0 commit comments

Comments
 (0)