Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions 2025/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ import { Menu, X } from "@lucide/astro";
</a>
</div>
<nav class="hidden items-center space-x-6 md:flex">
<a
href="#cfp"
class="text-sm font-medium transition-colors hover:text-emerald-600"
>
プロポーザルの募集
</a>
<a
href="#keynote"
class="text-sm font-medium transition-colors hover:text-emerald-600"
Expand Down Expand Up @@ -94,11 +88,6 @@ import { Menu, X } from "@lucide/astro";
>
<div class="container mx-auto px-4 py-4">
<nav class="flex flex-col space-y-4">
<a
href="#cfp"
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
>プロポーザルの募集</a
>
<a
href="#keynote"
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
Expand Down
4 changes: 0 additions & 4 deletions 2025/src/components/Top.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ import { ExternalLink, Heart } from "@lucide/astro";
<div
class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
>
<button
class="inline-flex h-10 w-auto items-center justify-center gap-2 rounded-md border border-emerald-600 bg-background px-4 py-2 text-sm font-medium whitespace-nowrap text-emerald-700 ring-offset-background transition-colors hover:bg-emerald-50 hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
><a href="#cfp">プロポーザルを提出する</a></button
>
<button
class="inline-flex h-10 items-center justify-center gap-2 rounded-md bg-emerald-600 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-emerald-700 focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
><a
Expand Down
2 changes: 0 additions & 2 deletions 2025/src/pages/[lang]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Staff from "../../components/Staff/index.astro";
import Top from "../../components/Top.astro";
import Venue from "../../components/Venue.astro";
import OfficialBlog from "../../components/OfficialBlog.astro";
import CfP from "../../components/CfP.astro";
import "../../styles/global.css";
import { LANGUAGES } from "@/i18n";

Expand All @@ -21,7 +20,6 @@ export function getStaticPaths() {
<Layout>
<main class="min-h-screen">
<Top />
<CfP />
<KeynoteSpeakers />
<Venue />
<AboutVimConf />
Expand Down