commit
This commit is contained in:
+2
-2
@@ -89,11 +89,11 @@ h2 {
|
||||
|
||||
@font-face {
|
||||
font-family: "Aldo the Apache";
|
||||
src: url("https://github.com/diaid83/The-Square-Project/blob/master/css/fonts/AldotheApache.woff") format("woff");
|
||||
src: url("css/fonts/AldotheApache.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "eyelevation6";
|
||||
src: url("https://github.com/diaid83/The-Square-Project/blob/master/css/fonts/eyelevation6.woff") format("woff");
|
||||
src: url("css/fonts/eyelevation6.woff") format("woff");
|
||||
}
|
||||
|
||||
/* The Overlay (background) */
|
||||
|
||||
+27
-27
@@ -58,24 +58,29 @@
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="carousel-item active">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/The_Square/1.jpg"
|
||||
alt="First slide">
|
||||
<img src="img/The_Square/1.jpg" alt="First slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/The_Square/2.jpg"
|
||||
alt="Second slide">
|
||||
<img src="img/The_Square/2.jpg" alt="Second slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/The_Square/3.jpg"
|
||||
alt="Third slide">
|
||||
<img src="img/The_Square/3.jpg" alt="Third slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/The_Square/4.jpg"
|
||||
alt="Fourth slide">
|
||||
<img src="img/The_Square/4.jpg" alt="Fourth slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/The_Square/5.jpg"
|
||||
alt="Fifth slide">
|
||||
<img src="img/The_Square/5.jpg" alt="Fifth slide">
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#carouselTheSquare" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#carouselTheSquare" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>"Good music, nice people, sometimes crowded!"</h2>
|
||||
@@ -99,19 +104,19 @@
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="carousel-item active">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Alt_Square/1.jpg" alt="First slide">
|
||||
<img src="img/Alt_Square/1.jpg" alt="First slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Alt_Square/2.jpg" alt="Second slide">
|
||||
<img src="img/Alt_Square/2.jpg" alt="Second slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Alt_Square/3.jpg" alt="Third slide">
|
||||
<img src="img/Alt_Square/3.jpg" alt="Third slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Alt_Square/4.jpg" alt="Fourth slide">
|
||||
<img src="img/Alt_Square/4.jpg" alt="Fourth slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Alt_Square/5.jpg" alt="Fifth slide">
|
||||
<img src="img/Alt_Square/5.jpg" alt="Fifth slide">
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#carouselAltSquare" role="button" data-slide="prev">
|
||||
@@ -145,24 +150,19 @@
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="carousel-item active">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Glod/1.jpg"
|
||||
alt="First slide">
|
||||
<img src="img/Glod/1.jpg" alt="First slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Glod/2.jpg"
|
||||
alt="Second slide">
|
||||
<img src="img/Glod/2.jpg" alt="Second slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Glod/3.jpg"
|
||||
alt="Third slide">
|
||||
<img src="img/Glod/3.jpg" alt="Third slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Glod/4.jpg"
|
||||
alt="Fourth slide">
|
||||
<img src="img/Glod/4.jpg" alt="Fourth slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://github.com/diaid83/The-Square-Project/blob/master/img/Glod/5.jpg"
|
||||
alt="Fifth slide">
|
||||
<img src="img/Glod/5.jpg" alt="Fifth slide">
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#carouselGlod" role="button" data-slide="prev">
|
||||
@@ -215,9 +215,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
|
||||
<script src="js/particles.min.js"></script>
|
||||
<script src="js/script.js"></script>
|
||||
<script src="js/particles.min.js"></script>
|
||||
|
||||
<script src="https://kit.fontawesome.com/0eb0b05fee.js"></script>
|
||||
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
|
||||
Reference in New Issue
Block a user