mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
simplify main page
This commit is contained in:
parent
e5eed6e61c
commit
f558d81d85
1 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@
|
|||
<b on:mouseenter={() => appTypeHover = "websites"} on:mouseleave={() => appTypeHover === "website" && (appTypeHover = null)}>online games</b>.</h1>
|
||||
<!-- <h3>To be used later</h3> -->
|
||||
<div class="flex gap-4">
|
||||
<Button blur class="!p-4" href="#projects">Check out my work</Button>
|
||||
<Button blur class="!p-4" href="#contact">Send me a message</Button>
|
||||
<div class="blog-preview flex backdrop-blur bg-black/40 items-center rounded">
|
||||
<Button blur class="!p-4 h-full !flex items-center !rounded-r-0 !bg-transparent !backdrop-none" href="/posts">
|
||||
<span>
|
||||
|
|
@ -55,10 +55,10 @@
|
|||
</div>
|
||||
</Hero>
|
||||
<Projects {appTypeHover} />
|
||||
<div class="text-center">
|
||||
<!-- <div class="text-center">
|
||||
In addition, this website is open-source and available on <img class="white inline w-1em h-1em" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg" alt=""> <a href="https://github.com/danbulant/design" style="color: rgb(255, 102, 128)">GitHub</a>
|
||||
</div>
|
||||
<TechnologyList />
|
||||
</div> -->
|
||||
<!-- <TechnologyList /> -->
|
||||
{#if posts}
|
||||
<Posts {posts} />
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Reference in a new issue