Skip to content

Commit d483e7d

Browse files
author
Nicolas Bounoughaz
committed
add prez stuff
1 parent ce3913c commit d483e7d

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

+19321
-0
lines changed

monHack/.DS_Store

8 KB
Binary file not shown.

monHack/._.DS_Store

4 KB
Binary file not shown.

monHack/assets/css/materialize.min.css

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

monHack/assets/css/style.css

+165
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
.tabs_search {
2+
height: 200px;
3+
}
4+
#wrapper{
5+
position: relative;
6+
width:100%;
7+
min-height:55vw;
8+
overflow: hidden;
9+
transform: 2s;
10+
11+
}
12+
13+
#index-banner{
14+
background-color: #fefeff;
15+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='46' viewBox='0 0 70 46'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ebe7f1' fill-opacity='0.4'%3E%3Cpolygon points='68 44 62 44 62 46 56 46 56 44 52 44 52 46 46 46 46 44 40 44 40 46 38 46 38 44 32 44 32 46 26 46 26 44 22 44 22 46 16 46 16 44 12 44 12 46 6 46 6 44 0 44 0 42 8 42 8 28 6 28 6 0 12 0 12 28 10 28 10 42 18 42 18 28 16 28 16 0 22 0 22 28 20 28 20 42 28 42 28 28 26 28 26 0 32 0 32 28 30 28 30 42 38 42 38 0 40 0 40 42 48 42 48 28 46 28 46 0 52 0 52 28 50 28 50 42 58 42 58 28 56 28 56 0 62 0 62 28 60 28 60 42 68 42 68 0 70 0 70 46 68 46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
16+
}
17+
nav{
18+
background: #3D3847;
19+
position: fixed;
20+
z-index: 4;
21+
}
22+
23+
footer{
24+
background: #3D3847;
25+
}
26+
27+
28+
img{
29+
float: left;
30+
}
31+
32+
h2.header{
33+
color:#3D3847 !important;
34+
}
35+
36+
#logoBnf{
37+
margin-left: 20px;
38+
}
39+
40+
.col.s12{
41+
background: #FFF;
42+
}
43+
.col.l6{
44+
background: #3D3847;
45+
opacity: 0.5;
46+
}
47+
48+
.test-swap{
49+
background: #FFF;
50+
51+
}
52+
.modal-content{
53+
background-color: black;
54+
}
55+
56+
.modal-content h4{
57+
color: #fff;
58+
}
59+
60+
.modal-content p{
61+
color: #fff;
62+
float: left;
63+
margin-right: 20px;
64+
}
65+
66+
67+
68+
li>a.active {
69+
background-color: #3D3847 !important;
70+
opacity: 0.8 !important;
71+
}
72+
73+
.layer{
74+
position: absolute;
75+
width:100vw;
76+
min-height: 55vw;
77+
overflow: hidden;
78+
}
79+
80+
.layer .content-wrap{
81+
position: absolute;
82+
width:100vw;
83+
min-height: 55vw;
84+
}
85+
86+
.layer .content-body{
87+
width:25%;
88+
position:absolute;
89+
top:50%;
90+
text-align: center;
91+
transform:translateY(-50%);
92+
color:#fff;
93+
}
94+
95+
.layer img{
96+
position: absolute;
97+
width:35%;
98+
top:50%;
99+
left: 50%;
100+
transform:translate(-50%, -50%);
101+
}
102+
103+
.layer h1{
104+
font-size:2em;
105+
}
106+
107+
.bottom{
108+
background:#222;
109+
z-index:1;
110+
}
111+
112+
.bottom .content-body{
113+
right:5%;
114+
}
115+
116+
.bottom h1{
117+
color:#FDAB00;
118+
}
119+
120+
.top{
121+
background:#eee;
122+
color:#222;
123+
z-index:2;
124+
width:50vw;
125+
}
126+
127+
.top .content-body{
128+
left: 5%;
129+
color:#222;
130+
}
131+
132+
.handle{
133+
position: absolute;
134+
height: 100%;
135+
display: block;
136+
background-color: #FDAB00;
137+
width:5px;
138+
top:0;
139+
left: 50%;
140+
z-index:3;
141+
}
142+
143+
.skewed .handle{
144+
top:50%;
145+
transform:rotate(30deg) translateY(-50%);
146+
height: 200%;
147+
transform-origin:top;
148+
}
149+
150+
.skewed .top{
151+
transform: skew(-30deg);
152+
margin-left:-1000px;
153+
width: calc(50vw + 1000px);
154+
}
155+
156+
.skewed .top .content-wrap{
157+
transform: skew(30deg);
158+
margin-left:1000px;
159+
}
160+
161+
@media(max-width:768px){
162+
body{
163+
font-size:75%;
164+
}
165+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
2+
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
3+
comprehensive icon sets or copy and paste your own.
4+
5+
Please. Check it out.
6+
7+
-Dave Gandy

0 commit comments

Comments
 (0)