This commit is contained in:
Kevin Tessier 2019-06-02 17:29:17 +02:00
parent 1f449767a6
commit 66d9db4950
9 changed files with 36 additions and 34 deletions

View File

@ -9,7 +9,7 @@ RewriteEngine On
# along the lines of: RewriteBase /<your_sub_folder>
##
# RewriteBase /
RewriteBase /
## End - RewriteBase

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@ gulp.task('build', function() {
.on('error', sass.logError)
)
.pipe(sourcemaps.write())
.pipe(autoprefixer())
.pipe(autoprefixer())
.pipe(gulp.dest(dest_dir))
.pipe(csscomb())
.pipe(cleancss())

View File

@ -280,14 +280,20 @@
}
},
"browserslist": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.3.6.tgz",
"integrity": "sha512-kMGKs4BTzRWviZ8yru18xBpx+CyHG9eqgRbj9XbE3IMgtczf4aiA0Y1YCpVdvUieKGZ03kolSPXqTcscBCb9qw==",
"dev": true,
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.6.1.tgz",
"integrity": "sha512-1MC18ooMPRG2UuVFJTHFIAkk6mpByJfxCrnUyvSlu/hyQSFHMrlhM02SzNuCV+quTP4CKmqtOMAIjrifrpBJXQ==",
"requires": {
"caniuse-lite": "^1.0.30000921",
"electron-to-chromium": "^1.3.92",
"node-releases": "^1.1.1"
"caniuse-lite": "^1.0.30000971",
"electron-to-chromium": "^1.3.137",
"node-releases": "^1.1.21"
},
"dependencies": {
"caniuse-lite": {
"version": "1.0.30000971",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000971.tgz",
"integrity": "sha512-TQFYFhRS0O5rdsmSbF1Wn+16latXYsQJat66f7S7lizXW1PVpWJeZw9wqqVLIjuxDRz7s7xRUj13QCfd8hKn6g=="
}
}
},
"builtin-modules": {
@ -313,10 +319,7 @@
}
},
"caniuse-lite": {
"version": "1.0.30000921",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000921.tgz",
"integrity": "sha512-Bu09ciy0lMWLgpYC77I0YGuI8eFRBPPzaSOYJK1jTI64txCphYCqnWbxJYjHABYVt/TYX/p3jNjLBR87u1Bfpw==",
"dev": true
"version": "file:node_modules/caniuse-lite"
},
"caseless": {
"version": "0.12.0",
@ -630,10 +633,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.94",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.94.tgz",
"integrity": "sha512-miQqXALb6eBD3OetCtg3UM5XTLMwHISux0l6mh14iiV5SE+qvftgOCXT9Vvp53fWaCLET4sfA/SmIMYHXkaNmw==",
"dev": true
"version": "1.3.142",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.142.tgz",
"integrity": "sha512-GLOB/wAA2g9l5Hwg1XrPqd6br2WNOPIY8xl/q+g5zZdv3b5fB69oFOooxKxc0DfDfDS1RqaF6hKjwt6v4fuFUw=="
},
"error-ex": {
"version": "1.3.2",
@ -1631,19 +1633,17 @@
}
},
"node-releases": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.1.tgz",
"integrity": "sha512-2UXrBr6gvaebo5TNF84C66qyJJ6r0kxBObgZIDX3D3/mt1ADKiHux3NJPWisq0wxvJJdkjECH+9IIKYViKj71Q==",
"dev": true,
"version": "1.1.22",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.22.tgz",
"integrity": "sha512-O6XpteBuntW1j86mw6LlovBIwTe+sO2+7vi9avQffNeIW4upgnaCVm6xrBWH+KATz7mNNRNNeEpuWB7dT6Cr3w==",
"requires": {
"semver": "^5.3.0"
},
"dependencies": {
"semver": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz",
"integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==",
"dev": true
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz",
"integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA=="
}
}
},

View File

@ -40,6 +40,8 @@
"Explorer >= 10"
],
"dependencies": {
"browserslist": "^4.6.1",
"caniuse-lite": "file:node_modules/caniuse-lite",
"gulp-sourcemaps": "^2.6.4",
"uglify-js": "^3.5.12"
}

View File

@ -404,7 +404,7 @@
.sidebar{
position: absolute;
right: 0;
width: 300px;
width: 20%;
margin: -55px auto 0 20px;
h2{
background: $red;
@ -844,7 +844,7 @@
color: white;
}
img{
margin-top: 10px;
margin-top: 10px;
width: 50px;
}
}
@ -859,7 +859,7 @@
@include inlineflex;
width: 90%;
flex-direction: row-reverse;
justify-content: start;
// justify-content: start;
& > p{
font-size: 1.2rem;
font-family: $Bold;

View File

@ -73,6 +73,7 @@ function slide() {
pager:false,
auto:true,
});
}
function links() {
@ -147,7 +148,6 @@ function burger() {
});
}
jQuery(document).ready(function(){
addclass();
clickbutton();

View File

@ -35,10 +35,10 @@ header{
text-align: center;
max-width: 250px;
&>a{
white-space: nowrap;
line-height: 6rem;
border-top: 1px solid $light-blue;
border-bottom: 3px solid $green;
}
padding: 0 20px;
& > ul{