1
0
Fork 0

remove copyright notice, attribution, and change header wording
All checks were successful
Hugo / build (push) Successful in -11s

This commit is contained in:
brooke 2024-09-12 19:41:08 -04:00
parent 2e7be6ded6
commit e2c927bf1b
4 changed files with 4 additions and 19 deletions

View file

@ -4,16 +4,8 @@ theme: mir
menus: menus:
main: main:
# - identifier: about
# name: About us
# url: /about/
# weight: 1
# - identifier: projects
# name: Projects
# url: /projects/
# weight: 2
- identifier: contact - identifier: contact
name: Get in Contact! name: Contact
url: /contact/ url: /contact/
weight: 1 weight: 1
disableKinds: disableKinds:

View file

@ -9,13 +9,9 @@
<p class="text-lg">{{ .Params.subTitle }}</p> <p class="text-lg">{{ .Params.subTitle }}</p>
{{ partial "contact.html" . }} {{ partial "contact.html" . }}
</div> </div>
<div class="w-full relative md:inline-block hidden">
<div class="flex-col flex bg-[#f1f5fc] p-4 rounded-lg"> <div class="flex-col flex bg-[#f1f5fc] p-4 rounded-lg">
<img class="relative object-cover aspect-square h-96 rounded-lg" src="{{ .Params.Img }}"> <img class="relative object-cover aspect-square h-96 rounded-lg" src="{{ .Params.Img }}">
</img> </img>
<div class="text-xs">Photo: <a class="z-40 font-bold" target="_blank"
href="https://unsplash.com/photos/group-of-blue-jellyfish-SJ94Ce7jpMc">Kaede KBYS</a></div>
</div>
<div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div> <div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div>
</div> </div>
</section> </section>

View file

@ -4,7 +4,6 @@
<a class="flex justify-center items-center mb-2 sm:mb-0" aria-label="Back to home" href="/"> <a class="flex justify-center items-center mb-2 sm:mb-0" aria-label="Back to home" href="/">
<img class="sm:block hidden h-[40.2667px]" alt="{{ .Params.logoAlt }}" src="{{ .Params.logo }}" loading="lazy" /> <img class="sm:block hidden h-[40.2667px]" alt="{{ .Params.logoAlt }}" src="{{ .Params.logo }}" loading="lazy" />
</a> </a>
<p class="text-center">Copyright © {{ now.Year }} <strong>{{ .Params.copyname }}</strong>. All rights reserved.</p>
<div class="flex flex-row gap-2 items-center"> <div class="flex flex-row gap-2 items-center">
{{ range .Params.social.main }} {{ range .Params.social.main }}
<a target="_blank" aria-label="{{ .label }}" href="{{ .url | safeURL }}" class="fill-[#192252] h-5 w-5 flex items-center"> <a target="_blank" aria-label="{{ .label }}" href="{{ .url | safeURL }}" class="fill-[#192252] h-5 w-5 flex items-center">

View file

@ -3,8 +3,6 @@
<div class="flex-col md:flex hidden bg-[#f1f5fc] p-4 rounded-lg"> <div class="flex-col md:flex hidden bg-[#f1f5fc] p-4 rounded-lg">
<img class="relative object-cover aspect-[12/10] h-96 rounded-lg" src="{{ .Params.headerImg }}"> <img class="relative object-cover aspect-[12/10] h-96 rounded-lg" src="{{ .Params.headerImg }}">
</img> </img>
<div class="text-xs">Photo: <a class="z-40 font-bold" target="_blank"
href="https://unsplash.com/photos/closeup-photography-of-swarm-of-jellyfish-MYadhrkenNg">Marat Gilyadzinov</a></div>
</div> </div>
<div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div> <div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div>
</div> </div>