Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakebool committed Nov 23, 2016
0 parents commit 9b4f64f
Show file tree
Hide file tree
Showing 33 changed files with 15,542 additions and 0 deletions.
Binary file added Deutsch.ttf
Binary file not shown.
3,340 changes: 3,340 additions & 0 deletions css/animate.css

Large diffs are not rendered by default.

1,109 changes: 1,109 additions & 0 deletions css/bootstrap-responsive.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

587 changes: 587 additions & 0 deletions css/bootstrap-theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap-theme.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions css/bootstrap-theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

6,757 changes: 6,757 additions & 0 deletions css/bootstrap.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.min.css.map

Large diffs are not rendered by default.

175 changes: 175 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
@font-face {
font-family: 'Deutsch';
src: url("../Deutsch.ttf") format("ttf");
}

.navbar-default {
background-color: transparent !important;
border-color: transparent !important;
}

.navbar-default a {
color: #FFF !important;
}

.navbar-default a:hover {
color: #555 !important;
background-color: rgba(255, 255, 255, 0.5) !important;
}

header {
color: #FFFFFF !important;
text-align: center;
}

header h2 {
padding: 50px;
}

header .prumt {
text-transform: uppercase;
font-family: "Deutsch";
}

@media screen and (min-width: 1200px) {
header .prumt {
font-size: 20em;
}
}

@media screen and (max-width: 768px) {
header .prumt {
font-size: 5em;
}
}

header .money {
background: url(../img/giphy.gif) no-repeat center;
width: 100%;
height: 100%;
background-size: 100% 100%;
}

header .money .voile {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}

footer {
background-color: #3c5499;
color: white;
}

footer .separateur {
margin: auto;
height: 8px;
width: 160px;
background-color: #293c74;
margin-top: 20px;
margin-bottom: 20px;
}

footer .foot {
background: #37456b;
margin: 0;
}

footer .foot a {
color: #FFF;
}

footer .foot a:hover {
color: #000;
}

@media screen and (min-width: 1200px) {
footer .foot {
padding-left: 40%;
}
}

.block1 {
background-color: #e8cd09;
color: white;
}

.block1 h2 {
text-transform: uppercase;
}

.block1 .separateur {
margin: auto;
height: 8px;
width: 160px;
background-color: #bba435;
margin-top: 20px;
margin-bottom: 20px;
}

.block1 .service1 {
border-radius: 100%;
padding-bottom: 50px;
}

.block1 .service1 .image1 {
height: 200px;
width: 200px;
background: url(../img/troll.gif);
margin: auto;
}

.block1 .service2 {
border-radius: 100%;
padding-bottom: 50px;
}

.block1 .service2 .image2 {
height: 200px;
width: 200px;
background: url(../img/anon.png);
margin: auto;
}

.block1 .service3 {
border-radius: 100%;
padding-bottom: 50px;
}

.block1 .service3 .image3 {
height: 200px;
width: 200px;
background: url(../img/browse.png);
margin: auto;
}

.block2 {
background-color: #ad0349;
color: white;
}

.block2 h2 {
text-transform: uppercase;
}

.block2 .separateur {
margin: auto;
height: 8px;
width: 160px;
background-color: #bd3e71;
margin-top: 20px;
margin-bottom: 20px;
}

.block2 .perso1 {
margin-top: 50px;
margin-bottom: 50px;
}

.block2 .perso1 img {
float: left;
}

.block2 .perso1 p {
font-style: italic;
}
150 changes: 150 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@

@font-face{
font-family: 'Deutsch';
src: url('../Deutsch.ttf') format('ttf');
}
.navbar-default{
background-color: transparent !important;
border-color: transparent !important;
a{
color: #FFF !important;
}
a:hover{
color:#555 !important;
background-color: rgba(255,255,255,0.5) !important;
}
}
header{

color: #FFFFFF !important;
text-align: center;
h2{
padding: 50px;
}
.prumt{
text-transform: uppercase;
font-family: "Deutsch";
}
@media screen and (min-width: 1200px){
.prumt{
font-size: 20em;
}
}
@media screen and (max-width: 768px){
.prumt{
font-size: 5em;
}
}
.money{
background: url(../img/giphy.gif) no-repeat center;
width: 100%;
height:100%;
background-size: 100% 100%;
.voile{
width: 100%;
height:100%;
background: rgba(0,0,0,0.5);
}
}
}
footer{
background-color: #3c5499;
color: white;

.separateur{
margin: auto;
height: 8px;
width: 160px;
background-color:#293c74;
margin-top: 20px;
margin-bottom: 20px;
}
.foot{
background: #37456b;
margin: 0;
a{
color:#FFF;
}
a:hover{
color: #000;
}

}
@media screen and (min-width: 1200px){
.foot{
padding-left: 40%;
}
}
}

.block1{
background-color: #e8cd09;
color: white;
h2{
text-transform: uppercase;
}
.separateur{
margin: auto;
height: 8px;
width: 160px;
background-color:#bba435;
margin-top: 20px;
margin-bottom: 20px;
}
.service1{
border-radius: 100%;
padding-bottom: 50px;
.image1{
height: 200px;
width: 200px;
background: url(../img/troll.gif);
margin: auto;
}
}
.service2{
border-radius: 100%;
padding-bottom: 50px;
.image2{
height: 200px;
width: 200px;
background: url(../img/anon.png);
margin: auto;
}
}
.service3{
border-radius: 100%;
padding-bottom: 50px;
.image3{
height: 200px;
width: 200px;
background: url(../img/browse.png);
margin: auto;
}
}
}
.block2{
background-color: #ad0349;
color: white;
h2{
text-transform: uppercase;
}
.separateur{
margin: auto;
height: 8px;
width: 160px;
background-color:#bd3e71;
margin-top: 20px;
margin-bottom: 20px;
}
.perso1{
margin-top: 50px;
margin-bottom: 50px;
img{
float: left;
}
p{
font-style: italic;

}
}
}
Binary file added fonts/glyphicons-halflings-regular.eot
Binary file not shown.
Loading

0 comments on commit 9b4f64f

Please sign in to comment.