Skip to content

Commit 4111be5

Browse files
committed
+) Add first version of website
0 parents  commit 4111be5

Some content is hidden

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

48 files changed

+3932
-0
lines changed

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.

css/ie/PIE.htc

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

css/ie/backgroundsize.min.htc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<component lightWeight="true">
2+
<attach event="onpropertychange" onevent="handlePropertychange()" />
3+
<attach event="ondetach" onevent="restore()" />
4+
<attach event="onresize" for="window" onevent="handleResize()" />
5+
<script type="text/javascript">
6+
var rsrc=/url\(["']?(.*?)["']?\)/,positions={top:0,left:0,bottom:1,right:1,center:0.5},doc=element.document;init(); function init(){var b=doc.createElement("div"),a=doc.createElement("img"),c,d;b.style.position="absolute";b.style.zIndex=-1;b.style.top=0;b.style.right=0;b.style.left=0;b.style.bottom=0;b.style.overflow="hidden";a.style.position="absolute";a.style.width=a.style.width="auto";b.appendChild(a);element.insertBefore(b,element.firstChild);d=[element.currentStyle.backgroundPositionX,element.currentStyle.backgroundPositionY];element.bgsExpando=c={wrapper:b,img:a,backgroundSize:element.currentStyle["background-size"], backgroundPositionX:positions[d[0]]||parseFloat(d[0])/100,backgroundPositionY:positions[d[1]]||parseFloat(d[1])/100};"auto"==element.currentStyle.zIndex&&(element.style.zIndex=0);"static"==element.currentStyle.position&&(element.style.position="relative");refreshDisplay(element,c)&&(refreshDimensions(element,c),refreshBackgroundImage(element,c,function(){updateBackground(element,c)}))} function refreshDisplay(b,a){var c=b.currentStyle.display;c!=a.display&&(a.display=c,a.somethingChanged=!0);return"none"!=c}function refreshDimensions(b,a){var c=b.offsetWidth-(parseFloat(b.currentStyle.borderLeftWidth)||0)-(parseFloat(b.currentStyle.borderRightWidth)||0),d=b.offsetHeight-(parseFloat(b.currentStyle.borderTopWidth)||0)-(parseFloat(b.currentStyle.borderBottomWidth)||0);if(c!=a.innerWidth||d!=a.innerHeight)a.innerWidth=c,a.innerHeight=d,a.somethingChanged=!0} function refreshBackgroundImage(b,a,c){var d=a.img,e=(rsrc.exec(b.currentStyle.backgroundImage)||[])[1];if(e&&e!=a.backgroundSrc){a.backgroundSrc=e;a.somethingChanged=!0;d.onload=function(){var b=d.width,e=d.height;1==b&&1==e||(a.imgWidth=b,a.imgHeight=e,a.constrain=!1,c(),d.style.visibility="visible",d.onload=null)};d.style.visibility="hidden";d.src=a.backgroundSrc;if(d.readyState||d.complete)d.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==",d.src=a.backgroundSrc;a.ignoreNextPropertyChange= !0;b.style.backgroundImage="none"}else c()} function updateBackground(b,a){if(a.somethingChanged){var c=a.img,d=a.innerWidth/a.innerHeight,e=a.imgWidth/a.imgHeight,f=a.constrain;"contain"==a.backgroundSize?e>d?(a.constrain=d="width",e=Math.floor((a.innerHeight-a.innerWidth/e)*a.backgroundPositionY),c.style.top=e+"px",d!=f&&(c.style.width="100%",c.style.height="auto",c.style.left=0)):(a.constrain=d="height",e=Math.floor((a.innerWidth-a.innerHeight*e)*a.backgroundPositionX),c.style.left=e+"px",d!=f&&(c.style.width="auto",c.style.height="100%", c.style.top=0)):"cover"==a.backgroundSize&&(e>d?(a.constrain=d="height",e=Math.floor((a.innerHeight*e-a.innerWidth)*a.backgroundPositionX),c.style.left=-e+"px",d!=f&&(c.style.width="auto",c.style.height="100%",c.style.top=0)):(a.constrain=d="width",e=Math.floor((a.innerWidth/e-a.innerHeight)*a.backgroundPositionY),c.style.top=-e+"px",d!=f&&(c.style.width="100%",c.style.height="auto",c.style.left=0)));a.somethingChanged=!1}} function handlePropertychange(){var b=element.bgsExpando;b.ignoreNextPropertyChange?b.ignoreNextPropertyChange=!1:refreshDisplay(element,b)&&(refreshDimensions(element,b),refreshBackgroundImage(element,b,function(){updateBackground(element,b)}))}function handleResize(){var b=element.bgsExpando;"none"!=b.display&&(refreshDimensions(element,b),updateBackground(element,b))} function restore(){var b=element.bgsExpando;try{element.style.backgroundImage="url('"+b.backgroundSrc+"')",element.removeChild(b.wrapper),element.bgsExpando=null}catch(a){}};
7+
</script>

css/ie/html5shiv.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ie/images/grad0-15.svg

Lines changed: 9 additions & 0 deletions
Loading

css/ie/v8.css

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
/*
2+
Prologue by HTML5 UP
3+
html5up.net | @n33co
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
7+
/*********************************************************************************/
8+
/* Basic */
9+
/*********************************************************************************/
10+
11+
/* Section/Article */
12+
13+
section,
14+
article
15+
{
16+
}
17+
18+
section > .last-child,
19+
article > .last-child
20+
{
21+
margin-bottom: 0;
22+
}
23+
24+
section.last-child,
25+
article.last-child
26+
{
27+
margin-bottom: 0;
28+
}
29+
30+
/* Form */
31+
32+
form
33+
{
34+
}
35+
36+
form input[type="text"],
37+
form input[type="email"],
38+
form input[type="password"],
39+
form select,
40+
form textarea
41+
{
42+
-ms-behavior: url('css/ie/PIE.htc');
43+
}
44+
45+
/* Button */
46+
47+
input[type="button"],
48+
input[type="submit"],
49+
input[type="reset"],
50+
.button
51+
{
52+
-ms-behavior: url('css/ie/PIE.htc');
53+
}
54+
55+
/*********************************************************************************/
56+
/* Header */
57+
/*********************************************************************************/
58+
59+
#nav
60+
{
61+
}
62+
63+
#nav ul
64+
{
65+
}
66+
67+
#nav ul li
68+
{
69+
}
70+
71+
#nav ul li a
72+
{
73+
color: #888;
74+
}
75+
76+
#nav ul li a.active
77+
{
78+
background: #1C2022;
79+
}
80+
81+
/*********************************************************************************/
82+
/* Main */
83+
/*********************************************************************************/
84+
85+
#main
86+
{
87+
}
88+
89+
#main > section
90+
{
91+
}
92+
93+
#main > section.cover
94+
{
95+
background-position: auto;
96+
-ms-behavior: url('css/ie/backgroundsize.min.htc');
97+
}
98+
99+
/*********************************************************************************/
100+
/* Side Panel */
101+
/*********************************************************************************/
102+
103+
#sidePanelToggle
104+
{
105+
}
106+
107+
#sidePanelToggle .toggle
108+
{
109+
background-color: #888;
110+
}

css/ie/v9.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
Prologue by HTML5 UP
3+
html5up.net | @n33co
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
7+
/*********************************************************************************/
8+
/* Basic */
9+
/*********************************************************************************/
10+
11+
/* Button */
12+
13+
input[type="button"],
14+
input[type="submit"],
15+
input[type="reset"],
16+
.button
17+
{
18+
background-image: url('images/grad0-15.svg');
19+
}

css/images/overlay.png

54 KB
Loading

css/skel.css

Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
2+
3+
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}
4+
5+
/* Box Model */
6+
7+
*, *:before, *:after {
8+
-moz-box-sizing: border-box;
9+
-webkit-box-sizing: border-box;
10+
box-sizing: border-box;
11+
}
12+
13+
/* Container */
14+
15+
body {
16+
/* min-width: (containers) */
17+
min-width: 1200px;
18+
}
19+
20+
.container {
21+
margin-left: auto;
22+
margin-right: auto;
23+
24+
/* width: (containers) */
25+
width: 1200px;
26+
}
27+
28+
/* Modifiers */
29+
30+
.container.small {
31+
/* width: (containers) * 0.75; */
32+
width: 900px;
33+
}
34+
35+
.container.large {
36+
width: 100%;
37+
38+
/* max-width: (containers) * 1.25; */
39+
max-width: 1500px;
40+
41+
/* min-width: (containers); */
42+
min-width: 1200px;
43+
}
44+
45+
/* Grid */
46+
47+
.\31 2u { width: 100% }
48+
.\31 1u { width: 91.6666666667% }
49+
.\31 0u { width: 83.3333333333% }
50+
.\39 u { width: 75% }
51+
.\38 u { width: 66.6666666667% }
52+
.\37 u { width: 58.3333333333% }
53+
.\36 u { width: 50% }
54+
.\35 u { width: 41.6666666667% }
55+
.\34 u { width: 33.3333333333% }
56+
.\33 u { width: 25% }
57+
.\32 u { width: 16.6666666667% }
58+
.\31 u { width: 8.3333333333% }
59+
.\-11u { margin-left: 91.6666666667% }
60+
.\-10u { margin-left: 83.3333333333% }
61+
.\-9u { margin-left: 75% }
62+
.\-8u { margin-left: 66.6666666667% }
63+
.\-7u { margin-left: 58.3333333333% }
64+
.\-6u { margin-left: 50% }
65+
.\-5u { margin-left: 41.6666666667% }
66+
.\-4u { margin-left: 33.3333333333% }
67+
.\-3u { margin-left: 25% }
68+
.\-2u { margin-left: 16.6666666667% }
69+
.\-1u { margin-left: 8.3333333333% }
70+
71+
/* Rows */
72+
73+
.row > * {
74+
float: left;
75+
}
76+
77+
.row:after {
78+
content: '';
79+
display: block;
80+
clear: both;
81+
height: 0;
82+
}
83+
84+
.row:first-child > * {
85+
padding-top: 0 !important;
86+
}
87+
88+
.row.uniform > * > :first-child {
89+
margin-top: 0;
90+
}
91+
92+
.row.uniform > * > :last-child {
93+
margin-bottom: 0;
94+
}
95+
96+
/* Normal */
97+
98+
.row > * {
99+
/* padding-left: (gutters) */
100+
padding-left: 40px;
101+
}
102+
103+
.row + .row > * {
104+
/* padding: (gutters) 0 0 (gutters) */
105+
padding: 40px 0 0 40px;
106+
}
107+
108+
.row {
109+
/* margin-left: -(gutters) */
110+
margin-left: -40px;
111+
}
112+
113+
.row + .row.uniform > * {
114+
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
115+
padding: 40px 0 0 40px;
116+
}
117+
118+
/* Flush */
119+
120+
.row.flush > * {
121+
padding-left: 0;
122+
}
123+
124+
.row + .row.flush > * {
125+
padding: 0;
126+
}
127+
128+
.row.flush {
129+
margin-left: 0;
130+
}
131+
132+
.row + .row.uniform.flush > * {
133+
padding: 0;
134+
}
135+
136+
/* Quarter */
137+
138+
.row.quarter > * {
139+
/* padding-left: (gutters * 0.25) */
140+
padding-left: 10px;
141+
}
142+
143+
.row + .row.quarter > * {
144+
/* padding: (gutters * 0.25) 0 0 (gutters * 0.25) */
145+
padding: 10px 0 0 10px;
146+
}
147+
148+
.row.quarter {
149+
/* margin-left: -(gutters * 0.25) */
150+
margin-left: -10px;
151+
}
152+
153+
.row + .row.uniform.quarter > * {
154+
/* padding: (gutters.vertical * 0.25) 0 0 (gutters.vertical * 0.25) */
155+
padding: 10px 0 0 10px;
156+
}
157+
158+
/* Half */
159+
160+
.row.half > * {
161+
/* padding-left: (gutters * 0.5) */
162+
padding-left: 20px;
163+
}
164+
165+
.row + .row.half > * {
166+
/* padding: (gutters * 0.5) 0 0 (gutters * 0.5) */
167+
padding: 20px 0 0 20px;
168+
}
169+
170+
.row.half {
171+
/* margin-left: -(gutters * 0.5) */
172+
margin-left: -20px;
173+
}
174+
175+
.row + .row.uniform.half > * {
176+
/* padding: (gutters.vertical * 0.5) 0 0 (gutters.vertical * 0.5) */
177+
padding: 20px 0 0 20px;
178+
}
179+
180+
/* One and (a) Half */
181+
182+
.row.oneandhalf > * {
183+
/* padding-left: (gutters * 1.5) */
184+
padding-left: 60px;
185+
}
186+
187+
.row + .row.oneandhalf > * {
188+
/* padding: (gutters * 1.5) 0 0 (gutters * 1.5) */
189+
padding: 60px 0 0 60px;
190+
}
191+
192+
.row.oneandhalf {
193+
/* margin-left: -(gutters * 1.5) */
194+
margin-left: -60px;
195+
}
196+
197+
.row + .row.uniform.oneandhalf > * {
198+
/* padding: (gutters.vertical * 1.5) 0 0 (gutters.vertical * 1.5) */
199+
padding: 60px 0 0 60px;
200+
}
201+
202+
/* Double */
203+
204+
.row.double > * {
205+
/* padding-left: (gutters * 2) */
206+
padding-left: 80px;
207+
}
208+
209+
.row + .row.double > * {
210+
/* padding: (gutters * 2) 0 0 (gutters * 2) */
211+
padding: 80px 0 0 80px;
212+
}
213+
214+
.row.double {
215+
/* margin-left: -(gutters * 2) */
216+
margin-left: -80px;
217+
}
218+
219+
.row + .row.uniform.double > * {
220+
/* padding: (gutters.vertical * 2) 0 0 (gutters.vertical * 2) */
221+
padding: 80px 0 0 80px;
222+
}

0 commit comments

Comments
 (0)