chore: ommit gallery section for now

comment out the gallery section until a better image processing is done
This commit is contained in:
Gustavo "Guz" L. de Mello
2024-06-19 14:11:36 -03:00
parent 8e191c8864
commit 4e848a0b68

View File

@@ -18,7 +18,7 @@ templ Homepage(props HomepageProps) {
@components.Nav([]components.Link{
{Text: "about", Link: templ.SafeURL("#about")},
{Text: "projects", Link: templ.SafeURL("#projects")},
{Text: "gallery", Link: templ.SafeURL("#gallery")},
// {Text: "gallery", Link: templ.SafeURL("#gallery")},
{Text: "blog", Link: templ.SafeURL("#blog")},
{Text: "contact", Link: templ.SafeURL("#contact")},
})
@@ -121,7 +121,7 @@ templ Homepage(props HomepageProps) {
</div>
</div>
</section>
<section
<!-- <section
aria-labelledby="gallery-header"
id="gallery"
class="w-screen min-h-screen flex justify-center items-center"
@@ -149,7 +149,7 @@ templ Homepage(props HomepageProps) {
}
</div>
</div>
</section>
</section> -->
<section
aria-labelledby="blog-header"
id="blog"