Testimonials
This commit is contained in:
parent
f251af997e
commit
4184c33a2a
6 changed files with 20 additions and 2 deletions
1
main.go
1
main.go
|
@ -30,7 +30,6 @@ func main() {
|
|||
|
||||
// Initialize Redis client
|
||||
redisClient, redisError := adapters.NewRedisClient()
|
||||
|
||||
|
||||
// Initialize pubsub
|
||||
var pubSub pubsub.PubSub
|
||||
|
|
|
@ -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"}}
|
||||
|
|
2
public/css/styles.home.css
vendored
2
public/css/styles.home.css
vendored
File diff suppressed because one or more lines are too long
BIN
public/img/testimonials/1.png
Normal file
BIN
public/img/testimonials/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
public/img/testimonials/2.png
Normal file
BIN
public/img/testimonials/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
public/img/testimonials/3.png
Normal file
BIN
public/img/testimonials/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Add table
Reference in a new issue