Update gallery images

This commit is contained in:
Miguel Nogueira 2021-10-17 04:47:09 +01:00
parent 957577f13b
commit 37fd350537
Signed by: miguel456
GPG Key ID: 2CF61B825316C6A0
12 changed files with 37 additions and 11 deletions

BIN
public/slides/ets2.01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 KiB

BIN
public/slides/ets2.02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
public/slides/ets2.03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB

BIN
public/slides/fs19.01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
public/slides/fs19.02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

BIN
public/slides/fs19.03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

BIN
public/slides/gtav.01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

BIN
public/slides/gtav.02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

BIN
public/slides/gtav.03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -22,6 +22,7 @@
<script>
$('.dropdown-toggle').dropdown()
</script>
<script src="https://cdn.jsdelivr.net/combine/npm/lightgallery@2.2.1,npm/lightgallery@2.2.1/plugins/zoom/lg-zoom.umd.min.js,npm/lightgallery@2.2.1/plugins/fullscreen/lg-fullscreen.umd.min.js"></script>
</body>
</html>

View File

@ -27,6 +27,8 @@
<link href="https:////cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery@2.2.1/css/lightgallery-bundle.min.css" integrity="sha256-Uxm/PH2he1eJjDjL9GpZSqxO3+ibyFsbhGupVTc9qLg=" crossorigin="anonymous">
<link href="/app.css" rel="stylesheet">
<!-- JQuery -->

View File

@ -192,24 +192,40 @@
<div id="carouselControls" class="carousel slide w-100" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/slides/01.png"
alt="Hub Side View">
<img class="d-block w-100" src="/slides/ets2.01.jpg"
alt="Pic from ETS2">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/slides/02.png"
alt="Hub Top View">
<img class="d-block w-100" src="/slides/ets2.02.png"
alt="Pic from ETS2">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/slides/03.png"
alt="Network Servers">
<img class="d-block w-100" src="/slides/ets2.03.png"
alt="Pic from ETS2">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/slides/04.png"
alt="Prison Mines">
<img class="d-block w-100" src="/slides/fs19.01.png"
alt="Pic from Farming Sim">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/slides/carousel1.png"
alt="Modified Survival">
<img class="d-block w-100" src="/slides/fs19.02.png"
alt="Pic from Farming Sim">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/slides/fs19.03.png"
alt="Pic from Farming Sim">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/slides/gtav.01.png"
alt="Pic from GTAV">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/slides/gtav.02.png"
alt="Pic from GTAV">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/slides/gtav.03.png"
alt="Pic from GTAV">
</div>
</div>
<a class="carousel-control-prev" href="#carouselControls" role="button" data-slide="prev">
@ -222,6 +238,13 @@
</a>
</div>
</div>
<div class="row">
<div class="col">
<p class="text-muted text-center">Créditos: Ryan Gabriel#8868 (Farming Simulator), BruceThompsonN#4217 (GTA V), CaioSFela2TI#5555 e Oliveira#3800 (ETS2)</p>
</div>
</div>