diff --git a/assets/.DS_Store b/assets/.DS_Store deleted file mode 100644 index c1ac127..0000000 Binary files a/assets/.DS_Store and /dev/null differ diff --git a/assets/css/.DS_Store b/assets/css/.DS_Store deleted file mode 100644 index ed9a8e1..0000000 Binary files a/assets/css/.DS_Store and /dev/null differ diff --git a/assets/css/main.css b/assets/css/main.css index d792968..1e1ecbd 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -4,7 +4,7 @@ html { } body { - background: #fff; + background: #181a1b; font-size: 14px; font-weight: 400; font-family: "Source Sans Pro", sans-serif; @@ -12,7 +12,7 @@ body { -moz-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: subpixel-antialiased; - color: #666; + color: #aaa; line-height: 25px; -webkit-backface-visibility: hidden; backface-visibility: hidden; @@ -64,7 +64,7 @@ ul li, ol li { .hero-heading { font-size: 48px; font-weight: 700; - color: #fff; + color: #ddd; text-transform: capitalize; line-height: 70px; letter-spacing: 0.1rem; @@ -99,7 +99,7 @@ ul li, ol li { } .section-title { - color: #252525; + color: #bbb; font-size: 38px; text-align: center; letter-spacing: 1px; @@ -115,7 +115,7 @@ ul li, ol li { border-radius: 0px; cursor: pointer; font-weight: 400; - color: #fff; + color: #ddd; border-radius: 4px; text-transform: uppercase; -webkit-transition: all 0.2s linear; @@ -129,7 +129,7 @@ ul li, ol li { .btn:active { box-shadow: none; outline: none; - color: #fff; + color: #ddd; } .btn-common { @@ -139,7 +139,7 @@ ul li, ol li { } .btn-common:hover { - color: #fff; + color: #ddd; background-color: #21cff3; box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1); transition: all .2s ease-in-out; @@ -157,14 +157,14 @@ ul li, ol li { } .btn-border { - color: #fff; + color: #ddd; background-color: transparent; - border: 1px solid #fff; + border: 1px solid #ddd; } .btn-border:hover { - border: 1px solid #fff; - color: #fff; + border: 1px solid #ddd; + color: #ddd; background-color: rgba(255, 255, 255, 0.2); } @@ -193,7 +193,7 @@ button:focus { .social-icon li a { color: #000; - background: #fff; + background: #ddd; width: 35px; height: 35px; line-height: 38px; @@ -209,7 +209,7 @@ button:focus { } .social-icon li a:hover { - color: #fff; + color: #ddd; } .social-icon li .facebook:hover { @@ -247,7 +247,7 @@ a.back-to-top i { width: 40px; height: 40px; line-height: 40px; - color: #fff; + color: #ddd; background: #00b4d9; border-radius: 2px; text-align: center; @@ -264,7 +264,7 @@ a.back-to-top:hover, a.back-to-top:focus { #loader { position: fixed; - background: #fff; + background: #ddd; top: 0; left: 0; width: 100%; @@ -289,7 +289,7 @@ a.back-to-top:hover, a.back-to-top:focus { } #about .img-thumb img { - border: 8px solid #fff; + border: 8px solid #ddd; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); } @@ -313,7 +313,7 @@ a.back-to-top:hover, a.back-to-top:focus { .about-profile .pro-title { font-weight: 700; - color: #040404; + color: #e8e6e3; position: relative; width: 120px; display: inline-block; @@ -366,14 +366,14 @@ a.back-to-top:hover, a.back-to-top:focus { .counter-section .counter p { font-size: 18px; text-transform: uppercase; - color: #fff; + color: #ddd; font-weight: 400; letter-spacing: 1px; margin: 30px 0; } .counter-section .counter .counterUp { - color: #fff; + color: #ddd; font-size: 42px; margin-top: 15px; font-weight: 700; @@ -397,11 +397,12 @@ a.back-to-top:hover, a.back-to-top:focus { } .timeline li .content-text { - background: #f2f2f2; + background: #222; padding: 20px; } .timeline li .line-title { + color: #ddd; font-size: 16px; line-height: 6px; } @@ -413,7 +414,7 @@ a.back-to-top:hover, a.back-to-top:focus { } .timeline li .line-text { - color: #888; + color: rgb(157, 148, 136); line-height: 18px; } @@ -438,7 +439,7 @@ a.back-to-top:hover, a.back-to-top:focus { font-size: 8px; margin-left: -35px; font-weight: 400; - background: #fff; + background: #ddd; display: block; position: absolute; margin-top: 18px; @@ -453,7 +454,7 @@ a.back-to-top:hover, a.back-to-top:focus { border-radius: 30px; margin: -12px -55px; background: #00b4d9; - color: #fff; + color: #ddd; width: 50px; height: 50px; text-align: center; @@ -465,7 +466,7 @@ a.back-to-top:hover, a.back-to-top:focus { } .top-nav-collapse { - background: #fff; + background: rgb(24, 26, 27); z-index: 999999; top: 0px !important; min-height: 58px; @@ -476,7 +477,6 @@ a.back-to-top:hover, a.back-to-top:focus { animation-fill-mode: both; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; - background: #fff !important; } .top-nav-collapse .navbar-brand { @@ -488,7 +488,7 @@ a.back-to-top:hover, a.back-to-top:focus { } .top-nav-collapse .navbar-nav .nav-link { - color: #333 !important; + color: #aaa !important; margin-top: 0px !important; margin-bottom: 0px !important; } @@ -503,7 +503,7 @@ a.back-to-top:hover, a.back-to-top:focus { } .indigo { - background: #fff; + background: rgb(24, 26, 27); } .menu-bg { @@ -524,7 +524,7 @@ a.back-to-top:hover, a.back-to-top:focus { } .navbar-expand-lg .navbar-nav .nav-link { - color: #333; + color: #aaa; font-weight: 700; padding: 0 17px; margin-top: 15px; @@ -564,7 +564,7 @@ a.back-to-top:hover, a.back-to-top:focus { position: absolute; z-index: 99; min-width: 210px; - background-color: #fff; + background-color: #181a1b; white-space: nowrap; border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); @@ -585,7 +585,7 @@ a.back-to-top:hover, a.back-to-top:focus { margin-left: -5px; border-right: 10px solid transparent; border-left: 10px solid transparent; - border-bottom: 10px solid #fff; + border-bottom: 10px solid #ddd; } .dropdown:hover .dropdown-menu { @@ -605,7 +605,7 @@ a.back-to-top:hover, a.back-to-top:focus { width: 100%; padding: 12px 20px; font-size: 14px; - color: #333; + color: #aaa; border-bottom: 1px solid #f1f1f1; text-decoration: none; display: inline-block; @@ -693,7 +693,7 @@ a.back-to-top:hover, a.back-to-top:focus { } .slicknav_nav .active a { background: #E91E63; - color: #fff; + color: #ddd; } .slicknav_nav a:hover, .slicknav_nav a:focus, @@ -708,12 +708,12 @@ a.back-to-top:hover, a.back-to-top:focus { 3. Hero Area ========================================================================== */ .hero-area-bg { - background: url(../img/hero-area.jpg) no-repeat; + background: url(../img/logo_datacenter.jpg) no-repeat; background-size: cover; } #hero-area { - color: #fff; + color: #ddd; overflow: hidden; position: relative; } @@ -737,7 +737,7 @@ a.back-to-top:hover, a.back-to-top:focus { } #hero-area .contents .head-title { - color: #fff; + color: #bbb; font-size: 80px; letter-spacing: 10px; text-transform: uppercase; @@ -746,7 +746,7 @@ a.back-to-top:hover, a.back-to-top:focus { #hero-area .contents p { font-size: 30px; - color: #fff; + color: #bbb; font-weight: 400; line-height: 30px; margin-bottom: 25px; @@ -762,7 +762,7 @@ a.back-to-top:hover, a.back-to-top:focus { } #hero-area .banner_bottom_btn i { - color: #fff; + color: #ddd; font-size: 48px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; @@ -778,7 +778,7 @@ a.back-to-top:hover, a.back-to-top:focus { Portfolio Section ========================================================================== */ #portfolios { - background: #f2f2f2; + background: rgb(31, 34, 35); } #portfolios .mix { @@ -807,7 +807,7 @@ a.back-to-top:hover, a.back-to-top:focus { .controls .btn { text-transform: uppercase; margin: 2px; - color: #fff; + color: #ddd; } .controls:hover { @@ -827,7 +827,7 @@ a.back-to-top:hover, a.back-to-top:focus { .shot-item { margin-right: 15px; border-radius: 4px; - background: #fff; + background: #ddd; position: relative; } @@ -872,7 +872,7 @@ a.back-to-top:hover, a.back-to-top:focus { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; - background: #fff; + background: #ddd; border-radius: 4px; } @@ -880,7 +880,7 @@ a.back-to-top:hover, a.back-to-top:focus { position: absolute; left: 45%; top: 50%; - color: #fff; + color: #ddd; } .overlay .link { @@ -888,7 +888,7 @@ a.back-to-top:hover, a.back-to-top:focus { left: 60%; margin-left: 10px; top: 50%; - color: #fff; + color: #ddd; } .shot-item:hover .overlay { @@ -896,23 +896,23 @@ a.back-to-top:hover, a.back-to-top:focus { } a:not([href]):not([tabindex]) { - color: #fff; + color: #ddd; } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { - color: #fff; + color: #ddd; } /* Services Item */ .services { - background: #F0F0F0; + background: rgb(32, 35, 37); } .services-item { - background: #fff; + background: rgb(24,26,27); border-radius: 4px; padding: 48px 20px; - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px #ddd2; text-align: center; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; @@ -939,7 +939,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { .services-item .services-content h3 a { font-size: 18px; text-transform: uppercase; - color: #666; + color: #aaa; } .services-item .services-content h3 a:hover { @@ -957,13 +957,15 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { .form-control { width: 100%; margin-bottom: 20px; + background-color: #181a1b; + color: rgb(233, 227, 227); font-size: 14px; border-radius: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; padding: 8px 10px; - border: 1px solid #e1e1e1; + border: 1px solid #666; } .form-control:focus { @@ -976,7 +978,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { } .contact-form-area { - background: #fff; + background: rgb(24, 26, 27); box-shadow: 0 0 30px #ededed; padding: 60px 40px; } @@ -988,7 +990,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { .footer-right-contact { padding: 4px; - border: 1px solid #e1e1e1; + border: 1px solid #666; margin-top: 30px; } @@ -996,7 +998,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { margin: 10px 22px; padding: 3px 55px; position: relative; - color: #666; + color: #aaa; } .footer-right-contact .single-contact p { @@ -1004,12 +1006,12 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { } .footer-right-contact .single-contact p a { - color: #666; + color: #aaa; } .footer-right-contact .contact-icon { background: #00b4d9; - color: #fff; + color: #ddd; border-radius: 50%; font-size: 20px; height: 40px; @@ -1044,7 +1046,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { #conatiner-map { margin-top: 30px; text-align: center; - background-color: #fff; + background-color: #181a1b; height: 370px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; @@ -1061,7 +1063,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { .footer-area .footer-text p { font-size: 14px; margin-top: 20px; - color: #fff; + color: #ddd; } .footer-area .footer-text p a { @@ -1070,7 +1072,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { .footer-area .footer-text .nav-inline .nav-link { padding: 11px 7px; - color: #888; + color: #aaa; } .footer-area .footer-text .nav-inline .nav-link:hover { @@ -1087,7 +1089,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { .footer-2 h3 { font-size: 20px; - color: #fff; + color: #ddd; font-weight: 700; padding-bottom: 10px; letter-spacing: 0.5px; @@ -1095,14 +1097,14 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { .footer-2 p { font-size: 14px; - color: #fff; + color: #ddd; line-height: 20px; margin: 0; padding-right: 50px; } .footer-2 ul li a { - color: #fff; + color: #ddd; font-size: 13px; font-weight: 400; } @@ -1112,19 +1114,23 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { } #copyright { - background: #333; + background: #bbb; } #copyright p { line-height: 42px; - color: #fff; + color: #ddd; margin: 0; } #copyright p a { - color: #fff; + color: #ddd; } #copyright p a:hover { color: #00b4d9; } + +.navbar-name { + color: #ccc; +} diff --git a/assets/img/.DS_Store b/assets/img/.DS_Store deleted file mode 100644 index 5fe05bd..0000000 Binary files a/assets/img/.DS_Store and /dev/null differ diff --git a/assets/img/about/.DS_Store b/assets/img/about/.DS_Store deleted file mode 100644 index 1d1963c..0000000 Binary files a/assets/img/about/.DS_Store and /dev/null differ diff --git a/assets/img/background/.DS_Store b/assets/img/background/.DS_Store deleted file mode 100644 index fb36db8..0000000 Binary files a/assets/img/background/.DS_Store and /dev/null differ diff --git a/assets/img/gallery/.DS_Store b/assets/img/gallery/.DS_Store deleted file mode 100755 index 2429e7e..0000000 Binary files a/assets/img/gallery/.DS_Store and /dev/null differ diff --git a/assets/img/logo.png b/assets/img/logo.png deleted file mode 100644 index efa09a3..0000000 Binary files a/assets/img/logo.png and /dev/null differ diff --git a/assets/img/logo_datacenter.jpg b/assets/img/logo_datacenter.jpg new file mode 100644 index 0000000..7b212a8 Binary files /dev/null and b/assets/img/logo_datacenter.jpg differ diff --git a/assets/img/photo_web.png b/assets/img/photo_web.png new file mode 100755 index 0000000..d15cfe0 Binary files /dev/null and b/assets/img/photo_web.png differ diff --git a/assets/js/.DS_Store b/assets/js/.DS_Store deleted file mode 100644 index b5f67c9..0000000 Binary files a/assets/js/.DS_Store and /dev/null differ diff --git a/index.html b/index.html index 4147e92..0ba745c 100755 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - MeetMe - Resume Website Template + Geoffrey Montel - Page perso @@ -44,33 +44,35 @@ - + + +
-

Graphic Design

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse condi.

+

Archis Sécurisées

+

Niveaux de classification, mégadonnées (big-data), infrastructures on-premise, dans le nuage, hyperconvergées, sécurité de la donnée.

@@ -217,8 +216,8 @@
-

Business Branding

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse condi.

+

Réponse à incident

+

Intervention immédiate suite à une attaque informatique, animation de crise, DRP, aide à la décision.

@@ -229,8 +228,8 @@
-

Consultancy

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse condi.

+

Organisation de la SSI

+

Assistance RSSI, montage de SMSI, certification ISO27001

@@ -248,27 +247,34 @@ @@ -279,27 +285,27 @@ @@ -450,38 +456,7 @@
- -
-
-
-
250
-

Project Working

-
-
- -
-
-
-
950
-

Project Done

-
-
- -
-
-
-
150
-

Awards Received

-
-
- -
-
-
-
299
-

Happy Clients

-
-
+
@@ -494,34 +469,34 @@
-

Contact Form

+

Contactez-moi

- +
- +
- +
- +
- +
@@ -532,34 +507,29 @@
-
- -
@@ -573,23 +543,20 @@