This repository was archived by the owner on Mar 15, 2025. It is now read-only.
File tree 5 files changed +5
-12
lines changed
5 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export default function Experiences(): ReactElement {
127
127
</ Text >
128
128
</ Center >
129
129
< Center >
130
- < p . div h = { 1300 } m = { 3 } w = { isMobile ? 500 : 700 } >
130
+ < p . div h = { 1300 } m = { 3 } mb = { 20 } w = { isMobile ? 500 : 700 } >
131
131
{ ExperiencesList . map ( ( experience , index ) => (
132
132
< Experience
133
133
key = { experience . name }
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const hobbiesList: HobbyData[] = [
42
42
こんなあらすじだけでは伝わらない良さが詰まっているのでぜひ読んでください。なんなら私が貸します。
43
43
他にも伊藤計劃のユートピアな近未来に馴染めない女の子達の壮大な自殺と世界の話「ハーモニー」、
44
44
チャック・パラニュークの独特の読み応えの文章がクセになる「ファイト・クラブ」も大好きな本です。
45
- なので布教計画を立案中 ...` ,
45
+ 布教計画を立案中 ...` ,
46
46
} ,
47
47
{
48
48
name : "Anime" ,
@@ -128,11 +128,7 @@ function Hobby({
128
128
< Text inherit > { name } </ Text >
129
129
</ Flex >
130
130
< p . div fontSize = { 16 } >
131
- < Spoiler
132
- hideLabel = "オタクの長尺の語りウザいから消すボタン"
133
- maxHeight = { 200 }
134
- showLabel = "もっとみせる"
135
- >
131
+ < Spoiler hideLabel = "" maxHeight = { 200 } showLabel = "もっとみせる" >
136
132
< Text inherit > { description } </ Text >
137
133
</ Spoiler >
138
134
</ p . div >
@@ -169,6 +165,7 @@ export default function Hobbies(): ReactElement {
169
165
gridColor = { colorScheme === "light" ? "gray.9" : "gray.3" }
170
166
h = { 300 }
171
167
legendProps = { { verticalAlign : "bottom" } }
168
+ mb = { 10 }
172
169
series = { [
173
170
{ name : "Program" , color : "red.6" } ,
174
171
{ name : "Read" , color : "orange.6" } ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default function Top(): ReactElement {
16
16
src = { picture }
17
17
/>
18
18
< p . div
19
- bottom = { 20 }
19
+ bottom = { isMobile ? 10 : 20 }
20
20
color = "white"
21
21
fontFamily = "Noto serif JP"
22
22
fontSize = { isMobile ? 30 : 50 }
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ import Skills from "@/components/sections/Skills";
11
11
import Experiences from "@/components/sections/Experiences" ;
12
12
import Hobbies from "@/components/sections/Hobbies" ;
13
13
import { $colorScheme } from "@/stores/option" ;
14
- // import Awards from "@/components/sections/Awards";
15
- // import Works from "@/components/sections/Works";
16
14
// import Products from "@/components/sections/Products";
17
15
// import Blogs from "@/components/sections/Blogs";
18
16
@@ -114,8 +112,6 @@ export default function Home(): ReactElement {
114
112
< Experiences />
115
113
< Hobbies />
116
114
{ /*
117
- <Awards />
118
- <Works />
119
115
<Products />
120
116
<Blogs />
121
117
*/ }
You can’t perform that action at this time.
0 commit comments