-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
87 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,27 @@ | ||
import { InlineLink } from "#components/Button" | ||
import "#design-system/markdown.css" | ||
import Markdown from "#markdown/Markdown" | ||
|
||
export default function Page(props: Record<string, string>) { | ||
return ( | ||
<> | ||
<Markdown class="lg:py-16 pb-16" content={props.content} /> | ||
<div class="flex items-center mb-4 py-2 bg-transparent sticky top-0 lg:top-14 z-50"> | ||
<div class="w-screen bg-light-zinc/95 backdrop-blur-xl dark:bg-black/90 absolute top-0 bottom-0 left-1/2 -translate-x-1/2" /> | ||
<div class="flex relative z-20"> | ||
<InlineLink link="/archive" class="px-1.5 -ml-1.5"> | ||
Archive | ||
</InlineLink> | ||
<p> / </p> | ||
<InlineLink link="/archive/projects" class="px-1.5 line-clamp-1"> | ||
Projects | ||
</InlineLink> | ||
<p> / </p> | ||
<p class="font-medium px-1.5 text-zinc-400 dark:text-zinc-600 truncate"> | ||
{props.title} | ||
</p> | ||
</div> | ||
</div> | ||
<Markdown class="lg:pt-7 lg:pb-16 pb-16" content={props.content} /> | ||
</> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,30 @@ | ||
import { InlineLink } from "#components/Button" | ||
import "#design-system/markdown.css" | ||
import Markdown from "#markdown/Markdown" | ||
|
||
export default function Page(props: Record<string, string>) { | ||
return ( | ||
<> | ||
<Markdown class="lg:py-16 pb-16" content={props.content} /> | ||
<div class="flex items-center mb-4 py-2 bg-transparent sticky top-0 lg:top-14 z-50"> | ||
<div class="w-screen bg-light-zinc/95 backdrop-blur-xl dark:bg-black/90 absolute top-0 bottom-0 left-1/2 -translate-x-1/2" /> | ||
<div class="flex relative z-20"> | ||
<InlineLink link="/archive" class="px-1.5 -ml-1.5"> | ||
Archive | ||
</InlineLink> | ||
<p> / </p> | ||
<InlineLink | ||
link="/archive/short-projects" | ||
class="px-1.5 line-clamp-1" | ||
> | ||
Short Projects | ||
</InlineLink> | ||
<p> / </p> | ||
<p class="font-medium px-1.5 text-zinc-400 dark:text-zinc-600 truncate"> | ||
{props.title} | ||
</p> | ||
</div> | ||
</div> | ||
<Markdown class="lg:pt-7 lg:pb-16 pb-16" content={props.content} /> | ||
</> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1c6b128
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
florians-site-preview – ./
florians-site-preview-git-new-portfolio-flornkm.vercel.app
florians-site-preview-flornkm.vercel.app
preview.floriankiem.com
florians-site-preview.vercel.app