Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initial
  • Loading branch information
bpd01001 committed Apr 13, 2017
0 parents commit d0f46ac
Show file tree
Hide file tree
Showing 41 changed files with 8,073 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
63 changes: 63 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/font-awesome.min.css

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions assets/css/ie8.css
@@ -0,0 +1,67 @@
/*
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Image */

.image {
-ms-behavior: url("assets/js/ie/PIE.htc");
}

.image img {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Icon */

.icon.major {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Box */

.box.post .inner {
margin-left: 35%;
}

/* Dropotron */

.dropotron {
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Banner */

#banner {
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
}

/* Wrapper */

.wrapper.style2 {
background: #fdfdfd url("images/bg01.png");
}
11 changes: 11 additions & 0 deletions assets/css/ie9.css
@@ -0,0 +1,11 @@
/*
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Header */

#nav > ul > li.current:before {
display: none;
}
Binary file added assets/css/images/bg01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/css/images/bg02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/css/images/bg03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0f46ac

Please sign in to comment.