mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
refactor: improve project page
This commit is contained in:
committed by
Stefan Imhoff
parent
adf4084a42
commit
ae5249359d
@@ -20,21 +20,8 @@ const description =
|
||||
'I’m a Frontend Developer by profession. I worked in Design, Editing, and 3D Animation. These are projects I created over the last years.';
|
||||
---
|
||||
|
||||
<GridLayout
|
||||
title={title}
|
||||
description={description}
|
||||
grid="fullsize"
|
||||
class="grid"
|
||||
backLink="/"
|
||||
innerGrid
|
||||
>
|
||||
<PageTitle
|
||||
grid="wide"
|
||||
innerGrid
|
||||
class="!col-start-2 !col-end-18 md:!col-start-3 md:!col-end-17"
|
||||
>
|
||||
Projects
|
||||
</PageTitle>
|
||||
<GridLayout title={title} description={description} grid="wide" class="grid" backLink="/" innerGrid>
|
||||
<PageTitle grid="fullsize" innerGrid class=""> Projects </PageTitle>
|
||||
|
||||
<article class="col-start-2 col-end-18 md:col-start-6 md:col-end-14">
|
||||
<Intro components={mapping} />
|
||||
|
||||
@@ -41,7 +41,7 @@ const title = entry.data.title;
|
||||
const description = entry.data.intro || `The detail for project "${entry.data.title}"`;
|
||||
---
|
||||
|
||||
<GridLayout title={title} description={description} grid="wide" innerGrid backLink="/projects/">
|
||||
<GridLayout title={title} description={description} grid="narrow" innerGrid backLink="/projects/">
|
||||
<PageTitle slot="title">
|
||||
{entry.data.title}
|
||||
</PageTitle>
|
||||
|
||||
Reference in New Issue
Block a user