Big commit i'm sorry ...
20
users/testouni/page_de_secours/page.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"blocs": {
|
||||
"test_bloc": {
|
||||
"name": "test_bloc",
|
||||
"type": "text",
|
||||
"title": "Salut c'est moi et ... voila quoi !!!!",
|
||||
"text": "<h2 class=\"ql-align-center\">Mon\u00a0titre\u00a0</h2><pre data-language=\"bash\">\n#!/bin/bash\necho \"Putain con ! C'est g\u00e9nial !\"\n</pre><p></p><h2>Titre\u00a02</h2><h3>Titre\u00a03</h3><h4>Titre\u00a04\u00a0</h4><p></p><p class=\"ql-align-right\"><span style=\"background-color: rgb(255, 153, 0);\">Youpi\u00a0!!!!!!!!!!!!!!!</span></p><p class=\"ql-align-center\"></p><blockquote>Une\u00a0citation</blockquote><p></p><p></p><p>Vous\u00a0pouvez\u00a0aussi\u00a0empiler\u00a0les\u00a0blocs\u00a0de\u00a0texte\u00a0poiur\u00a0les\u00a0mettre\u00a0de\u00a0couleur\u00a0diff\u00e9rentes\u00a0par\u00a0exemple\u00a0</p><p></p><p></p>",
|
||||
"bg_color": "#000000",
|
||||
"fg_color": "#000000",
|
||||
"text_button": null,
|
||||
"link": null,
|
||||
"email": null,
|
||||
"address": null,
|
||||
"phone": null,
|
||||
"postal_code": null,
|
||||
"city": null,
|
||||
"property": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
0
users/testouni/public/css/MerriWeather.css
Normal file
0
users/testouni/public/css/OpenSans.css
Normal file
347
users/testouni/public/css/business-casual.css
Normal file
@@ -0,0 +1,347 @@
|
||||
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;
|
||||
}
|
||||
346
users/testouni/public/css/creative.css
Normal file
@@ -0,0 +1,346 @@
|
||||
body,
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
|
||||
hr {
|
||||
max-width: 50px;
|
||||
border-width: 3px;
|
||||
border-color: #F05F40;
|
||||
}
|
||||
|
||||
hr.light {
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #F05F40;
|
||||
-webkit-transition: all 0.2s;
|
||||
-moz-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.btn-success{
|
||||
z-index: 999;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.img-fluid {
|
||||
position: relative;
|
||||
z-index:-30;
|
||||
}
|
||||
a:hover {
|
||||
color: #f05f40;
|
||||
}
|
||||
|
||||
.modal-backdrop{
|
||||
z-index:auto
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: #F05F40 !important;
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
background-color: #212529 !important;
|
||||
}
|
||||
|
||||
.text-faded {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 8rem 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.section-heading {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: #fff;
|
||||
background: #212529;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: #fff;
|
||||
background: #212529;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
img::selection {
|
||||
color: #fff;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
img::-moz-selection {
|
||||
color: #fff;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#mainNav {
|
||||
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
|
||||
background-color: #fff;
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
||||
-webkit-transition: all 0.2s;
|
||||
-moz-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
#mainNav .navbar-brand {
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
color: #F05F40;
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
|
||||
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
|
||||
color: #f05f40;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link,
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
|
||||
font-size: .9rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
|
||||
color: #F05F40;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
|
||||
color: #F05F40 !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
#mainNav {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
#mainNav .navbar-brand {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
|
||||
color: #fff;
|
||||
}
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link,
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
|
||||
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
|
||||
color: #fff;
|
||||
}
|
||||
#mainNav.navbar-shrink {
|
||||
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
|
||||
background-color: #fff;
|
||||
}
|
||||
#mainNav.navbar-shrink .navbar-brand {
|
||||
color: #F05F40;
|
||||
}
|
||||
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
|
||||
color: #f05f40;
|
||||
}
|
||||
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
|
||||
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
|
||||
color: #212529;
|
||||
}
|
||||
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
|
||||
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
|
||||
color: #F05F40;
|
||||
}
|
||||
}
|
||||
|
||||
header.masthead {
|
||||
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.masthead hr {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
header.masthead h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
header.masthead p {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
header.masthead p {
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
header.masthead {
|
||||
height: 100vh;
|
||||
min-height: 650px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
header.masthead h1 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
header.masthead h1 {
|
||||
font-size: 4rem;
|
||||
}
|
||||
.btn-success {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.service-box {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
|
||||
.portfolio-box {
|
||||
position: relative;
|
||||
display: block;
|
||||
max-width: 650px;
|
||||
margin: 0 auto;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.portfolio-box .portfolio-box-caption {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
opacity: 0;
|
||||
color: #fff;
|
||||
background: rgba(240, 95, 64, 0.9);
|
||||
-webkit-transition: all 0.2s;
|
||||
-moz-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 100%;
|
||||
transform: translateY(-50%);
|
||||
text-align: center;
|
||||
z-index:-10;
|
||||
}
|
||||
|
||||
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
|
||||
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
||||
padding: 0 15px;
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
|
||||
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.portfolio-box:hover .portfolio-box-caption {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.portfolio-box:focus {
|
||||
outline: none;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
|
||||
font-size: 16px;
|
||||
}
|
||||
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #F05F40 !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
border-radius: 300px;
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.btn-xl {
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #F05F40;
|
||||
border-color: #F05F40;
|
||||
}
|
||||
|
||||
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
|
||||
color: #fff;
|
||||
background-color: #ee4b28 !important;
|
||||
}
|
||||
|
||||
.btn-primary:active, .btn-primary:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
|
||||
}
|
||||
|
||||
section.bg-dark p {
|
||||
|
||||
padding-bottom: 3rem;
|
||||
|
||||
}
|
||||
|
||||
section.bg-dark {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
6
users/testouni/public/css/edit-toolbar.css
Normal file
@@ -0,0 +1,6 @@
|
||||
#toolNav {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-top: 67px;
|
||||
border-top-color: currentcolor;
|
||||
border-color: black;
|
||||
}
|
||||
73
users/testouni/public/css/fontes-creative.css
Normal file
@@ -0,0 +1,73 @@
|
||||
@font-face {
|
||||
font-family: 'Merryweather';
|
||||
src:url("../fontes/Merryweather/Merryweather-Regular.woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Merryweather';
|
||||
src:url("../fontes/Merryweather/Merryweather-Bold.woff");
|
||||
font-weight: bold;
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src:url("../fontes/OpenSans/open-sans-v15-latin-regular.woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src:url("../fontes/OpenSans/open-sans-v15-latin-italic.woff2");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src:url("../fontes/OpenSans/open-sans-v15-latin-300.woff2");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src:url("../fontes/OpenSans/open-sans-v15-latin-300italic.woff2");
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src:url("../fontes/OpenSans/open-sans-v15-latin-600.woff2");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src:url("../fontes/OpenSans/open-sans-v15-latin-600italic.woff2");
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src:url("../fontes/OpenSans/open-sans-v15-latin-700.woff2");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src:url("../fontes/OpenSans/open-sans-v15-latin-700italic.woff2");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
31
users/testouni/public/css/fontes.css
Normal file
@@ -0,0 +1,31 @@
|
||||
/*Import de fontes trouver sur font2u.com Bon site !!!! */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lora';
|
||||
src:url("../fonts/Lora-Regular.woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
src:url("../fonts/Raleway-Regular.woff");
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
src:url("../fonts/Raleway-Bold.woff");
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family:'Lora-Italic';
|
||||
src:url("../fonts/Lora-Italic.woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family:'Roboto';
|
||||
src:url("../fonts/Roboto-Regular.woff");
|
||||
}
|
||||
|
||||
283
users/testouni/public/css/grayscale.css
Normal file
@@ -0,0 +1,283 @@
|
||||
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;
|
||||
}
|
||||
BIN
users/testouni/public/img/RAM.jpg
Normal file
|
After Width: | Height: | Size: 263 KiB |
BIN
users/testouni/public/img/ac200L.jpg
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
users/testouni/public/img/bg.jpg
Normal file
|
After Width: | Height: | Size: 274 KiB |
BIN
users/testouni/public/img/bg_custom_bloc0.jpg
Normal file
|
After Width: | Height: | Size: 5.7 MiB |
BIN
users/testouni/public/img/bg_custom_bloc020210416_112242.jpg
Normal file
|
After Width: | Height: | Size: 4.8 MiB |
BIN
users/testouni/public/img/bg_custom_bloc0IMG_20140817_182202.jpg
Normal file
|
After Width: | Height: | Size: 5.7 MiB |
BIN
users/testouni/public/img/bg_custom_bloc0IMG_20160213_165628.jpg
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
|
After Width: | Height: | Size: 102 KiB |
BIN
users/testouni/public/img/fe88d59389e9bc60.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
users/testouni/public/img/fullsize/1.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
users/testouni/public/img/fullsize/2.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
users/testouni/public/img/fullsize/3.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
users/testouni/public/img/fullsize/4.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
users/testouni/public/img/fullsize/5.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
users/testouni/public/img/fullsize/6.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
users/testouni/public/img/fullsize/black.png
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
users/testouni/public/img/header.jpg
Normal file
|
After Width: | Height: | Size: 123 KiB |
BIN
users/testouni/public/img/jhenning-poppy-9639559.jpg
Normal file
|
After Width: | Height: | Size: 963 KiB |
BIN
users/testouni/public/img/martinophuc-la-mure-village.jpg
Normal file
|
After Width: | Height: | Size: 257 KiB |
BIN
users/testouni/public/img/namden-vietnam-9963155.png
Normal file
|
After Width: | Height: | Size: 438 KiB |
BIN
users/testouni/public/img/paul.jpg
Normal file
|
After Width: | Height: | Size: 542 KiB |
BIN
users/testouni/public/img/priselevevitre.jpg
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
users/testouni/public/img/thumbnails/RAM.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
users/testouni/public/img/thumbnails/ac200L.jpg
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
users/testouni/public/img/thumbnails/fe88d59389e9bc60.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
users/testouni/public/img/thumbnails/jhenning-poppy-9639559.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 45 KiB |
BIN
users/testouni/public/img/thumbnails/namden-vietnam-9963155.png
Normal file
|
After Width: | Height: | Size: 509 KiB |
BIN
users/testouni/public/img/thumbnails/paul.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
users/testouni/public/img/thumbnails/priselevevitre.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
users/testouni/public/imgbg_custom_bloc0.jpg
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
276
users/testouni/public/index.html
Normal file
@@ -0,0 +1,276 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
|
||||
<head>
|
||||
<!-- Style CSS -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="Une description du site">
|
||||
<meta name="author" content=" my name ">
|
||||
|
||||
<title> Le titre de mon site </title>
|
||||
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/static/vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Custom fonts for this template -->
|
||||
<link href="/static/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/static/css/fontes-creative.css">
|
||||
<!-- Plugin CSS -->
|
||||
<link href="/static/vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="/static/css/creative.css" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body id="page-top">
|
||||
|
||||
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/test-image/#bloc1"> A propos </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc3"> Galerie </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="Sous-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Sous-menu
|
||||
</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://example.fr">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc5"> Contact </a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<header class="masthead text-center text-white d-flex" style="
|
||||
background-image: url('/public/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">
|
||||
<h1 class="text-uppercase">
|
||||
<strong> Bloc presentation </strong>
|
||||
</h1>
|
||||
<hr>
|
||||
</div>
|
||||
<div class="col-lg-10 mx-auto">
|
||||
<p class="text-faded mb-5"> <p>Votre texte de présentation</p> </p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="center mx-auto mt-5">
|
||||
<a class="btn btn-primary btn-xl js-scroll-trigger" href="https://example.com">
|
||||
En savoir plus
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section class="" id="Text2" style="
|
||||
color: #f9f06b; background-color: #613583;
|
||||
|
||||
">
|
||||
<div class="container">
|
||||
<div class="px-3 mx-auto">
|
||||
<h2 class="ql-align-center">Je met mon titre</h2><p class="ql-align-center"></p><p>La je met mon texte</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="text-center" id="bloc1" style="
|
||||
">
|
||||
<div class="container">
|
||||
<div class="px-3 mx-auto">
|
||||
<h2><u>Bloc texte libre </u></h2><p></p><p></p><p>Votre texte.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="bg-dark text-white" style="
|
||||
" id="bloc2" >
|
||||
<div class="container text-center">
|
||||
<h2 class="mb-4">Bloc lien externe</h2>
|
||||
<p>Un texte pour décrire ce que l'on va trouver dans votre lien </p>
|
||||
<a class="btn btn-light btn-xl sr-button" href="http://exemple.com">
|
||||
Mon lien
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="p-0 " id="bloc3">
|
||||
<div class="container-fluid p-0">
|
||||
<div class="row no-gutters popup-gallery">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-4 col-sm-6 text-center">
|
||||
<a class="portfolio-box" href="/public/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"
|
||||
alt="Un coqelicot seul au milieu d'une pelouse">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
|
||||
</div>
|
||||
<div class="project-name">
|
||||
coquelicot
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-4 col-sm-6 text-center">
|
||||
<a class="portfolio-box" href="/public/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"
|
||||
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">
|
||||
<div class="project-category text-faded">
|
||||
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Banquettes de fleurs
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-4 col-sm-6 text-center">
|
||||
<a class="portfolio-box" href="/public/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"
|
||||
alt="Un champs de blé avec une montagne en arrière plan">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
|
||||
</div>
|
||||
<div class="project-name">
|
||||
mont cloud
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section id="contact" class="" style="
|
||||
">
|
||||
<div class="container" id="bloc5">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mx-auto text-center">
|
||||
<h2 class="section-heading"> Bloc contact </h2>
|
||||
<hr class="my-4">
|
||||
<p class="mb-5"> Mettez ici toutes les information pour vous joindre </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 ml-auto text-center">
|
||||
<i class="fa fa-phone fa-3x mb-3 sr-contact"></i>
|
||||
<p> 04040404040 </p>
|
||||
</div>
|
||||
<div class="col-lg-4 mr-auto text-center">
|
||||
<i class="fa fa-envelope-o fa-3x mb-3 sr-contact"></i>
|
||||
<p>
|
||||
<a href="example__chez__mondomaine...tld" class="obfuscate" > example__chez__mondomaine...tld </a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-8 mx-auto text-center">
|
||||
<br/> <br/>
|
||||
<p class="mb-2"> rue ... </p>
|
||||
<p>
|
||||
<bold> 34434 - 34434 </bold>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<script>
|
||||
function rm_node(idName){
|
||||
const element = document.getElementById(idName);
|
||||
element.remove();
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script src="/static/vendors/jquery/jquery.min.js"></script>
|
||||
<script src="/static/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="/static/vendors/jquery-easing/jquery.easing.min.js"></script>
|
||||
<script src="/static/vendors/scrollreveal/scrollreveal.min.js"></script>
|
||||
<script src="/static/vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="/static/vendors/htmx/htmx.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for this template -->
|
||||
<script src="/static/js/creative.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
122
users/testouni/public/page_de_secours.html
Normal file
@@ -0,0 +1,122 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
|
||||
<head>
|
||||
<!-- Style CSS -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="Une description du site">
|
||||
<meta name="author" content=" my name ">
|
||||
|
||||
<title> Le titre de mon site </title>
|
||||
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/static/vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Custom fonts for this template -->
|
||||
<link href="/static/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/static/css/fontes-creative.css">
|
||||
<!-- Plugin CSS -->
|
||||
<link href="/static/vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="/static/css/creative.css" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body id="page-top">
|
||||
|
||||
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/test-image/#bloc1"> A propos </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc3"> Galerie </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="Sous-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Sous-menu
|
||||
</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://example.fr">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc5"> Contact </a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<section class="" id="test_bloc" style="
|
||||
">
|
||||
<div class="container">
|
||||
<div class="px-3 mx-auto">
|
||||
<h2 class="ql-align-center">Mon titre </h2><pre data-language="bash">
|
||||
#!/bin/bash
|
||||
echo "Putain con ! C'est génial !"
|
||||
</pre><p></p><h2>Titre 2</h2><h3>Titre 3</h3><h4>Titre 4 </h4><p></p><p class="ql-align-right"><span style="background-color: rgb(255, 153, 0);">Youpi !!!!!!!!!!!!!!!</span></p><p class="ql-align-center"></p><blockquote>Une citation</blockquote><p></p><p></p><p>Vous pouvez aussi empiler les blocs de texte poiur les mettre de couleur différentes par exemple </p><p></p><p></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<script>
|
||||
function rm_node(idName){
|
||||
const element = document.getElementById(idName);
|
||||
element.remove();
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script src="/static/vendors/jquery/jquery.min.js"></script>
|
||||
<script src="/static/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="/static/vendors/jquery-easing/jquery.easing.min.js"></script>
|
||||
<script src="/static/vendors/scrollreveal/scrollreveal.min.js"></script>
|
||||
<script src="/static/vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="/static/vendors/htmx/htmx.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for this template -->
|
||||
<script src="/static/js/creative.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
135
users/testouni/public/test-image.html
Normal file
@@ -0,0 +1,135 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
|
||||
<head>
|
||||
<!-- Style CSS -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="Une description du site">
|
||||
<meta name="author" content=" my name ">
|
||||
|
||||
<title> Le titre de mon site </title>
|
||||
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/static/vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Custom fonts for this template -->
|
||||
<link href="/static/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/static/css/fontes-creative.css">
|
||||
<!-- Plugin CSS -->
|
||||
<link href="/static/vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="/static/css/creative.css" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body id="page-top">
|
||||
|
||||
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/test-image/#bloc1"> A propos </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc3"> Galerie </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="Sous-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Sous-menu
|
||||
</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://example.fr">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc5"> Contact </a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<header class="article-img text-center text-white d-flex" style="
|
||||
background-image: url('/public/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">
|
||||
<h1 class="text-uppercase">
|
||||
<strong> Page avec une image de presentation </strong>
|
||||
</h1>
|
||||
<hr>
|
||||
<h3> Votre sous-titre </h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section class="" id="bloc1" style="
|
||||
">
|
||||
<div class="container">
|
||||
<div class="px-3 mx-auto">
|
||||
<h3>Votre texte libre ! </h3><p></p><p>Vous pouvez écrire ce que vous voulez ici</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<script>
|
||||
function rm_node(idName){
|
||||
const element = document.getElementById(idName);
|
||||
element.remove();
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script src="/static/vendors/jquery/jquery.min.js"></script>
|
||||
<script src="/static/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="/static/vendors/jquery-easing/jquery.easing.min.js"></script>
|
||||
<script src="/static/vendors/scrollreveal/scrollreveal.min.js"></script>
|
||||
<script src="/static/vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="/static/vendors/htmx/htmx.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for this template -->
|
||||
<script src="/static/js/creative.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
122
users/testouni/public/test.html
Normal file
@@ -0,0 +1,122 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
|
||||
<head>
|
||||
<!-- Style CSS -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="Une description du site">
|
||||
<meta name="author" content=" my name ">
|
||||
|
||||
<title> Le titre de mon site </title>
|
||||
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/static/vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Custom fonts for this template -->
|
||||
<link href="/static/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/static/css/fontes-creative.css">
|
||||
<!-- Plugin CSS -->
|
||||
<link href="/static/vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="/static/css/creative.css" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body id="page-top">
|
||||
|
||||
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/test-image/#bloc1"> A propos </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc3"> Galerie </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="Sous-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Sous-menu
|
||||
</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://example.fr">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc5"> Contact </a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<section class="" id="test_bloc" style="
|
||||
">
|
||||
<div class="container">
|
||||
<div class="px-3 mx-auto">
|
||||
<h2 class="ql-align-center">Votre titre </h2><pre data-language="bash">
|
||||
#!/bin/bash
|
||||
echo "Un exemple de code"
|
||||
</pre><p></p><h2>Titre 2</h2><h3>Titre 3</h3><h4>Titre 4 </h4><p></p><p class="ql-align-right"><span style="background-color: rgb(255, 153, 0);">Youpi !!!!!!!!!!!!!!!</span></p><p class="ql-align-center"></p><blockquote>Une citation de connard</blockquote><p></p><p></p><p>Vous pouvez aussi empiler les blocs de texte poiur les mettre de couleur différentes par exemple </p><p></p><p></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<script>
|
||||
function rm_node(idName){
|
||||
const element = document.getElementById(idName);
|
||||
element.remove();
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script src="/static/vendors/jquery/jquery.min.js"></script>
|
||||
<script src="/static/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="/static/vendors/jquery-easing/jquery.easing.min.js"></script>
|
||||
<script src="/static/vendors/scrollreveal/scrollreveal.min.js"></script>
|
||||
<script src="/static/vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="/static/vendors/htmx/htmx.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for this template -->
|
||||
<script src="/static/js/creative.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
122
users/testouni/public/un_dernier_test.html
Normal file
@@ -0,0 +1,122 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
|
||||
<head>
|
||||
<!-- Style CSS -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="Une description du site">
|
||||
<meta name="author" content=" my name ">
|
||||
|
||||
<title> Le titre de mon site </title>
|
||||
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/static/vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Custom fonts for this template -->
|
||||
<link href="/static/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/static/css/fontes-creative.css">
|
||||
<!-- Plugin CSS -->
|
||||
<link href="/static/vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="/static/css/creative.css" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body id="page-top">
|
||||
|
||||
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/test-image/#bloc1"> A propos </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc3"> Galerie </a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="Sous-menu" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Sous-menu
|
||||
</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://example.fr">Un autre truc</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link js-scroll-trigger" href="/#bloc5"> Contact </a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<section class="" id="test_bloc" style="
|
||||
">
|
||||
<div class="container">
|
||||
<div class="px-3 mx-auto">
|
||||
<h2 class="ql-align-center">Votre titre </h2><pre data-language="bash">
|
||||
#!/bin/bash
|
||||
echo "Un exemple de code"
|
||||
</pre><p></p><h2>Titre 2</h2><h3>Titre 3</h3><h4>Titre 4 </h4><p></p><p class="ql-align-right"><span style="background-color: rgb(255, 153, 0);">Youpi !!!!!!!!!!!!!!!</span></p><p class="ql-align-center"></p><blockquote>Une citation</blockquote><p></p><p></p><p>Vous pouvez aussi empiler les blocs de texte poiur les mettre de couleur différentes par exemple </p><p></p><p></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<script>
|
||||
function rm_node(idName){
|
||||
const element = document.getElementById(idName);
|
||||
element.remove();
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script src="/static/vendors/jquery/jquery.min.js"></script>
|
||||
<script src="/static/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="/static/vendors/jquery-easing/jquery.easing.min.js"></script>
|
||||
<script src="/static/vendors/scrollreveal/scrollreveal.min.js"></script>
|
||||
<script src="/static/vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="/static/vendors/htmx/htmx.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for this template -->
|
||||
<script src="/static/js/creative.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
22
users/testouni/test-image/page.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"blocs": {
|
||||
"bloc0": {
|
||||
"type": "head_image",
|
||||
"name": "bloc0",
|
||||
"bg_color": "#000000",
|
||||
"fg_color": "#000000",
|
||||
"title": "Page avec une image de presentation",
|
||||
"bg_img": "bg_custom_bloc0image_entete_exemple.jpg",
|
||||
"property": "",
|
||||
"subtitle": "Votre sous-titre"
|
||||
},
|
||||
"bloc1": {
|
||||
"name": "bloc1",
|
||||
"type": "text",
|
||||
"text": "<h3>Votre\u00a0texte\u00a0libre\u00a0!\u00a0</h3><p></p><p>Vous\u00a0pouvez\u00a0\u00e9crire\u00a0ce\u00a0que\u00a0vous\u00a0voulez\u00a0ici</p>",
|
||||
"bg_color": "#000000",
|
||||
"fg_color": "#000000",
|
||||
"property": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
20
users/testouni/test/page.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"blocs": {
|
||||
"test_bloc": {
|
||||
"name": "test_bloc",
|
||||
"type": "text",
|
||||
"title": "Salut c'est moi et ... voila quoi !!!!",
|
||||
"text": "<h2 class=\"ql-align-center\">Votre\u00a0titre\u00a0</h2><pre data-language=\"bash\">\n#!/bin/bash\necho \"Un exemple de code\"\n</pre><p></p><h2>Titre\u00a02</h2><h3>Titre\u00a03</h3><h4>Titre\u00a04\u00a0</h4><p></p><p class=\"ql-align-right\"><span style=\"background-color: rgb(255, 153, 0);\">Youpi\u00a0!!!!!!!!!!!!!!!</span></p><p class=\"ql-align-center\"></p><blockquote>Une\u00a0citation\u00a0de\u00a0connard</blockquote><p></p><p></p><p>Vous\u00a0pouvez\u00a0aussi\u00a0empiler\u00a0les\u00a0blocs\u00a0de\u00a0texte\u00a0poiur\u00a0les\u00a0mettre\u00a0de\u00a0couleur\u00a0diff\u00e9rentes\u00a0par\u00a0exemple\u00a0</p><p></p><p></p>",
|
||||
"bg_color": "#000000",
|
||||
"fg_color": "#000000",
|
||||
"text_button": null,
|
||||
"link": null,
|
||||
"email": null,
|
||||
"address": null,
|
||||
"phone": null,
|
||||
"postal_code": null,
|
||||
"city": null,
|
||||
"property": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
20
users/testouni/un_dernier_test/page.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"blocs": {
|
||||
"test_bloc": {
|
||||
"name": "test_bloc",
|
||||
"type": "text",
|
||||
"title": "Salut c'est moi et ... voila quoi !!!!",
|
||||
"text": "<h2 class=\"ql-align-center\">Votre\u00a0titre\u00a0</h2><pre data-language=\"bash\">\n#!/bin/bash\necho \"Un exemple de code\"\n</pre><p></p><h2>Titre\u00a02</h2><h3>Titre\u00a03</h3><h4>Titre\u00a04\u00a0</h4><p></p><p class=\"ql-align-right\"><span style=\"background-color: rgb(255, 153, 0);\">Youpi\u00a0!!!!!!!!!!!!!!!</span></p><p class=\"ql-align-center\"></p><blockquote>Une\u00a0citation</blockquote><p></p><p></p><p>Vous\u00a0pouvez\u00a0aussi\u00a0empiler\u00a0les\u00a0blocs\u00a0de\u00a0texte\u00a0poiur\u00a0les\u00a0mettre\u00a0de\u00a0couleur\u00a0diff\u00e9rentes\u00a0par\u00a0exemple\u00a0</p><p></p><p></p>",
|
||||
"bg_color": "#000000",
|
||||
"fg_color": "#000000",
|
||||
"text_button": null,
|
||||
"link": null,
|
||||
"email": null,
|
||||
"address": null,
|
||||
"phone": null,
|
||||
"postal_code": null,
|
||||
"city": null,
|
||||
"property": ""
|
||||
}
|
||||
}
|
||||
}
|
||||