Skip to content

Commit baf6586

Browse files
henderkesclaude
andcommitted
Remove the pixellated hero screenshot and collapse the hero to one column
The hero pulled a 12-year-old screenshot off user-images.github.com that came out fuzzy at modern resolutions. Dropped the image (and its right-hand column) so the hero is now a single full-width text block with the headline, sub-paragraph, and the existing download / FAQ / source buttons. Also drops PENDING_workflow_site-deploy.yml from the repo root — the real workflow has now been committed directly to .github/workflows/site-deploy.yml on master, so the parked copy is redundant. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 14a9d59 commit baf6586

2 files changed

Lines changed: 37 additions & 106 deletions

File tree

PENDING_workflow_site-deploy.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

site/src/pages/index.astro

Lines changed: 37 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -44,60 +44,45 @@ const featureCards = [
4444

4545
<Base>
4646
<section class="border-b border-(--color-border-glass)">
47-
<div class="mx-auto grid max-w-7xl items-center gap-10 px-4 py-16 sm:px-6 md:grid-cols-[1.3fr_1fr] md:py-24">
48-
<div>
49-
<p class="mb-3 text-sm font-semibold uppercase tracking-widest text-(--color-accent)">
50-
For Guild Wars
51-
</p>
52-
<h1 class="font-display text-4xl leading-tight text-(--color-fg) sm:text-5xl md:text-6xl">
53-
The all-in-one toolkit for Guild Wars.
54-
</h1>
55-
<p class="mt-6 max-w-2xl text-lg text-(--color-fg-sub)">
56-
GWToolbox++ adds builds, hotkeys, automation, widgets, plugins and quality-of-life
57-
fixes — a single drop-in client modification trusted by veteran players and run leaders.
58-
</p>
59-
<div class="mt-8 flex flex-wrap items-center gap-3">
60-
<a
61-
href={release.url}
62-
class="inline-flex items-center gap-2 rounded bg-(--color-accent) px-5 py-2.5 text-sm font-semibold text-black transition-colors hover:bg-(--color-accent-soft)"
63-
>
64-
<svg viewBox="0 0 16 16" class="h-4 w-4 fill-current" aria-hidden="true">
65-
<path d="M8 1.5a.75.75 0 0 1 .75.75v6.69l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V2.25A.75.75 0 0 1 8 1.5zM3.25 13.5a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5z" />
66-
</svg>
67-
Download {release.version}
68-
</a>
69-
<a
70-
href="/docs/faq/"
71-
class="inline-flex items-center gap-2 rounded border border-(--color-border-glass) bg-(--color-glass) px-5 py-2.5 text-sm font-semibold text-(--color-fg) transition-colors hover:bg-(--color-glass-hover)"
72-
>
73-
Read the FAQ
74-
</a>
75-
<a
76-
href={siteConfig.githubUrl}
77-
target="_blank"
78-
rel="noopener"
79-
class="inline-flex items-center gap-2 rounded px-3 py-2.5 text-sm font-medium text-(--color-fg-sub) transition-colors hover:text-(--color-fg)"
80-
>
81-
View source →
82-
</a>
83-
</div>
84-
<p class="mt-4 text-xs text-(--color-fg-meta)">
85-
Free, open source, MIT licensed. Windows only.
86-
</p>
87-
</div>
88-
89-
<div class="relative">
90-
<div
91-
class="rounded-xl border border-(--color-border-glass) bg-(--color-card) p-1 shadow-2xl shadow-black/40"
47+
<div class="mx-auto max-w-7xl px-4 py-16 sm:px-6 md:py-24">
48+
<p class="mb-3 text-sm font-semibold uppercase tracking-widest text-(--color-accent)">
49+
For Guild Wars
50+
</p>
51+
<h1 class="font-display text-4xl leading-tight text-(--color-fg) sm:text-5xl md:text-6xl">
52+
The all-in-one toolkit for Guild Wars.
53+
</h1>
54+
<p class="mt-6 max-w-2xl text-lg text-(--color-fg-sub)">
55+
GWToolbox++ adds builds, hotkeys, automation, widgets, plugins and quality-of-life
56+
fixes — a single drop-in client modification trusted by veteran players and run leaders.
57+
</p>
58+
<div class="mt-8 flex flex-wrap items-center gap-3">
59+
<a
60+
href={release.url}
61+
class="inline-flex items-center gap-2 rounded bg-(--color-accent) px-5 py-2.5 text-sm font-semibold text-black transition-colors hover:bg-(--color-accent-soft)"
62+
>
63+
<svg viewBox="0 0 16 16" class="h-4 w-4 fill-current" aria-hidden="true">
64+
<path d="M8 1.5a.75.75 0 0 1 .75.75v6.69l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V2.25A.75.75 0 0 1 8 1.5zM3.25 13.5a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5z" />
65+
</svg>
66+
Download {release.version}
67+
</a>
68+
<a
69+
href="/docs/faq/"
70+
class="inline-flex items-center gap-2 rounded border border-(--color-border-glass) bg-(--color-glass) px-5 py-2.5 text-sm font-semibold text-(--color-fg) transition-colors hover:bg-(--color-glass-hover)"
9271
>
93-
<img
94-
src="https://user-images.githubusercontent.com/11432831/28233445-c7762ff4-68ab-11e7-9388-9437c8987a61.PNG"
95-
alt="GWToolbox++ in-game UI"
96-
class="w-full rounded-lg"
97-
loading="eager"
98-
/>
99-
</div>
72+
Read the FAQ
73+
</a>
74+
<a
75+
href={siteConfig.githubUrl}
76+
target="_blank"
77+
rel="noopener"
78+
class="inline-flex items-center gap-2 rounded px-3 py-2.5 text-sm font-medium text-(--color-fg-sub) transition-colors hover:text-(--color-fg)"
79+
>
80+
View source →
81+
</a>
10082
</div>
83+
<p class="mt-4 text-xs text-(--color-fg-meta)">
84+
Free, open source, MIT licensed. Windows only.
85+
</p>
10186
</div>
10287
</section>
10388

0 commit comments

Comments
 (0)