Skip to content

Commit

Permalink
微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hikaruworld committed Dec 17, 2023
1 parent 2c35020 commit 2ebc9de
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 111 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Header() {
<div className="order-first -mx-4 flex flex-auto basis-full overflow-x-auto whitespace-nowrap border-b border-black-600/10 py-4 font-mono text-sm text-black-600 sm:-mx-6 lg:order-none lg:mx-0 lg:basis-auto lg:border-0 lg:py-0">
<div className="mx-auto flex items-center gap-4 px-4">
<p>
<time dateTime="2022-04-04">2024/1/20 11:00 - 18:00</time>
<time dateTime="2024-01-20">2024/1/20 11:50 - 18:30</time>
</p>
<DiamondIcon className="h-1.5 w-1.5 overflow-visible fill-current stroke-current" />
<p>Toyama Prefectural University</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Hero() {
<dl className="mt-10 grid grid-cols-2 gap-x-10 gap-y-6 sm:mt-16 sm:gap-x-16 sm:gap-y-10 sm:text-center lg:auto-cols-auto lg:grid-flow-col lg:grid-cols-none lg:justify-start lg:text-left">
{[
['Date', '2024.1.20'],
['Time', '11:50 - 19:00'],
['Time', '11:50 - 18:30'],
['Location', '富山県立大学 DX教育研究センター', "max-lg:col-span-2"],
].map(([name, value, className]) => (
<div key={name} className={clsx(className)}>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export function Newsletter() {
<Button href="/sponsor">
<span>スポンサーのご協力</span>
</Button>
<Button href="https://docs.google.com/forms/d/e/1FAIpQLSfbJS_gWQ5pHAnEKs6WLUs2dweYpD6vOVzgfYntg6mouCmJrw/viewform" target="_blank" rel="noopener noreferrer">
{/* <Button href="https://docs.google.com/forms/d/e/1FAIpQLSfbJS_gWQ5pHAnEKs6WLUs2dweYpD6vOVzgfYntg6mouCmJrw/viewform" target="_blank" rel="noopener noreferrer">
<span>スピーカーの応募</span>
</Button>
</Button> */}
</div>
</div>
</div>
Expand Down
16 changes: 5 additions & 11 deletions src/components/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const scheduleTop: Day = {
{
name: '受付開始',
description: '',
start: '11:00',
start: '11:50',
end: '',
},
{
Expand All @@ -55,20 +55,14 @@ const scheduleBottom: Day = {
{
name: 'クロージング',
description: '',
start: '16:20',
end: '16:30',
start: '16:40',
end: '16:50',
},
{
name: '小島 富治雄・石野 光仁・鈴木 孝明',
description: 'BuriKaigi 名物!C# ドキドキ Live Coding 対決!!',
start: '16:30',
end: '17:30',
},
{
name: 'ライトニングトーク',
description: '',
start: '17:30',
end: '18:30',
start: '16:50',
end: '17:40',
},
]
}
Expand Down
96 changes: 0 additions & 96 deletions src/pages/index.backup.astro

This file was deleted.

0 comments on commit 2ebc9de

Please sign in to comment.