Skip to content

Commit

Permalink
changed image order
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lol committed Feb 28, 2024
1 parent 414d9dd commit 3b7ec4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/index/default.templ
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ templ index(i icon.IconFinder) {
<script type="module" src="assets/js/index/notifications.js"></script>
<div class="px-2 pt-3 sm:pt-2">
@components.FullWidthCarousel(components.NewFullWidthCarouselModel([]components.CarouselPhoto{
components.NewCarouselPhoto(nil, nil, pointerify.Pointer("assets/images/walk.avif"), "Me on the South Coast Track in Tasmania"),
components.NewCarouselPhoto(nil, nil, pointerify.Pointer("assets/images/laptop.avif"), "NixOS (screen is a little dim)"),
components.NewCarouselPhoto(nil, nil, pointerify.Pointer("assets/images/server.avif"), "My Dell Optiplex server (I couldn't quite put the side panel on after adding some extra drives)"),
components.NewCarouselPhoto(nil, nil, pointerify.Pointer("assets/images/laptop.avif"), "NixOS (screen is a little dim)"),
components.NewCarouselPhoto(nil, nil, pointerify.Pointer("assets/images/walk.avif"), "Me on the South Coast Track in Tasmania"),
components.NewCarouselPhoto(nil, nil, pointerify.Pointer("assets/images/wallpaper.avif"), "My phone wallpaper, a picture taken from a hill near my house"),
}, ctx))
</div>
Expand Down

0 comments on commit 3b7ec4d

Please sign in to comment.