File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import Layout from ' ../layouts/Layout.astro' ;
3
+ import LanguagePicker from ' ../components/LanguagePicker.astro'
3
4
---
4
5
5
6
<Layout >
6
7
<header class =" hero" >
8
+ <LanguagePicker />
7
9
<div class =" container" >
8
10
<h1 >VimConf <wbr />2025</h1 >
9
11
</div >
100
102
101
103
/* Hero Section */
102
104
.hero {
103
- background: linear-gradient(60deg , #9ebd13 0%, #069700 100%);
105
+ background: linear-gradient(110deg , #9ebd13 0%, #069700 100%);
104
106
color: #fff;
105
- padding: 100px 0;
106
107
text-align: center;
107
108
108
109
h1 {
Original file line number Diff line number Diff line change 1
1
---
2
2
import Layout from ' ../layouts/Layout.astro' ;
3
+ import LanguagePicker from ' ../components/LanguagePicker.astro'
3
4
---
4
5
5
6
<Layout >
6
7
<header class =" hero" >
8
+ <LanguagePicker />
7
9
<div class =" container" >
8
10
<h1 >VimConf <wbr />2025</h1 >
9
11
</div >
10
12
</header >
11
13
12
14
<section >
13
15
<div class =" container" >
14
- <h2 id =" VimConf 2025 とは? " class =" section-title" ><a href =" #VimConf 2025 とは? " >VimConf 2025 とは?</a ></h2 >
16
+ <h2 id =" what-is-vimconf- 2025" class =" section-title" ><a href =" #what-is-vimconf- 2025" >VimConf 2025 とは?</a ></h2 >
15
17
<p >VimConf は、世界初かつ世界で唯一のコミュニティによって定期運営されているVimの国際カンファレンスです。</p >
16
18
<h3 >概要</h3 >
17
19
<table >
18
20
<tr >
19
- <th style =" word-break:: keep-all;" >開催日<wbr />(予定)</th >
21
+ <th style =" word-break:keep-all;" >開催日<wbr />(予定)</th >
20
22
<td >2025-11-02(日)</td >
21
23
</tr >
22
24
<tr >
@@ -90,24 +92,22 @@ import Layout from '../layouts/Layout.astro';
90
92
</Layout >
91
93
92
94
<style >
93
-
94
95
h3 {
95
96
font-size: 1.2rem;
96
97
}
97
98
98
- /* コンテナ */
99
+ /* Container */
99
100
.container {
100
101
width: 90%;
101
102
max-width: 960px;
102
103
margin: auto;
103
104
padding: 24px 0;
104
105
}
105
106
106
- /* ヒーローセクション */
107
+ /* Hero Section */
107
108
.hero {
108
- background: linear-gradient(60deg , #9ebd13 0%, #069700 100%);
109
+ background: linear-gradient(110deg , #9ebd13 0%, #069700 100%);
109
110
color: #fff;
110
- padding: 100px 0;
111
111
text-align: center;
112
112
113
113
h1 {
119
119
}
120
120
}
121
121
122
- /* セクションタイトル */
122
+ /* Section Title */
123
123
.section-title {
124
124
font-size: 2.4rem;
125
125
border-bottom: 2px solid #ccc;
@@ -130,21 +130,21 @@ h3 {
130
130
}
131
131
}
132
132
133
- /* セクション共通 */
133
+ /* Common Section Styles */
134
134
section {
135
135
padding: 50px 0;
136
136
background-color: #fff;
137
137
138
138
&:nth-of-type(even) {
139
139
background: #f1f9f1;
140
140
}
141
-
141
+ }
142
142
143
143
section + section {
144
144
margin-top: 16px;
145
145
}
146
146
147
- /* お問い合わせボタン */
147
+ /* Contact Button */
148
148
.btn {
149
149
display: inline-block;
150
150
background-color: #069700;
@@ -171,7 +171,7 @@ table th {
171
171
font-weight: bold;
172
172
}
173
173
174
- /* レスポンシブ調整 */
174
+ /* Responsive Adjustments */
175
175
@media (max-width: 600px) {
176
176
.hero h1 {
177
177
font-size: 3rem;
@@ -181,4 +181,5 @@ table th {
181
181
font-size: 1.6rem;
182
182
}
183
183
}
184
+
184
185
</style >
You can’t perform that action at this time.
0 commit comments