Function to upload site in ftp or sftp
This commit is contained in:
@@ -1,347 +0,0 @@
|
||||
body {
|
||||
font-family: 'Lora';
|
||||
background: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../img/background.jpg");
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Raleway';
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.text-faded {
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.site-heading {
|
||||
margin-top: 5rem;
|
||||
margin-bottom: 5rem;
|
||||
text-transform: uppercase;
|
||||
line-height: 1;
|
||||
font-family: 'Raleway';
|
||||
}
|
||||
|
||||
.site-heading .site-heading-upper {
|
||||
display: block;
|
||||
font-size: 2rem;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.site-heading .site-heading-lower {
|
||||
font-size: 4rem;
|
||||
font-weight: 100;
|
||||
line-height: 4rem;
|
||||
}
|
||||
|
||||
.page-section {
|
||||
margin-top: 5rem;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
.section-heading {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.section-heading .section-heading-upper {
|
||||
display: block;
|
||||
font-size: 1rem;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.section-heading .section-heading-lower {
|
||||
display: block;
|
||||
font-size: 1.75rem;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
.bg-faded {
|
||||
background-color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
#mainNav {
|
||||
background-color: rgba(47, 23, 15, 0.9);
|
||||
font-family: 'Raleway';
|
||||
}
|
||||
|
||||
#mainNav .navbar-brand {
|
||||
color: #e6a756;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav .nav-item .nav-link {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav .nav-item.active .nav-link {
|
||||
color: #e6a756;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
||||
|
||||
#mainNav .navbar-nav .nav-item .nav-link {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
#mainNav .navbar-nav .nav-item .nav-link:hover {
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
#mainNav .navbar-nav .nav-item.active .nav-link:hover {
|
||||
color: #e6a756;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-xl {
|
||||
font-weight: 700;
|
||||
font-size: 0.8rem;
|
||||
padding-top: 1.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.intro {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.intro .intro-img {
|
||||
width: 75%;
|
||||
float: right;
|
||||
}
|
||||
.intro .intro-text {
|
||||
left: 0;
|
||||
width: 60%;
|
||||
margin-top: 3rem;
|
||||
position: absolute;
|
||||
}
|
||||
.intro .intro-text .intro-button {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
bottom: -2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
.product-item .product-item-title {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-bottom: -3rem;
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.product-item .product-item-img {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
height: 50rem;
|
||||
/*max-width: 80vw;*/
|
||||
}
|
||||
|
||||
.product-item .product-item-description {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-top: -5rem;
|
||||
}
|
||||
|
||||
.carousel-item {
|
||||
height: 70rem;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
.intro .intro-text {
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
.cta {
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
background-color: rgba(230, 167, 86, 0.9);
|
||||
}
|
||||
|
||||
.cta .cta-inner {
|
||||
position: relative;
|
||||
padding: 3rem;
|
||||
margin: 0.5rem;
|
||||
background-color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.cta .cta-inner:before {
|
||||
border-radius: 0.5rem;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -0.5rem;
|
||||
bottom: -0.5rem;
|
||||
left: -0.5rem;
|
||||
right: -0.5rem;
|
||||
border: 0.25rem solid rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.about-heading .about-heading-img {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
.about-heading .about-heading-content {
|
||||
margin-top: -5rem;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
.section-heading .section-heading-upper {
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
|
||||
.section-heading .section-heading-lower {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
|
||||
.product-item .product-item-title {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
margin-bottom: -1rem;
|
||||
}
|
||||
|
||||
.product-item .product-item-img {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
max-width: 60vw;
|
||||
}
|
||||
|
||||
.product-item .product-item-description {
|
||||
position: relative;
|
||||
padding-top: 2rem;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.carousel-item {
|
||||
margin-top: -27rem;
|
||||
height: 60rem;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
.product-item .product-item-title {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-bottom: -3rem;
|
||||
}
|
||||
|
||||
.product-item .product-item-img {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
max-width: 80vw;
|
||||
max-height: 30rem;
|
||||
}
|
||||
|
||||
.product-item .product-item-description {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-left: 30%;
|
||||
margin-top: -0.5rem;
|
||||
width: 50vw;
|
||||
}
|
||||
|
||||
.carousel-item {
|
||||
margin-top: -10rem;
|
||||
height: 50rem;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.list-hours {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.list-hours .list-hours-item {
|
||||
border-bottom: 1px solid rgba(230, 167, 86, 0.5);
|
||||
padding-bottom: .25rem;
|
||||
margin-bottom: 1rem;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.list-hours .list-hours-item.today {
|
||||
font-weight: bold;
|
||||
color: #e6a756;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
||||
.list-hours {
|
||||
width: 50%;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.address strong {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: rgba(47, 23, 15, 0.9);
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #e6a756 !important;
|
||||
}
|
||||
|
||||
.carousel-caption {
|
||||
color: rgba(47, 23, 15, 0.9);
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: #e6a756 !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #e6a756;
|
||||
border-color: #e6a756;
|
||||
}
|
||||
|
||||
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
|
||||
background-color: #df902a;
|
||||
border-color: #df902a;
|
||||
}
|
||||
|
||||
.font-weight-light {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
|
||||
.carousel-item {
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.product-item .product-item-description {
|
||||
margin-top: -5rem;
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
#toolNav {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-top: 67px;
|
||||
border-top-color: currentcolor;
|
||||
border-color: black;
|
||||
}
|
||||
@@ -1,283 +0,0 @@
|
||||
body {
|
||||
font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-weight: 700;
|
||||
margin: 0 0 35px;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
margin: 0 0 25px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
p {
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
margin: 0 0 35px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
color: #42DCA3;
|
||||
}
|
||||
|
||||
a:focus, a:hover {
|
||||
text-decoration: none;
|
||||
color: #1d9b6c;
|
||||
}
|
||||
|
||||
#mainNav {
|
||||
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
margin-bottom: 0;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#mainNav .navbar-toggler {
|
||||
font-size: 14px;
|
||||
padding: 11px;
|
||||
color: white;
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
#mainNav .navbar-brand {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#mainNav a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav .nav-item {
|
||||
-webkit-transition: background 0.3s ease-in-out;
|
||||
-moz-transition: background 0.3s ease-in-out;
|
||||
transition: background 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav .nav-item:hover {
|
||||
color: fade(white, 80%);
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
#mainNav {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
-webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
|
||||
-moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
|
||||
transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
|
||||
letter-spacing: 1px;
|
||||
border-bottom: none;
|
||||
background: transparent;
|
||||
}
|
||||
#mainNav.navbar-shrink {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
||||
background: black;
|
||||
}
|
||||
#mainNav .nav-link.active {
|
||||
outline: none;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
#mainNav .nav-link.active:hover {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.masthead {
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 200px 0;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background: url("../img/header.jpg") no-repeat bottom center scroll;
|
||||
background-color: black;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.masthead .intro-body {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.masthead .intro-body .brand-heading {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
.masthead .intro-body .intro-text {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.masthead {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
.masthead .intro-body .brand-heading {
|
||||
font-size: 100px;
|
||||
}
|
||||
.masthead .intro-body .intro-text {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-circle {
|
||||
font-size: 26px;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
margin-top: 15px;
|
||||
line-height: 45px;
|
||||
-webkit-transition: background 0.3s ease-in-out;
|
||||
-moz-transition: background 0.3s ease-in-out;
|
||||
transition: background 0.3s ease-in-out;
|
||||
color: white;
|
||||
border: 2px solid white;
|
||||
border-radius: 100% !important;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.btn-circle:focus, .btn-circle:hover {
|
||||
color: white;
|
||||
outline: none;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.content-section {
|
||||
padding-top: 150px;
|
||||
padding-bottom: 150px;
|
||||
}
|
||||
|
||||
.download-section {
|
||||
color: white;
|
||||
background: url("../img/background.jpg") no-repeat center center scroll;
|
||||
background-color: black;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#map {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.content-section {
|
||||
padding-top: 200px;
|
||||
padding-bottom: 200px;
|
||||
}
|
||||
#map {
|
||||
height: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-weight: 400;
|
||||
-webkit-transition: all 0.3s ease-in-out;
|
||||
-moz-transition: all 0.3s ease-in-out;
|
||||
transition: all 0.3s ease-in-out;
|
||||
text-transform: uppercase;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
color: #42DCA3;
|
||||
border: 1px solid #42DCA3;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-default:focus, .btn-default:hover {
|
||||
color: black;
|
||||
border: 1px solid #42DCA3;
|
||||
outline: none;
|
||||
background-color: #42DCA3;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
footer p {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #fcfcfc;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #fcfcfc;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
img::selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
img::-moz-selection {
|
||||
background: transparent;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 MiB |
@@ -58,9 +58,9 @@
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="Sous-menu">
|
||||
|
||||
<a class="dropdown-item" href="https://dede.Fr">Un lien</a>
|
||||
<a class="dropdown-item" href="https://kitoy.me">Un lien</a>
|
||||
|
||||
<a class="dropdown-item" href="https://example.fr">Un autre truc</a>
|
||||
<a class="dropdown-item" href="https://kitoy.eu">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
@@ -79,7 +79,7 @@
|
||||
|
||||
|
||||
<header class="masthead text-center text-white d-flex" style="
|
||||
background-image: url('/public/img/bg_custom_bloc0IMG_20140817_182202.jpg');" id="bloc0" >
|
||||
background-image: url('/img/bg_custom_bloc0IMG_20140817_182202.jpg');" id="bloc0" >
|
||||
<div class="container my-auto">
|
||||
<div class="row" style="mix-blend-mode: hard-light;background-color: rgba(0,0,0,0.3);">
|
||||
<div class="col-lg-10 mx-auto">
|
||||
@@ -150,9 +150,9 @@
|
||||
|
||||
|
||||
<div class="col-lg-4 col-sm-6 text-center">
|
||||
<a class="portfolio-box" href="/public/img/jhenning-poppy-9639559.jpg"
|
||||
<a class="portfolio-box" href="/img/jhenning-poppy-9639559.jpg"
|
||||
alt="Un coqelicot seul au milieu d'une pelouse">
|
||||
<img class="img-fluid" src="/public/img/thumbnails/jhenning-poppy-9639559.jpg"
|
||||
<img class="img-fluid" src="/img/thumbnails/jhenning-poppy-9639559.jpg"
|
||||
alt="Un coqelicot seul au milieu d'une pelouse">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
@@ -170,9 +170,9 @@
|
||||
|
||||
|
||||
<div class="col-lg-4 col-sm-6 text-center">
|
||||
<a class="portfolio-box" href="/public/img/namden-vietnam-9963155.png"
|
||||
<a class="portfolio-box" href="/img/namden-vietnam-9963155.png"
|
||||
alt="Des petites terrasses de fleurs formant des marchent faîtes pour decendre dans la vallé ">
|
||||
<img class="img-fluid" src="/public/img/thumbnails/namden-vietnam-9963155.png"
|
||||
<img class="img-fluid" src="/img/thumbnails/namden-vietnam-9963155.png"
|
||||
alt="Des petites terrasses de fleurs formant des marchent faîtes pour decendre dans la vallé ">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
@@ -190,9 +190,9 @@
|
||||
|
||||
|
||||
<div class="col-lg-4 col-sm-6 text-center">
|
||||
<a class="portfolio-box" href="/public/img/martinophuc-la-mure-village.jpg"
|
||||
<a class="portfolio-box" href="/img/martinophuc-la-mure-village.jpg"
|
||||
alt="Un champs de blé avec une montagne en arrière plan">
|
||||
<img class="img-fluid" src="/public/img/thumbnails/martinophuc-la-mure-village.jpg"
|
||||
<img class="img-fluid" src="/img/thumbnails/martinophuc-la-mure-village.jpg"
|
||||
alt="Un champs de blé avec une montagne en arrière plan">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
|
||||
1
users/testouni/public/js/grayscale.min.js
vendored
1
users/testouni/public/js/grayscale.min.js
vendored
@@ -1 +0,0 @@
|
||||
function init(){var e={zoom:15,center:new google.maps.LatLng(40.67,-73.94),disableDefaultUI:!0,scrollwheel:!1,draggable:!1,styles:[{featureType:"water",elementType:"geometry",stylers:[{color:"#000000"},{lightness:17}]},{featureType:"landscape",elementType:"geometry",stylers:[{color:"#000000"},{lightness:20}]},{featureType:"road.highway",elementType:"geometry.fill",stylers:[{color:"#000000"},{lightness:17}]},{featureType:"road.highway",elementType:"geometry.stroke",stylers:[{color:"#000000"},{lightness:29},{weight:.2}]},{featureType:"road.arterial",elementType:"geometry",stylers:[{color:"#000000"},{lightness:18}]},{featureType:"road.local",elementType:"geometry",stylers:[{color:"#000000"},{lightness:16}]},{featureType:"poi",elementType:"geometry",stylers:[{color:"#000000"},{lightness:21}]},{elementType:"labels.text.stroke",stylers:[{visibility:"on"},{color:"#000000"},{lightness:16}]},{elementType:"labels.text.fill",stylers:[{saturation:36},{color:"#000000"},{lightness:40}]},{elementType:"labels.icon",stylers:[{visibility:"off"}]},{featureType:"transit",elementType:"geometry",stylers:[{color:"#000000"},{lightness:19}]},{featureType:"administrative",elementType:"geometry.fill",stylers:[{color:"#000000"},{lightness:20}]},{featureType:"administrative",elementType:"geometry.stroke",stylers:[{color:"#000000"},{lightness:17},{weight:1.2}]}]},t=document.getElementById("map");map=new google.maps.Map(t,e);var l=new google.maps.LatLng(40.67,-73.94);new google.maps.Marker({position:l,map:map,icon:"img/map-marker.svg"})}!function(e){"use strict";e('a.js-scroll-trigger[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var t=e(this.hash);if((t=t.length?t:e("[name="+this.hash.slice(1)+"]")).length)return e("html, body").animate({scrollTop:t.offset().top-48},1e3,"easeInOutExpo"),!1}}),e(".js-scroll-trigger").click(function(){e(".navbar-collapse").collapse("hide")}),e("body").scrollspy({target:"#mainNav",offset:54});var t=function(){e("#mainNav").offset().top>100?e("#mainNav").addClass("navbar-shrink"):e("#mainNav").removeClass("navbar-shrink")};t(),e(window).scroll(t)}(jQuery);var map=null;google.maps.event.addDomListener(window,"load",init),google.maps.event.addDomListener(window,"resize",function(){map.setCenter(new google.maps.LatLng(40.67,-73.94))});
|
||||
@@ -58,9 +58,9 @@
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="Sous-menu">
|
||||
|
||||
<a class="dropdown-item" href="https://dede.Fr">Un lien</a>
|
||||
<a class="dropdown-item" href="https://kitoy.me">Un lien</a>
|
||||
|
||||
<a class="dropdown-item" href="https://example.fr">Un autre truc</a>
|
||||
<a class="dropdown-item" href="https://kitoy.eu">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
@@ -63,6 +63,92 @@ h6 {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
.ql-align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ql-align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ql-align-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 60px 80px 40px;
|
||||
position: relative;
|
||||
}
|
||||
blockquote p {
|
||||
font-size: 35px;
|
||||
font-weight: 700px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*blockquote p::before {
|
||||
content: "\f095";
|
||||
font-family: FontAwesome;
|
||||
display: inline-block;
|
||||
padding-right: 6px;
|
||||
vertical-align: middle;
|
||||
font-size: 180px;
|
||||
}*/
|
||||
|
||||
blockquote:before {
|
||||
position: absolute;
|
||||
font-family: 'FontAwesome';
|
||||
top: 0;
|
||||
content:"\f10d";
|
||||
font-size: 200px;
|
||||
color: rgba(0,0,0,0.1);
|
||||
|
||||
}
|
||||
|
||||
blockquote::after {
|
||||
content: "";
|
||||
top: 20px;
|
||||
left: 50%;
|
||||
margin-left: -100px;
|
||||
position: absolute;
|
||||
height: 3px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
blockquote{
|
||||
font-size: 1.4em;
|
||||
width:60%;
|
||||
margin:50px auto;
|
||||
font-style:italic;
|
||||
color: #555555;
|
||||
padding:1.2em 30px 1.2em 75px;
|
||||
border-left:8px solid #f05f40;
|
||||
line-height:1.6;
|
||||
position: relative;
|
||||
background:#EDEDED;
|
||||
}
|
||||
|
||||
blockquote::before{
|
||||
font-family:Arial;
|
||||
content: "\201C";
|
||||
color:#f05f40;
|
||||
font-size:4em;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top:-10px;
|
||||
}
|
||||
|
||||
blockquote::after{
|
||||
content: '';
|
||||
}
|
||||
|
||||
blockquote span{
|
||||
display:block;
|
||||
color:#333333;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
margin-top:1em;
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 8rem 0;
|
||||
z-index: -1;
|
||||
@@ -141,7 +227,7 @@ img::-moz-selection {
|
||||
@media (min-width: 992px) {
|
||||
#mainNav {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
}
|
||||
#mainNav .navbar-brand {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
@@ -190,16 +276,27 @@ header.masthead {
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
header.masthead hr {
|
||||
header.article-img {
|
||||
padding-top: 10rem;
|
||||
padding-bottom: calc(10rem - 56px);
|
||||
background-position: center center;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
header.article-img header.masthead hr {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
header.masthead h1 {
|
||||
header.article-img header.masthead h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
header.masthead p {
|
||||
header.article-img header.masthead p {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
@@ -210,19 +307,27 @@ header.masthead p {
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
header.article-img {
|
||||
height: 50vh;
|
||||
min-height: 300px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
header.masthead {
|
||||
height: 100vh;
|
||||
min-height: 650px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
header.masthead h1 {
|
||||
|
||||
header.article-img header.masthead h1 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
header.masthead h1 {
|
||||
header.article-img header.masthead h1 {
|
||||
font-size: 4rem;
|
||||
}
|
||||
.btn-success {
|
||||
3
users/testouni/public/static/css/prism.min.css
vendored
Normal file
3
users/testouni/public/static/css/prism.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/* PrismJS 1.30.0
|
||||
https://prismjs.com/download#themes=prism-okaidia&languages=markup+css+clike+javascript+bash+c+cpp+markdown+markup-templating+nginx+php+python */
|
||||
code[class*=language-],pre[data-language*=language-]{color:#f8f8f2;background:0 0;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#a6e22e}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.class-name,.token.function{color:#e6db74}.token.keyword{color:#66d9ef}.token.important,.token.regex{color:#fd971f}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
|
||||
15
users/testouni/public/static/js/prism.js
Normal file
15
users/testouni/public/static/js/prism.js
Normal file
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
@@ -58,9 +58,9 @@
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="Sous-menu">
|
||||
|
||||
<a class="dropdown-item" href="https://dede.Fr">Un lien</a>
|
||||
<a class="dropdown-item" href="https://kitoy.me">Un lien</a>
|
||||
|
||||
<a class="dropdown-item" href="https://example.fr">Un autre truc</a>
|
||||
<a class="dropdown-item" href="https://kitoy.eu">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
@@ -79,7 +79,7 @@
|
||||
|
||||
|
||||
<header class="article-img text-center text-white d-flex" style="
|
||||
background-image: url('/public/img/bg_custom_bloc0image_entete_exemple.jpg');" id="bloc0" >
|
||||
background-image: url('/img/bg_custom_bloc0image_entete_exemple.jpg');" id="bloc0" >
|
||||
<div class="container my-auto">
|
||||
<div class="row" style="mix-blend-mode: hard-light;background-color: rgba(0,0,0,0.3);">
|
||||
<div class="col-lg-10 mx-auto">
|
||||
@@ -58,9 +58,9 @@
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="Sous-menu">
|
||||
|
||||
<a class="dropdown-item" href="https://dede.Fr">Un lien</a>
|
||||
<a class="dropdown-item" href="https://kitoy.me">Un lien</a>
|
||||
|
||||
<a class="dropdown-item" href="https://example.fr">Un autre truc</a>
|
||||
<a class="dropdown-item" href="https://kitoy.eu">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
@@ -58,9 +58,9 @@
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="Sous-menu">
|
||||
|
||||
<a class="dropdown-item" href="https://dede.Fr">Un lien</a>
|
||||
<a class="dropdown-item" href="https://kitoy.me">Un lien</a>
|
||||
|
||||
<a class="dropdown-item" href="https://example.fr">Un autre truc</a>
|
||||
<a class="dropdown-item" href="https://kitoy.eu">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:3em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:hsla(0,0%,100%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid rgba(0,0,0,0)}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width 300ms ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-bottom:6px solid #b10606}/*# sourceMappingURL=dropzone.css.map */
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user