Ajout vidéo
This commit is contained in:
parent
ea512276cf
commit
918d0fbf35
@ -1134,6 +1134,16 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
|||||||
.navbar-name {
|
.navbar-name {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* SECTION FOR VIDEOS */
|
||||||
|
#centered-vids {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scoop-video {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* SECTION FOR COMPETENCIES*/
|
/* SECTION FOR COMPETENCIES*/
|
||||||
.competency-item {
|
.competency-item {
|
||||||
border: solid 2px #aaa;
|
border: solid 2px #aaa;
|
||||||
|
|||||||
13
index.html
13
index.html
@ -15,16 +15,12 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="assets/fonts/simple-line-icons.css">
|
<link rel="stylesheet" type="text/css" href="assets/fonts/simple-line-icons.css">
|
||||||
<!-- Slicknav -->
|
<!-- Slicknav -->
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
|
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
|
||||||
<!-- Menu CSS -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/menu_sideslide.css">
|
|
||||||
<!-- Slider CSS -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/slide-style.css">
|
|
||||||
<!-- Nivo Lightbox -->
|
<!-- Nivo Lightbox -->
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/nivo-lightbox.css" >
|
<link rel="stylesheet" type="text/css" href="assets/css/nivo-lightbox.css" >
|
||||||
<!-- Animate -->
|
<!-- Animate -->
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
|
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
|
||||||
<!-- Main Style -->
|
<!-- Main Style -->
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
|
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
|
||||||
<!-- Responsive Style -->
|
<!-- Responsive Style -->
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
|
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
|
||||||
|
|
||||||
@ -470,7 +466,11 @@
|
|||||||
<section class="counter-section section-padding">
|
<section class="counter-section section-padding">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
<div id="centered-vids">
|
||||||
|
</div>
|
||||||
<!-- TODO ajouter ici les recos clients -->
|
<!-- TODO ajouter ici les recos clients -->
|
||||||
|
<iframe class="scoop-video" width="560" height="315" src="https://www.youtube.com/embed/xlpEFaUlAgs?start=6&end=164&modestbranding=1&rel=0&color=white&showinfo=0&color=blue" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
|
||||||
|
</iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@ -596,9 +596,6 @@
|
|||||||
<script src="assets/js/nivo-lightbox.js"></script>
|
<script src="assets/js/nivo-lightbox.js"></script>
|
||||||
<script src="assets/js/jquery.slicknav.js"></script>
|
<script src="assets/js/jquery.slicknav.js"></script>
|
||||||
<script src="assets/js/main.js"></script>
|
<script src="assets/js/main.js"></script>
|
||||||
<script src="assets/js/form-validator.min.js"></script>
|
|
||||||
<script src="assets/js/contact-form-script.min.js"></script>
|
|
||||||
<script src="assets/js/map.js"></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user