mirror of
https://github.com/Damillora/Rinze.git
synced 2024-12-03 16:17:32 +00:00
feat: revert previous move of pages and update layout
This commit is contained in:
parent
e8598cf80a
commit
e0a17e4541
14
package-lock.json
generated
14
package-lock.json
generated
@ -8,7 +8,7 @@
|
||||
"name": "~TODO~",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@damillora/plachta": "^4.1.2",
|
||||
"@damillora/plachta": "^4.3.0",
|
||||
"@sveltejs/adapter-node": "^1.1.6",
|
||||
"dayjs": "^1.11.7",
|
||||
"howler": "^2.2.3",
|
||||
@ -155,9 +155,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@damillora/plachta": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@damillora/plachta/-/plachta-4.1.2.tgz",
|
||||
"integrity": "sha512-Y54dX/am9QeZFjNPvRO/PPqWzZ8SEkFYjMadDccq9I10MLjZn/mZ2BZOJjYtragKS+Yaovn/yTHqX3qDyWjRCg==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@damillora/plachta/-/plachta-4.3.0.tgz",
|
||||
"integrity": "sha512-XW6T2yerFhP8fNzAAYgGO1rZvb+s/YmKAqOKs0Ku4HHaGwwUaSsShCRq+xMi8M1mSOGCRszFjpqHJ79LehNGKg==",
|
||||
"dependencies": {
|
||||
"@sveltejs/package": "^2.2.0",
|
||||
"svelte": "^4.1.2",
|
||||
@ -3776,9 +3776,9 @@
|
||||
}
|
||||
},
|
||||
"@damillora/plachta": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@damillora/plachta/-/plachta-4.1.2.tgz",
|
||||
"integrity": "sha512-Y54dX/am9QeZFjNPvRO/PPqWzZ8SEkFYjMadDccq9I10MLjZn/mZ2BZOJjYtragKS+Yaovn/yTHqX3qDyWjRCg==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@damillora/plachta/-/plachta-4.3.0.tgz",
|
||||
"integrity": "sha512-XW6T2yerFhP8fNzAAYgGO1rZvb+s/YmKAqOKs0Ku4HHaGwwUaSsShCRq+xMi8M1mSOGCRszFjpqHJ79LehNGKg==",
|
||||
"requires": {
|
||||
"@sveltejs/package": "^2.2.0",
|
||||
"svelte": "^4.1.2",
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@damillora/plachta": "^4.1.2",
|
||||
"@damillora/plachta": "^4.3.0",
|
||||
"@sveltejs/adapter-node": "^1.1.6",
|
||||
"dayjs": "^1.11.7",
|
||||
"howler": "^2.2.3",
|
||||
|
@ -1,9 +0,0 @@
|
||||
<script>
|
||||
|
||||
import { Hero } from "@damillora/plachta";
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<Hero background="/images/bg/283-yuika/bg-xxl.jpg" />
|
||||
<slot/>
|
@ -14,6 +14,7 @@
|
||||
<Base>
|
||||
<SiteHeader />
|
||||
|
||||
<Hero background="/images/bg/283-yuika/bg-xxl.jpg" />
|
||||
<slot />
|
||||
|
||||
<Footer>
|
||||
|
@ -1,35 +1,31 @@
|
||||
<script>
|
||||
import { Hero, HeroContent, HeroList, Container, Index } from '@damillora/plachta';
|
||||
import { Hero, HeroContent, HeroList, Container, Index, Post } from '@damillora/plachta';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Damillora</title>
|
||||
</svelte:head>
|
||||
|
||||
<Container>
|
||||
<Post>
|
||||
<h1>Programmer by day, DJ at night</h1>
|
||||
<p>
|
||||
Welcome to my personal website. I'm a programmer by day, and a DJ by night. This site serves
|
||||
as my introduction, and lists my coding projects and game reviews as well.
|
||||
</p>
|
||||
</Post>
|
||||
</Container>
|
||||
<HeroList>
|
||||
<Hero background="/images/bg/283-yuika/bg-xxl.jpg">
|
||||
<HeroContent>
|
||||
<h1>Programmer by day, DJ at night</h1>
|
||||
<p>
|
||||
Welcome to my personal website. I'm a programmer by day, and a DJ by night.
|
||||
This site serves as my introduction, and lists my coding projects and game reviews as well.
|
||||
</p>
|
||||
</HeroContent>
|
||||
</Hero>
|
||||
<Hero background="/images/default-feature.jpg" halfWidth>
|
||||
<Hero background="/images/default-feature.jpg" halfWidth contentSize="medium">
|
||||
<HeroContent>
|
||||
<h1><a href="/projects">Software Projects</a></h1>
|
||||
<p>
|
||||
I make various software, including this very website.
|
||||
</p>
|
||||
<p>I make various software, including this very website.</p>
|
||||
</HeroContent>
|
||||
</Hero>
|
||||
<Hero background="/images/feature-dj.jpg" halfWidth>
|
||||
<Hero background="/images/feature-dj.jpg" halfWidth contentSize="medium">
|
||||
<HeroContent>
|
||||
<h1><a href="/dj">DJ Damillora</a></h1>
|
||||
<p>
|
||||
I focus on playing Japanese music vocals on top of club music.
|
||||
</p>
|
||||
<p>I focus on playing Japanese music vocals on top of club music.</p>
|
||||
</HeroContent>
|
||||
</Hero>
|
||||
</HeroList>
|
||||
</HeroList>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<title>Damillora: About</title>
|
||||
</svelte:head>
|
||||
|
||||
<Hero background="/images/feature-dj.jpg">
|
||||
<Hero background="/images/feature-dj.jpg" contentSize="medium">
|
||||
<HeroContent>
|
||||
<h1 class="page-header__heading">DJ Damillora</h1>
|
||||
<p>
|
Loading…
Reference in New Issue
Block a user