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
|
@ -31,7 +31,6 @@ func main() {
|
||||||
// Initialize Redis client
|
// Initialize Redis client
|
||||||
redisClient, redisError := adapters.NewRedisClient()
|
redisClient, redisError := adapters.NewRedisClient()
|
||||||
|
|
||||||
|
|
||||||
// Initialize pubsub
|
// Initialize pubsub
|
||||||
var pubSub pubsub.PubSub
|
var pubSub pubsub.PubSub
|
||||||
if redisError != nil {
|
if redisError != nil {
|
||||||
|
|
|
@ -69,6 +69,25 @@ Atridad Lahiji // Root
|
||||||
Support 🩵
|
Support 🩵
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</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}}
|
{{end}}
|
||||||
|
|
||||||
{{define "foot"}}
|
{{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