Few changes:
* Content tuned * Dark theme added * Unnecessary items removed
This commit is contained in:
parent
06d1663bde
commit
87b80d1007
BIN
assets/.DS_Store
vendored
BIN
assets/.DS_Store
vendored
Binary file not shown.
BIN
assets/css/.DS_Store
vendored
BIN
assets/css/.DS_Store
vendored
Binary file not shown.
@ -4,7 +4,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #fff;
|
background: #181a1b;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: "Source Sans Pro", sans-serif;
|
font-family: "Source Sans Pro", sans-serif;
|
||||||
@ -12,7 +12,7 @@ body {
|
|||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
color: #666;
|
color: #aaa;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
@ -64,7 +64,7 @@ ul li, ol li {
|
|||||||
.hero-heading {
|
.hero-heading {
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
letter-spacing: 0.1rem;
|
letter-spacing: 0.1rem;
|
||||||
@ -99,7 +99,7 @@ ul li, ol li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
color: #252525;
|
color: #bbb;
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
@ -115,7 +115,7 @@ ul li, ol li {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
-webkit-transition: all 0.2s linear;
|
-webkit-transition: all 0.2s linear;
|
||||||
@ -129,7 +129,7 @@ ul li, ol li {
|
|||||||
.btn:active {
|
.btn:active {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-common {
|
.btn-common {
|
||||||
@ -139,7 +139,7 @@ ul li, ol li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-common:hover {
|
.btn-common:hover {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
background-color: #21cff3;
|
background-color: #21cff3;
|
||||||
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
|
||||||
transition: all .2s ease-in-out;
|
transition: all .2s ease-in-out;
|
||||||
@ -157,14 +157,14 @@ ul li, ol li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-border {
|
.btn-border {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-border:hover {
|
.btn-border:hover {
|
||||||
border: 1px solid #fff;
|
border: 1px solid #ddd;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
background-color: rgba(255, 255, 255, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -193,7 +193,7 @@ button:focus {
|
|||||||
|
|
||||||
.social-icon li a {
|
.social-icon li a {
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #fff;
|
background: #ddd;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
@ -209,7 +209,7 @@ button:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.social-icon li a:hover {
|
.social-icon li a:hover {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icon li .facebook:hover {
|
.social-icon li .facebook:hover {
|
||||||
@ -247,7 +247,7 @@ a.back-to-top i {
|
|||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
background: #00b4d9;
|
background: #00b4d9;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -264,7 +264,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
|
|
||||||
#loader {
|
#loader {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: #fff;
|
background: #ddd;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -289,7 +289,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#about .img-thumb img {
|
#about .img-thumb img {
|
||||||
border: 8px solid #fff;
|
border: 8px solid #ddd;
|
||||||
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
|
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 {
|
.about-profile .pro-title {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #040404;
|
color: #e8e6e3;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -366,14 +366,14 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
.counter-section .counter p {
|
.counter-section .counter p {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.counter-section .counter .counterUp {
|
.counter-section .counter .counterUp {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
font-size: 42px;
|
font-size: 42px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@ -397,11 +397,12 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.timeline li .content-text {
|
.timeline li .content-text {
|
||||||
background: #f2f2f2;
|
background: #222;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeline li .line-title {
|
.timeline li .line-title {
|
||||||
|
color: #ddd;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 6px;
|
line-height: 6px;
|
||||||
}
|
}
|
||||||
@ -413,7 +414,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.timeline li .line-text {
|
.timeline li .line-text {
|
||||||
color: #888;
|
color: rgb(157, 148, 136);
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -438,7 +439,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
margin-left: -35px;
|
margin-left: -35px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
background: #fff;
|
background: #ddd;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
@ -453,7 +454,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
margin: -12px -55px;
|
margin: -12px -55px;
|
||||||
background: #00b4d9;
|
background: #00b4d9;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -465,7 +466,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.top-nav-collapse {
|
.top-nav-collapse {
|
||||||
background: #fff;
|
background: rgb(24, 26, 27);
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
top: 0px !important;
|
top: 0px !important;
|
||||||
min-height: 58px;
|
min-height: 58px;
|
||||||
@ -476,7 +477,6 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
-webkit-animation-name: fadeInDown;
|
-webkit-animation-name: fadeInDown;
|
||||||
animation-name: fadeInDown;
|
animation-name: fadeInDown;
|
||||||
background: #fff !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-nav-collapse .navbar-brand {
|
.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 {
|
.top-nav-collapse .navbar-nav .nav-link {
|
||||||
color: #333 !important;
|
color: #aaa !important;
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
@ -503,7 +503,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.indigo {
|
.indigo {
|
||||||
background: #fff;
|
background: rgb(24, 26, 27);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-bg {
|
.menu-bg {
|
||||||
@ -524,7 +524,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-expand-lg .navbar-nav .nav-link {
|
.navbar-expand-lg .navbar-nav .nav-link {
|
||||||
color: #333;
|
color: #aaa;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
padding: 0 17px;
|
padding: 0 17px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
@ -564,7 +564,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
min-width: 210px;
|
min-width: 210px;
|
||||||
background-color: #fff;
|
background-color: #181a1b;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
-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;
|
margin-left: -5px;
|
||||||
border-right: 10px solid transparent;
|
border-right: 10px solid transparent;
|
||||||
border-left: 10px solid transparent;
|
border-left: 10px solid transparent;
|
||||||
border-bottom: 10px solid #fff;
|
border-bottom: 10px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown:hover .dropdown-menu {
|
.dropdown:hover .dropdown-menu {
|
||||||
@ -605,7 +605,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333;
|
color: #aaa;
|
||||||
border-bottom: 1px solid #f1f1f1;
|
border-bottom: 1px solid #f1f1f1;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -693,7 +693,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
.slicknav_nav .active a {
|
.slicknav_nav .active a {
|
||||||
background: #E91E63;
|
background: #E91E63;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
.slicknav_nav a:hover,
|
.slicknav_nav a:hover,
|
||||||
.slicknav_nav a:focus,
|
.slicknav_nav a:focus,
|
||||||
@ -708,12 +708,12 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
3. Hero Area
|
3. Hero Area
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
.hero-area-bg {
|
.hero-area-bg {
|
||||||
background: url(../img/hero-area.jpg) no-repeat;
|
background: url(../img/logo_datacenter.jpg) no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hero-area {
|
#hero-area {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -737,7 +737,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#hero-area .contents .head-title {
|
#hero-area .contents .head-title {
|
||||||
color: #fff;
|
color: #bbb;
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
letter-spacing: 10px;
|
letter-spacing: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -746,7 +746,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
|
|
||||||
#hero-area .contents p {
|
#hero-area .contents p {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #fff;
|
color: #bbb;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
@ -762,7 +762,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#hero-area .banner_bottom_btn i {
|
#hero-area .banner_bottom_btn i {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
-webkit-transition: all 0.2s linear;
|
-webkit-transition: all 0.2s linear;
|
||||||
-moz-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
|
Portfolio Section
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
#portfolios {
|
#portfolios {
|
||||||
background: #f2f2f2;
|
background: rgb(31, 34, 35);
|
||||||
}
|
}
|
||||||
|
|
||||||
#portfolios .mix {
|
#portfolios .mix {
|
||||||
@ -807,7 +807,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
.controls .btn {
|
.controls .btn {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls:hover {
|
.controls:hover {
|
||||||
@ -827,7 +827,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
.shot-item {
|
.shot-item {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #fff;
|
background: #ddd;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -872,7 +872,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
-webkit-transition: all 0.5s ease-in-out;
|
-webkit-transition: all 0.5s ease-in-out;
|
||||||
-moz-transition: all 0.5s ease-in-out;
|
-moz-transition: all 0.5s ease-in-out;
|
||||||
transition: all 0.5s ease-in-out;
|
transition: all 0.5s ease-in-out;
|
||||||
background: #fff;
|
background: #ddd;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -880,7 +880,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 45%;
|
left: 45%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay .link {
|
.overlay .link {
|
||||||
@ -888,7 +888,7 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
left: 60%;
|
left: 60%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shot-item:hover .overlay {
|
.shot-item:hover .overlay {
|
||||||
@ -896,23 +896,23 @@ a.back-to-top:hover, a.back-to-top:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:not([href]):not([tabindex]) {
|
a:not([href]):not([tabindex]) {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Services Item */
|
/* Services Item */
|
||||||
.services {
|
.services {
|
||||||
background: #F0F0F0;
|
background: rgb(32, 35, 37);
|
||||||
}
|
}
|
||||||
|
|
||||||
.services-item {
|
.services-item {
|
||||||
background: #fff;
|
background: rgb(24,26,27);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 48px 20px;
|
padding: 48px 20px;
|
||||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
|
box-shadow: 0px 0px 10px #ddd2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: all 0.3s ease-in-out 0s;
|
transition: all 0.3s ease-in-out 0s;
|
||||||
-moz-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 {
|
.services-item .services-content h3 a {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #666;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.services-item .services-content h3 a:hover {
|
.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 {
|
.form-control {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
background-color: #181a1b;
|
||||||
|
color: rgb(233, 227, 227);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
-webkit-transition: all 0.3s;
|
-webkit-transition: all 0.3s;
|
||||||
-moz-transition: all 0.3s;
|
-moz-transition: all 0.3s;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
@ -976,7 +978,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contact-form-area {
|
.contact-form-area {
|
||||||
background: #fff;
|
background: rgb(24, 26, 27);
|
||||||
box-shadow: 0 0 30px #ededed;
|
box-shadow: 0 0 30px #ededed;
|
||||||
padding: 60px 40px;
|
padding: 60px 40px;
|
||||||
}
|
}
|
||||||
@ -988,7 +990,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
|||||||
|
|
||||||
.footer-right-contact {
|
.footer-right-contact {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #666;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -996,7 +998,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
|||||||
margin: 10px 22px;
|
margin: 10px 22px;
|
||||||
padding: 3px 55px;
|
padding: 3px 55px;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #666;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-right-contact .single-contact p {
|
.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 {
|
.footer-right-contact .single-contact p a {
|
||||||
color: #666;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-right-contact .contact-icon {
|
.footer-right-contact .contact-icon {
|
||||||
background: #00b4d9;
|
background: #00b4d9;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
@ -1044,7 +1046,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
|||||||
#conatiner-map {
|
#conatiner-map {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #fff;
|
background-color: #181a1b;
|
||||||
height: 370px;
|
height: 370px;
|
||||||
-webkit-transition: all 0.3s;
|
-webkit-transition: all 0.3s;
|
||||||
-moz-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 {
|
.footer-area .footer-text p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-area .footer-text p a {
|
.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 {
|
.footer-area .footer-text .nav-inline .nav-link {
|
||||||
padding: 11px 7px;
|
padding: 11px 7px;
|
||||||
color: #888;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-area .footer-text .nav-inline .nav-link:hover {
|
.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 {
|
.footer-2 h3 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
@ -1095,14 +1097,14 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
|||||||
|
|
||||||
.footer-2 p {
|
.footer-2 p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-right: 50px;
|
padding-right: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-2 ul li a {
|
.footer-2 ul li a {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
@ -1112,19 +1114,23 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#copyright {
|
#copyright {
|
||||||
background: #333;
|
background: #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
#copyright p {
|
#copyright p {
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#copyright p a {
|
#copyright p a {
|
||||||
color: #fff;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#copyright p a:hover {
|
#copyright p a:hover {
|
||||||
color: #00b4d9;
|
color: #00b4d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-name {
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
|
|||||||
BIN
assets/img/.DS_Store
vendored
BIN
assets/img/.DS_Store
vendored
Binary file not shown.
BIN
assets/img/about/.DS_Store
vendored
BIN
assets/img/about/.DS_Store
vendored
Binary file not shown.
BIN
assets/img/background/.DS_Store
vendored
BIN
assets/img/background/.DS_Store
vendored
Binary file not shown.
BIN
assets/img/gallery/.DS_Store
vendored
BIN
assets/img/gallery/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB |
BIN
assets/img/logo_datacenter.jpg
Normal file
BIN
assets/img/logo_datacenter.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
assets/img/photo_web.png
Executable file
BIN
assets/img/photo_web.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 545 KiB |
BIN
assets/js/.DS_Store
vendored
BIN
assets/js/.DS_Store
vendored
Binary file not shown.
207
index.html
207
index.html
@ -5,7 +5,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
||||||
<title>MeetMe - Resume Website Template</title>
|
<title>Geoffrey Montel - Page perso</title>
|
||||||
|
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" >
|
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" >
|
||||||
@ -44,33 +44,35 @@
|
|||||||
<span class="icon-menu"></span>
|
<span class="icon-menu"></span>
|
||||||
<span class="icon-menu"></span>
|
<span class="icon-menu"></span>
|
||||||
</button>
|
</button>
|
||||||
<a href="index.html" class="navbar-brand"><img src="assets/img/logo.png" alt=""></a>
|
<a href="index.html" class="navbar-brand">
|
||||||
|
<div class="navbar-name">Geoffrey Montel</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
<ul class="onepage-nev navbar-nav mr-auto w-100 justify-content-end clearfix">
|
<ul class="onepage-nev navbar-nav mr-auto w-100 justify-content-end clearfix">
|
||||||
<li class="nav-item active">
|
<li class="nav-item active">
|
||||||
<a class="nav-link" href="#hero-area">
|
<a class="nav-link" href="#hero-area">
|
||||||
Home
|
Accueil
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#about">
|
<a class="nav-link" href="#about">
|
||||||
About
|
À propos de moi
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#services">
|
<a class="nav-link" href="#services">
|
||||||
Services
|
Emploi
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#resume">
|
<a class="nav-link" href="#resume">
|
||||||
Resume
|
CV
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#portfolios">
|
<a class="nav-link" href="#portfolios">
|
||||||
Work
|
Compétences
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
@ -85,19 +87,19 @@
|
|||||||
<!-- Mobile Menu Start -->
|
<!-- Mobile Menu Start -->
|
||||||
<ul class="onepage-nev mobile-menu">
|
<ul class="onepage-nev mobile-menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="#home">Home</a>
|
<a href="#home">Accueil</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#about">about</a>
|
<a href="#about">À propos</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#services">Services</a>
|
<a href="#services">Emploi</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#resume">resume</a>
|
<a href="#resume">CV</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#portfolio">Work</a>
|
<a href="#portfolio">Compétences</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#contact">Contact</a>
|
<a href="#contact">Contact</a>
|
||||||
@ -114,28 +116,25 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12 col-sm-12 text-center">
|
<div class="col-md-12 col-sm-12 text-center">
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<h5 class="script-font wow fadeInUp" data-wow-delay="0.2s">Hi This is</h5>
|
<h5 class="script-font wow fadeInUp" data-wow-delay="0.2s">Site perso de</h5>
|
||||||
<h2 class="head-title wow fadeInUp" data-wow-delay="0.4s">Tom Saulnier</h2>
|
<h2 class="head-title wow fadeInUp" data-wow-delay="0.4s">Geoffrey Montel</h2>
|
||||||
<p class="script-font wow fadeInUp" data-wow-delay="0.6s">Front-end Web Developer and Graphic Designer</p>
|
<p class="script-font wow fadeInUp" data-wow-delay="0.6s">Passionné d'informatique et de cybersécurité</p>
|
||||||
<ul class="social-icon wow fadeInUp" data-wow-delay="0.8s">
|
<ul class="social-icon wow fadeInUp" data-wow-delay="0.8s">
|
||||||
<li>
|
<li>
|
||||||
<a class="facebook" href="#"><i class="icon-social-facebook"></i></a>
|
<a class="linkedin" href="https://github.com/moutonjr"><i class="icon-social-linkedin"></i></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="twitter" href="#"><i class="icon-social-twitter"></i></a>
|
<a class="github" href="https://github.com/moutonjr"><i class="icon-social-github"></i></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="instagram" href="#"><i class="icon-social-instagram"></i></a>
|
<a class="reddit" href="https://www.reddit.com/u/bokrass"><i class="icon-social-reddit"></i></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="linkedin" href="#"><i class="icon-social-linkedin"></i></a>
|
<a class="stumbleupon" href="https://mix.com/geoffmntl"><i class="icon-social-stumbleupon"></i></a>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="google" href="#"><i class="icon-social-google"></i></a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="header-button wow fadeInUp" data-wow-delay="1s">
|
<div class="header-button wow fadeInUp" data-wow-delay="1s">
|
||||||
<a href="#" class="btn btn-common">Get a Free Quote</a>
|
<a href="#" class="btn btn-common">J'ai besoin d'aide cyber</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -153,27 +152,27 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||||
<div class="img-thumb wow fadeInLeft" data-wow-delay="0.3s">
|
<div class="img-thumb wow fadeInLeft" data-wow-delay="0.3s">
|
||||||
<img class="img-fluid" src="assets/img/about/about-1.jpg" alt="">
|
<img class="img-fluid" src="assets/img/photo_web.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||||
<div class="profile-wrapper wow fadeInRight" data-wow-delay="0.3s">
|
<div class="profile-wrapper wow fadeInRight" data-wow-delay="0.3s">
|
||||||
<h3>Hi Guys!</h3>
|
<h3>Bonjour à vous!</h3>
|
||||||
<p>Est diam venenatis arcu lacus ad. Duis quis eros. Cursus et rutrum eleifend sollicitudin lacinia justo id turpis. Nec convallis integer. Odio eget duis. Nulla aenean et. Blandit varius sollicitudin. Pellentesque leo primis neque urna magnis. Elit ut sollicitudin. Et est a nam dolores eget itaque sagittis et parturient duis est eleifend sociis rutrum odio viverra integer.</p>
|
<p>Depuis tout petit, l'informatique me fascine : elle est capable d'anéantir les tâches administratives répétitives et donne à l'Homme l'opportunité de décider, de créer et de contrôler efficacement. La sécurité, je l'appréhende depuis 10 ans sous toutes ces facettes d'ingéniérie : <strong>techniques</strong> (hacking, développement), <strong>tactiques</strong> ( monter des architectures, des services efficaces de gestion du risque et de sécurité opérationnelle ), <strong>fonctionnelles</strong> (analyses de risques, politiques de sécurité) et <strong>stratégiques</strong> (comment orchestrer la sécurité dans une grande structure). C'est l'intrication des compétences et des connaissances qui m'intéresse, et qui me fait lever chaque matin. <strong>Apprendre, et faire évoluer.</strong></p>
|
||||||
<div class="about-profile">
|
<div class="about-profile">
|
||||||
<ul class="admin-profile">
|
<ul class="admin-profile">
|
||||||
<li><span class="pro-title"> Name </span> <span class="pro-detail">Tom Saulnier</span></li>
|
<li><span class="pro-title"> Nom </span> <span class="pro-detail">Geoffrey Montel</span></li>
|
||||||
<li><span class="pro-title"> Age </span> <span class="pro-detail">25 Years</span></li>
|
<li><span class="pro-title"> Âge </span> <span class="pro-detail">30 ans</span></li>
|
||||||
<li><span class="pro-title"> Experience </span> <span class="pro-detail">4 Years</span></li>
|
<li><span class="pro-title"> Expérience </span> <span class="pro-detail">8 Years</span></li>
|
||||||
<li><span class="pro-title"> Country </span> <span class="pro-detail">USA</span></li>
|
<li><span class="pro-title"> Emploi </span> <span class="pro-detail">Consulant manager chez FORMIND</span></li>
|
||||||
<li><span class="pro-title"> Location </span> <span class="pro-detail">San Francisco, CA</span></li>
|
<li><span class="pro-title"> Pays </span> <span class="pro-detail">France</span></li>
|
||||||
<li><span class="pro-title"> e-mail </span> <span class="pro-detail">email@example.com</span></li>
|
<li><span class="pro-title"> Ville </span> <span class="pro-detail">Poissy, Île de France</span></li>
|
||||||
<li><span class="pro-title"> Phone </span> <span class="pro-detail">+ (00) 123 456 789</span></li>
|
<li><span class="pro-title"> Courriel </span> <span class="pro-detail">geoffrey.montel[at]jserv.fr</span></li>
|
||||||
<li><span class="pro-title"> Freelance </span> <span class="pro-detail">Available</span></li>
|
<li><span class="pro-title"> Téléphone </span> <span class="pro-detail">+ (33) -six- 98674425</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<a href="#" class="btn btn-common"><i class="icon-paper-clip"></i> Download Resume</a>
|
<a href="https://github.com/moutonjr/CV_LaTeX/releases/latest/download/CV_Montel.pdf" class="btn btn-common"><i class="icon-paper-clip"></i>Téléchargez mon CV</a>
|
||||||
<a href="#" class="btn btn-danger"><i class="icon-speech"></i> Contact Me</a>
|
<a href="mailto:contact-cv@jserv.fr" class="btn btn-danger"><i class="icon-speech"></i> Contactez-moi</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -183,7 +182,7 @@
|
|||||||
|
|
||||||
<!-- Services Section Start -->
|
<!-- Services Section Start -->
|
||||||
<section id="services" class="services section-padding">
|
<section id="services" class="services section-padding">
|
||||||
<h2 class="section-title wow flipInX" data-wow-delay="0.4s">What I do</h2>
|
<h2 class="section-title wow flipInX" data-wow-delay="0.4s">Mon quotidien</h2>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Services item -->
|
<!-- Services item -->
|
||||||
@ -193,8 +192,8 @@
|
|||||||
<i class="icon-grid"></i>
|
<i class="icon-grid"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="services-content">
|
<div class="services-content">
|
||||||
<h3><a href="#">Front-end Development</a></h3>
|
<h3><a href="#">Conseil en "SecOp"</a></h3>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse condi.</p>
|
<p>Entendre: sécurité opérationnelle. Entre autres: monter un SOC, CERT ou CSIRT, optimiser la réponse à incident, feuille de routes techniques et opérationnelles SecOp.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -205,8 +204,8 @@
|
|||||||
<i class="icon-layers"></i>
|
<i class="icon-layers"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="services-content">
|
<div class="services-content">
|
||||||
<h3><a href="#">Graphic Design</a></h3>
|
<h3><a href="#">Archis Sécurisées</a></h3>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse condi.</p>
|
<p>Niveaux de classification, mégadonnées (big-data), infrastructures on-premise, dans le nuage, hyperconvergées, sécurité de la donnée.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -217,8 +216,8 @@
|
|||||||
<i class="icon-briefcase"></i>
|
<i class="icon-briefcase"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="services-content">
|
<div class="services-content">
|
||||||
<h3><a href="#">Business Branding</a></h3>
|
<h3><a href="#">Réponse à incident</a></h3>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse condi.</p>
|
<p>Intervention immédiate suite à une attaque informatique, animation de crise, DRP, aide à la décision.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -229,8 +228,8 @@
|
|||||||
<i class="icon-bubbles"></i>
|
<i class="icon-bubbles"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="services-content">
|
<div class="services-content">
|
||||||
<h3><a href="#">Consultancy</a></h3>
|
<h3><a href="#">Organisation de la SSI</a></h3>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse condi.</p>
|
<p>Assistance RSSI, montage de SMSI, certification ISO27001</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -248,27 +247,34 @@
|
|||||||
<ul class="timeline">
|
<ul class="timeline">
|
||||||
<li>
|
<li>
|
||||||
<i class="icon-graduation"></i>
|
<i class="icon-graduation"></i>
|
||||||
<h2 class="timelin-title">Education</h2>
|
<h2 class="timelin-title">Formation</h2>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="content-text">
|
<div class="content-text">
|
||||||
<h3 class="line-title">Bsc In CSE - Yale University</h3>
|
<h3 class="line-title">Certification ISC² CISSP</h3>
|
||||||
<span>2012 - 2016</span>
|
<span>2021</span>
|
||||||
<p class="line-text">Expenses as material breeding insisted building to in. Continual so distrusts pronounce by unwilling listening. Thing do taste on we manor.</p>
|
<p class="line-text">J'aspire bien à avoir ce <i>must have</i> de la sécurité pour me prouver la transversalité de mes connaissances.</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="content-text">
|
<div class="content-text">
|
||||||
<h3 class="line-title">Higher Secondary School - San Francisco College</h3>
|
<h3 class="line-title">ISO27001:2013 Lead Auditor par LSTI</h3>
|
||||||
<span>2010 - 2012</span>
|
<span>2017</span>
|
||||||
<p class="line-text">Expenses as material breeding insisted building to in. Continual so distrusts pronounce by unwilling listening. Thing do taste on we manor.</p>
|
<p class="line-text">Cette certification m'a permis de monter la marche de l'analyse fonctionnelle de la SSI. Elle permet d'auditer, donc de comprendre, le montage d'un système de management pour la sécurité de l'information.</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="content-text">
|
<div class="content-text">
|
||||||
<h3 class="line-title">Secondary School - Labratory High School</h3>
|
<h3 class="line-title">Ingénieur Supélec, option "Systèmes d'Information Sécurisés"</h3>
|
||||||
<span>2005 - 2010</span>
|
<span>2010-2013</span>
|
||||||
<p class="line-text">Expenses as material breeding insisted building to in. Continual so distrusts pronounce by unwilling listening. Thing do taste on we manor.</p>
|
<p class="line-text">Maintenant "CentraleSupélec", un des meilleurs diplômes d'ingénieur de France pour faire de l'ingéniérie en cybersécurité.</p>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<div class="content-text">
|
||||||
|
<h3 class="line-title">Classes préparatoires, PC*, lycée la Martinière Monplaisir, Lyon 7</h3>
|
||||||
|
<span>2008-2010</span>
|
||||||
|
<p class="line-text">Lire "PC flocon", un grand moment de challenge intellectuel dans les mathématiques, la physique et la chimie ; et d'humanité à l'internat de ce lycée.</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -279,27 +285,27 @@
|
|||||||
<ul class="timeline">
|
<ul class="timeline">
|
||||||
<li>
|
<li>
|
||||||
<i class="icon-briefcase"></i>
|
<i class="icon-briefcase"></i>
|
||||||
<h2 class="timelin-title">Experience</h2>
|
<h2 class="timelin-title">Expérience</h2>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="content-text">
|
<div class="content-text">
|
||||||
<h3 class="line-title">Art Director - Tesla Inc.</h3>
|
<h3 class="line-title">Consultant Manager chez Formind</h3>
|
||||||
<span>Jan 2018 - Present</span>
|
<span>Fév. 2018 - Maintenant</span>
|
||||||
<p class="line-text">Expenses as material breeding insisted building to in. Continual so distrusts pronounce by unwilling listening. Thing do taste on we manor.</p>
|
<p class="line-text">J'ai commencé dans ce cabinet de conseil en tant que consultant, merci encore à Formind de m'avoir laissé la chance d'évoluer. Un manager gère en plus de son activité de conseil, une équipe de 10 consultants d'horizons et d'expériences variés, suivre leur carrière, leur proposer des missions intéressantes, et les grandir dans leur passion cyber (oui, ils sont passionnés).</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="content-text">
|
<div class="content-text">
|
||||||
<h3 class="line-title">UX/UI Designer - Samsung</h3>
|
<h3 class="line-title">Ingénieur cybersécurité mégadonnées, Thales</h3>
|
||||||
<span>Nov 2016 - Dec 2017</span>
|
<span>Nov 2016 - Fév 2018</span>
|
||||||
<p class="line-text">Expenses as material breeding insisted building to in. Continual so distrusts pronounce by unwilling listening. Thing do taste on we manor.</p>
|
<p class="line-text">À force d'intégrer des infrastructures autour du produit de gestion d'évènements PunchPlatform, j'ai été très intéressé par leur orientation logicielle. J'ai apporté des cas d'utilisation de cybersécurité dans cette équipe qui montait en compétence sur l'IA, ai installé des architectures bug-data pour de la sécurité; et ai surtout appris de la part de séniors du développement logiciel les arcanes du développement du XXIe siècle.</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="content-text">
|
<div class="content-text">
|
||||||
<h3 class="line-title">Intern UI Designer - UIdeck</h3>
|
<h3 class="line-title">Référent d'infrastructure SOC, Thales</h3>
|
||||||
<span>Mar 2015 - Oct 2016</span>
|
<span>2013 - Oct 2016</span>
|
||||||
<p class="line-text">Expenses as material breeding insisted building to in. Continual so distrusts pronounce by unwilling listening. Thing do taste on we manor.</p>
|
<p class="line-text">Dans un SOC à croissance exponentielle, je me suis tourné vers l'infrastructure, et ai dirigé techniquement sa mise en place, puis ai eu un rôle de chef de prod. Le large panel des compétences demandées était passionnant: nous construisions de la spécification à l'installation réelle, du réseau, stockage, systèmes, cirtualisation, résilience et haute disponibilité, voire même d'urbanisation en datacenter ! Un bon moment de ma vie pro.</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -450,38 +456,7 @@
|
|||||||
<section class="counter-section section-padding">
|
<section class="counter-section section-padding">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Counter Item -->
|
<!-- TODO ajouter ici les recos clients -->
|
||||||
<div class="col-md-3 col-sm-6 work-counter-widget text-center">
|
|
||||||
<div class="counter wow fadeInDown" data-wow-delay="0.3s">
|
|
||||||
<div class="icon"><i class="icon-briefcase"></i></div>
|
|
||||||
<div class="counterUp">250</div>
|
|
||||||
<p>Project Working</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Counter Item -->
|
|
||||||
<div class="col-md-3 col-sm-6 work-counter-widget text-center">
|
|
||||||
<div class="counter wow fadeInDown" data-wow-delay="0.6s">
|
|
||||||
<div class="icon"><i class="icon-check"></i></div>
|
|
||||||
<div class="counterUp">950</div>
|
|
||||||
<p>Project Done</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Counter Item -->
|
|
||||||
<div class="col-md-3 col-sm-6 work-counter-widget text-center">
|
|
||||||
<div class="counter wow fadeInDown" data-wow-delay="0.9s">
|
|
||||||
<div class="icon"><i class="icon-diamond"></i></div>
|
|
||||||
<div class="counterUp">150</div>
|
|
||||||
<p>Awards Received</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Counter Item -->
|
|
||||||
<div class="col-md-3 col-sm-6 work-counter-widget text-center">
|
|
||||||
<div class="counter wow fadeInDown" data-wow-delay="1.2s">
|
|
||||||
<div class="icon"><i class="icon-heart"></i></div>
|
|
||||||
<div class="counterUp">299</div>
|
|
||||||
<p>Happy Clients</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@ -494,34 +469,34 @@
|
|||||||
<div class="row contact-form-area wow fadeInUp" data-wow-delay="0.4s">
|
<div class="row contact-form-area wow fadeInUp" data-wow-delay="0.4s">
|
||||||
<div class="col-md-6 col-lg-6 col-sm-12">
|
<div class="col-md-6 col-lg-6 col-sm-12">
|
||||||
<div class="contact-block">
|
<div class="contact-block">
|
||||||
<h2>Contact Form</h2>
|
<h2>Contactez-moi</h2>
|
||||||
<form id="contactForm">
|
<form id="contactForm">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" class="form-control" id="name" name="name" placeholder="Name" required data-error="Please enter your name">
|
<input type="text" class="form-control" id="name" name="name" placeholder="Nom" required data-error="Please enter your name">
|
||||||
<div class="help-block with-errors"></div>
|
<div class="help-block with-errors"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" placeholder="Email" id="email" class="form-control" name="email" required data-error="Please enter your email">
|
<input type="text" placeholder="Adresse électronique" id="email" class="form-control" name="email" required data-error="Please enter your email">
|
||||||
<div class="help-block with-errors"></div>
|
<div class="help-block with-errors"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" placeholder="Subject" id="msg_subject" class="form-control" required data-error="Please enter your subject">
|
<input type="text" placeholder="Sujet" id="msg_subject" class="form-control" required data-error="Please enter your subject">
|
||||||
<div class="help-block with-errors"></div>
|
<div class="help-block with-errors"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<textarea class="form-control" id="message" placeholder="Your Message" rows="5" data-error="Write your message" required></textarea>
|
<textarea class="form-control" id="message" placeholder="Your Message" rows="5" data-error="Mettez votre message ici..." required></textarea>
|
||||||
<div class="help-block with-errors"></div>
|
<div class="help-block with-errors"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="submit-button">
|
<div class="submit-button">
|
||||||
<button class="btn btn-common" id="submit" type="submit">Send Message</button>
|
<button class="btn btn-common" id="submit" type="submit">Envoyer</button>
|
||||||
<div id="msgSubmit" class="h3 text-center hidden"></div>
|
<div id="msgSubmit" class="h3 text-center hidden"></div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
@ -532,34 +507,29 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 col-lg-6 col-sm-12">
|
<div class="col-md-6 col-lg-6 col-sm-12">
|
||||||
<div class="footer-right-area wow fadeIn">
|
<div class="footer-right-area wow fadeIn">
|
||||||
<h2>Contact Address</h2>
|
<h2>Autres modes de contact</h2>
|
||||||
<div class="footer-right-contact">
|
<div class="footer-right-contact">
|
||||||
<div class="single-contact">
|
<div class="single-contact">
|
||||||
<div class="contact-icon">
|
<div class="contact-icon">
|
||||||
<i class="fa fa-map-marker"></i>
|
<i class="fa fa-map-marker"></i>
|
||||||
</div>
|
</div>
|
||||||
<p>San Francisco, CA</p>
|
<p>Poissy, France</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="single-contact">
|
<div class="single-contact">
|
||||||
<div class="contact-icon">
|
<div class="contact-icon">
|
||||||
<i class="fa fa-envelope"></i>
|
<i class="fa fa-envelope"></i>
|
||||||
</div>
|
</div>
|
||||||
<p><a href="mailto:hello@tom.com">hello@tom.com</a></p>
|
<p><a href="mailto:contact@jserv.fr">contact@jserv.fr</a></p>
|
||||||
<p><a href="mailto:tomsaulnier@gmail.com">tomsaulnier@gmail.com</a></p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="single-contact">
|
<div class="single-contact">
|
||||||
<div class="contact-icon">
|
<div class="contact-icon">
|
||||||
<i class="fa fa-phone"></i>
|
<i class="fa fa-phone"></i>
|
||||||
</div>
|
</div>
|
||||||
<p><a href="#">+ (00) 123 456 789</a></p>
|
<p><a href="#">+ (33) -six- 99 29 38 93</a></p>
|
||||||
<p><a href="#">+ (00) 123 344 789</a></p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
|
||||||
<object style="border:0; height: 450px; width: 100%;" data="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d34015.943594576835!2d-106.43242624069771!3d31.677719472407432!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86e75d90e99d597b%3A0x6cd3eb9a9fcd23f1!2sCourtyard+by+Marriott+Ciudad+Juarez!5e0!3m2!1sen!2sbd!4v1533791187584"></object>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -574,22 +544,19 @@
|
|||||||
<div class="footer-text text-center wow fadeInDown" data-wow-delay="0.3s">
|
<div class="footer-text text-center wow fadeInDown" data-wow-delay="0.3s">
|
||||||
<ul class="social-icon">
|
<ul class="social-icon">
|
||||||
<li>
|
<li>
|
||||||
<a class="facebook" href="#"><i class="icon-social-facebook"></i></a>
|
<a class="linkedin" href="https://github.com/moutonjr"><i class="icon-social-linkedin"></i></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="twitter" href="#"><i class="icon-social-twitter"></i></a>
|
<a class="github" href="https://github.com/moutonjr"><i class="icon-social-github"></i></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="instagram" href="#"><i class="icon-social-instagram"></i></a>
|
<a class="reddit" href="https://www.reddit.com/u/bokrass"><i class="icon-social-reddit"></i></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="instagram" href="#"><i class="icon-social-linkedin"></i></a>
|
<a class="stumbleupon" href="https://mix.com/geoffmntl"><i class="icon-social-stumbleupon"></i></a>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="instagram" href="#"><i class="icon-social-google"></i></a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Copyright © 2018 UIdeck All Right Reserved</p>
|
<p>Fait par Geoffrey Montel sur le thème de UIdeck, Copyright © 2018 All Rights Reserved</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user