Add robot vector art.

This commit is contained in:
Kaj Forney 2022-12-06 06:28:53 -07:00
parent a898bce5f8
commit 820681dab2
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F
2 changed files with 12 additions and 4 deletions

BIN
img/art/symbolSet_fullSet.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View file

@ -53,6 +53,7 @@
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="4" aria-label="Slide 5"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="5" aria-label="Slide 6"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="6" aria-label="Slide 7"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
@ -86,15 +87,22 @@
<div class="carousel-item">
<img src="img/art/portrait_dad.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5 class="text-shadow">DIGITAL PORTRAIT</h5>
<p class="text-shadow">A picture of my dad.</p>
<h5 class="text-shadow"></h5>
<p class="text-shadow"></p>
</div>
</div>
<div class="carousel-item">
<img src="img/art/dadKaj.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5 style="color:#283044" class="text-shadow">DIGITAL PORTRAIT</h5>
<p style="color:#283044" class="text-shadow">A picture I recreated of my dad and I.</p>
<h5 style="color:#283044" class="text-shadow"></h5>
<p style="color:#283044" class="text-shadow"></p>
</div>
</div>
<div class="carousel-item">
<img src="img/art/symbolSet_fullSet.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5 style="class="text-shadow"></h5>
<p style="class="text-shadow"></p>
</div>
</div>
</div>