Testimonials

This commit is contained in:
Atridad Lahiji 2024-04-12 10:52:45 -06:00
parent f251af997e
commit 4184c33a2a
No known key found for this signature in database
6 changed files with 20 additions and 2 deletions

View file

@ -30,7 +30,6 @@ func main() {
// Initialize Redis client
redisClient, redisError := adapters.NewRedisClient()
// Initialize pubsub
var pubSub pubsub.PubSub

View file

@ -69,6 +69,25 @@ Atridad Lahiji // Root
Support 🩵
</a>
</div>
<span>
<h2 class="mb-2 text-xl text-white sm:text-[1.5rem]">Things People Say About Me:</h2>
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-3">
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/1.png"
alt="gallery-photo" />
</div>
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/2.png"
alt="gallery-photo" />
</div>
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/3.png"
alt="gallery-photo" />
</div>
</div>
</span>
{{end}}
{{define "foot"}}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB