1
0
Fork 0

attribution for contact form image

This commit is contained in:
brooke 2024-09-12 19:21:36 -04:00
parent eb28c19ad5
commit 5382d1415b
2 changed files with 6 additions and 3 deletions

View file

@ -9,8 +9,11 @@
<p class="text-lg">{{ .Params.subTitle }}</p> <p class="text-lg">{{ .Params.subTitle }}</p>
{{ partial "contact.html" . }} {{ partial "contact.html" . }}
</div> </div>
<div class="md:flex hidden bg-[#f1f5fc] p-4 rounded-lg"> <div class="flex-col md:flex hidden bg-[#f1f5fc] p-4 rounded-lg">
<img class="object-cover aspect-[12/10] h-96 rounded-lg" src="{{ .Params.img }}"></img> <img class="relative object-cover aspect-[12/10] h-96 rounded-lg" src="{{ .Params.img }}">
</img>
<div class="text-xs" >Photo: <a class="z-40 font-bold"
href="https://unsplash.com/photos/group-of-blue-jellyfish-SJ94Ce7jpMc">Kaede KBYS</a></div>
</div> </div>
</section> </section>
{{ else }} {{ else }}

File diff suppressed because one or more lines are too long