Skip to content

Commit fefffeb

Browse files
authored
Merge pull request #14 from ComputerScienceHouse/gold
Change website to be gold themed, with logo front and center
2 parents 364501e + e638a56 commit fefffeb

5 files changed

Lines changed: 34 additions & 31 deletions

File tree

public/csh-50th-logo.png

937 KB
Loading

src/components/Navbar.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ export function Navbar() {
2222
<div className="flex items-center justify-between h-16 md:h-20">
2323
{/* Logo */}
2424
<Link to="/" className="flex items-center gap-2">
25-
<span className="text-xl md:text-2xl font-display font-bold text-gradient">
26-
CSH 50th
27-
</span>
25+
<img
26+
src="/csh-50th-logo.png"
27+
alt="CSH 50th Anniversary"
28+
className="h-10 md:h-12 w-auto"
29+
/>
2830
</Link>
2931

3032
{/* Desktop Navigation */}

src/components/ui/button.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const buttonVariants = cva(
1616
ghost: "hover:bg-accent hover:text-accent-foreground",
1717
link: "text-primary underline-offset-4 hover:underline",
1818
// CSH branded variants
19-
hero: "bg-gradient-to-r from-[hsl(322,78%,39%)] to-[hsl(346,79%,50%)] text-white font-semibold shadow-lg shadow-[hsl(322,78%,39%)]/30 hover:scale-105 hover:shadow-xl hover:shadow-[hsl(322,78%,39%)]/40",
20-
"hero-outline": "border-2 border-[hsl(322,78%,39%)] bg-transparent text-foreground hover:bg-[hsl(322,78%,39%)]/10 hover:border-[hsl(346,79%,50%)]",
19+
hero: "bg-gradient-to-r from-[hsl(43,74%,49%)] to-[hsl(45,85%,55%)] text-black font-semibold shadow-lg shadow-[hsl(43,74%,49%)]/30 hover:scale-105 hover:shadow-xl hover:shadow-[hsl(43,74%,49%)]/40",
20+
"hero-outline": "border-2 border-[hsl(43,74%,49%)] bg-transparent text-foreground hover:bg-[hsl(43,74%,49%)]/10 hover:border-[hsl(45,85%,55%)]",
2121
glass: "bg-[hsl(240,10%,10%)]/80 backdrop-blur-xl border border-[hsl(240,10%,25%)]/50 text-foreground hover:bg-[hsl(240,10%,16%)]/80",
2222
},
2323
size: {

src/index.css

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@layer base {
88
:root {
9-
/* CSH Brand Colors - Dark Theme */
9+
/* Golden Anniversary - Dark Theme */
1010
--background: 240 10% 6%;
1111
--foreground: 0 0% 98%;
1212

@@ -16,35 +16,35 @@
1616
--popover: 240 10% 10%;
1717
--popover-foreground: 0 0% 98%;
1818

19-
/* Primary: CSH Magenta #B0197E */
20-
--primary: 322 78% 39%;
21-
--primary-foreground: 0 0% 100%;
19+
/* Primary: Rich Goldenrod #DAA520 */
20+
--primary: 43 74% 49%;
21+
--primary-foreground: 240 10% 6%;
2222

23-
/* Secondary: CSH Red #E11C52 */
24-
--secondary: 346 79% 50%;
25-
--secondary-foreground: 0 0% 100%;
23+
/* Secondary: Warm Gold */
24+
--secondary: 45 85% 55%;
25+
--secondary-foreground: 240 10% 6%;
2626

2727
--muted: 240 10% 16%;
2828
--muted-foreground: 240 5% 65%;
2929

30-
--accent: 322 78% 39%;
31-
--accent-foreground: 0 0% 100%;
30+
--accent: 43 74% 49%;
31+
--accent-foreground: 240 10% 6%;
3232

3333
--destructive: 0 84.2% 60.2%;
3434
--destructive-foreground: 0 0% 100%;
3535

3636
--border: 240 10% 20%;
3737
--input: 240 10% 20%;
38-
--ring: 322 78% 39%;
38+
--ring: 43 74% 49%;
3939

4040
--radius: 0.75rem;
4141

42-
/* Custom CSH tokens */
43-
--csh-magenta: 322 78% 39%;
44-
--csh-red: 346 79% 50%;
45-
--csh-gradient: linear-gradient(135deg, hsl(322, 78%, 39%) 0%, hsl(346, 79%, 50%) 100%);
46-
--csh-gradient-soft: linear-gradient(135deg, hsl(322, 78%, 39%, 0.2) 0%, hsl(346, 79%, 50%, 0.2) 100%);
47-
--csh-glow: 0 0 60px hsl(322, 78%, 39%, 0.4);
42+
/* Golden Anniversary tokens */
43+
--csh-magenta: 43 74% 49%;
44+
--csh-red: 45 85% 55%;
45+
--csh-gradient: linear-gradient(135deg, hsl(43, 74%, 49%) 0%, hsl(45, 85%, 55%) 100%);
46+
--csh-gradient-soft: linear-gradient(135deg, hsl(43, 74%, 49%, 0.2) 0%, hsl(45, 85%, 55%, 0.2) 100%);
47+
--csh-glow: 0 0 60px hsl(43, 74%, 49%, 0.4);
4848

4949
/* Glass effect */
5050
--glass-bg: hsl(240, 10%, 10%, 0.8);
@@ -121,8 +121,8 @@
121121
}
122122

123123
@keyframes pulse-glow {
124-
0%, 100% { box-shadow: 0 0 30px hsl(322, 78%, 39%, 0.3); }
125-
50% { box-shadow: 0 0 60px hsl(346, 79%, 50%, 0.5); }
124+
0%, 100% { box-shadow: 0 0 30px hsl(43, 74%, 49%, 0.3); }
125+
50% { box-shadow: 0 0 60px hsl(45, 85%, 55%, 0.5); }
126126
}
127127

128128
@keyframes fade-up {

src/pages/Index.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,21 @@ const Index = () => {
2626
<div className="container mx-auto px-4 relative z-10">
2727
<div className="max-w-4xl mx-auto text-center">
2828
{/* Badge */}
29-
<div className="inline-flex items-center gap-2 glass rounded-full px-4 py-2 mb-8 animate-fade-up">
29+
<div className="inline-flex items-center gap-2 glass rounded-full px-4 py-2 mb-8 mt-12 animate-fade-up">
3030
<Sparkles className="w-4 h-4 text-csh-magenta" />
3131
<span className="text-sm font-medium text-muted-foreground">
3232
April 10-12, 2026 • Rochester, NY
3333
</span>
3434
</div>
3535

36-
{/* Main Headline */}
37-
<h1 className="text-5xl md:text-7xl lg:text-8xl font-display font-bold mb-6 animate-fade-up" style={{ animationDelay: "0.1s" }}>
38-
<span className="text-foreground">CSH </span>
39-
<span className="text-gradient">50th</span>
40-
<br />
41-
<span className="text-foreground">Anniversary</span>
42-
</h1>
36+
{/* Main Headline - Logo */}
37+
<div className="mb-6 animate-fade-up flex justify-center" style={{ animationDelay: "0.1s" }}>
38+
<img
39+
src="/csh-50th-logo.png"
40+
alt="CSH 50th Anniversary"
41+
className="w-full max-w-md h-auto"
42+
/>
43+
</div>
4344

4445
{/* Subheadline */}
4546
<p className="text-lg md:text-xl text-muted-foreground max-w-2xl mx-auto mb-8 animate-fade-up" style={{ animationDelay: "0.2s" }}>

0 commit comments

Comments
 (0)