feat: projects section link
This commit is contained in:
@@ -123,8 +123,21 @@ templ Homepage() {
|
||||
aria-labelledby="projects"
|
||||
class="w-90vw xl:w-50vw h-90vh"
|
||||
>
|
||||
<h2 id="projects" class="font-cal text-5xl lg:text-6xl xl:text-7xl">Projects.</h2>
|
||||
<div class="grid grid-flow-row auto-rows-[minmax(7rem,_2fr)] md:grid-cols-2 gap-5">
|
||||
<hgroup class="flex justify-between my-5">
|
||||
<h2 id="projects" class="font-cal text-5xl m-0">Projects.</h2>
|
||||
<p class="m-0">
|
||||
<a
|
||||
href="/projects"
|
||||
class="decoration-none text-light-gray flex items-center"
|
||||
>
|
||||
See more
|
||||
<span
|
||||
class="w-5 h-5 bg-light-gray i-solar:arrow-right-up-line-duotone inline-block"
|
||||
></span>
|
||||
</a>
|
||||
</p>
|
||||
</hgroup>
|
||||
<div class="grid grid-flow-row auto-rows-[minmax(6.7rem,_2fr)] md:grid-cols-2 gap-5">
|
||||
for i, project := range components.SortProjects(mockProjects) {
|
||||
if i == 0 {
|
||||
<div class="row-span-2">
|
||||
|
||||
Reference in New Issue
Block a user