chore: ommit gallery section for now
comment out the gallery section until a better image processing is done
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user