diff --git a/css/grayscale.css b/css/grayscale.css index 2a71fdb..313e405 100644 --- a/css/grayscale.css +++ b/css/grayscale.css @@ -8,8 +8,8 @@ body { width: 100%; height: 100%; font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif; - color: #fff; - background-color: #000; + color: #333; + background: url('../img/transp_bg.png'); } html { @@ -45,7 +45,7 @@ p { } a { - color: #42dca3; + color: #69CB01; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; @@ -153,6 +153,7 @@ a:focus { -moz-background-size: cover; background-size: cover; -o-background-size: cover; + border-bottom: 5px solid #ccc; } .intro .intro-body { @@ -168,6 +169,12 @@ a:focus { font-size: 18px; } +.intro .intro-body .intro-text span { + background: #fff; + color: #333; + padding: 10px; +} + @media(min-width:768px) { .intro { height: 100%; @@ -279,21 +286,6 @@ a:focus { margin-top: 100px; } -@media(min-width:767px) { - .content-section { - padding-top: 250px; - } - - .download-section { - padding: 100px 0; - } - - #map { - height: 400px; - margin-top: 250px; - } -} - .btn { border-radius: 0; text-transform: uppercase; @@ -305,43 +297,26 @@ a:focus { } .btn-default { - border: 1px solid #42dca3; - color: #42dca3; + border: 1px solid #69CB01; + color: #69CB01; background-color: transparent; } .btn-default:hover, .btn-default:focus { - border: 1px solid #42dca3; + border: 1px solid #69CB01; outline: 0; color: #000; - background-color: #42dca3; + background-color: #69CB01; } ul.banner-social-buttons { margin-top: 0; } -@media(max-width:1199px) { - ul.banner-social-buttons { - margin-top: 15px; - } -} - -@media(max-width:767px) { - ul.banner-social-buttons li { - display: block; - margin-bottom: 20px; - padding: 0; - } - - ul.banner-social-buttons li:last-child { - margin-bottom: 0; - } -} - footer { padding: 50px 0; + background: #ddd; } footer p { diff --git a/img/intro-bg.jpg b/img/intro-bg.jpg index de06b29..9993ba7 100644 Binary files a/img/intro-bg.jpg and b/img/intro-bg.jpg differ diff --git a/img/transp_bg.png b/img/transp_bg.png new file mode 100644 index 0000000..8567807 Binary files /dev/null and b/img/transp_bg.png differ diff --git a/index.html b/index.html index 2b6808c..d300f8a 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,11 @@

GITNET

-

Free web hosting using git repository

+

+ + Free web hosting using git repository + +

@@ -82,25 +86,19 @@

Send me an email with the url of the repository. I will send you back an API Key and a Payload URL. You will have to configure a new webhook with this informations.

Push on the branch "master" to update your static website accessible via https://gitnet.fr/project/your-project.

+ +

Start with free registration

-
-
-
-

Start now

- -
-
-
-