Skip to content
Open
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
354 changes: 354 additions & 0 deletions assets/conference2026.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,354 @@
// ── scverse conference 2026 ─────────────────────────────────────────────
// Scoped under .conference-page so it never leaks into the rest of the site.

$conf-accent: $spatialdatablue; // #40a9ff — scverse palette
$conf-accent-dark: #1c75c4;
$conf-ink: $greyheader; // #333
$conf-muted: $greydesc; // #777

.conference-page {
color: $conf-ink;

// ── Hero (landing) ──────────────────────────────────────────────
.conference-hero {
background-size: cover;
background-position: center;
color: #fff;
text-align: center;
padding: 5rem 1.5rem 4.5rem;
}

.conference-hero-inner {
max-width: 820px;
margin: 0 auto;
}

.conference-badge {
display: inline-block;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 0.4rem 1rem;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 100px;
margin-bottom: 1.5rem;
}

.conference-hero h1 {
font-size: clamp(2rem, 6vw, 3.6rem);
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.05;
margin: 0 0 1rem;
}

.conference-hero-meta {
font-size: clamp(1.1rem, 2.4vw, 1.6rem);
font-weight: 600;
margin: 0 0 0.25rem;
}

.conference-hero-location {
font-size: 1.05rem;
opacity: 0.85;
margin: 0 0 1.5rem;
}

.conference-hero-subtitle {
font-size: 1.05rem;
line-height: 1.6;
opacity: 0.92;
max-width: 640px;
margin: 0 auto 2rem;
}

.conference-hero-actions {
display: flex;
gap: 0.75rem;
justify-content: center;
flex-wrap: wrap;
}

// ── Sub-page header ─────────────────────────────────────────────
.conference-pageheader {
background-size: cover;
background-position: center;
color: #fff;
text-align: center;
padding: 2.75rem 1.5rem 2.25rem;

h1 {
font-size: clamp(1.7rem, 4vw, 2.6rem);
font-weight: 800;
letter-spacing: -0.02em;
margin: 0.35rem 0 0;
}
}

.conference-eyebrow {
font-size: 0.82rem;
letter-spacing: 0.06em;
text-transform: uppercase;
opacity: 0.85;
margin: 0;

a {
color: #fff;
text-decoration: underline;
}
}

// ── Buttons ─────────────────────────────────────────────────────
.conf-btn {
display: inline-block;
padding: 0.7rem 1.6rem;
border-radius: 6px;
font-weight: 600;
font-size: 0.95rem;
text-decoration: none;
transition: all 0.18s ease;
}

.conf-btn-primary {
background: $conf-accent;
color: #fff;

&:hover {
background: $conf-accent-dark;
transform: translateY(-1px);
}
}

.conf-btn-secondary {
background: rgba(255, 255, 255, 0.12);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.5);

&:hover {
background: rgba(255, 255, 255, 0.22);
}
}

// ── Sub-navigation ──────────────────────────────────────────────
.conference-nav {
border-bottom: 1px solid $overline;
background: #fff;
position: sticky;
top: 0;
z-index: 20;
}

.conference-nav-inner {
max-width: $maxwidth;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 0.25rem 0.5rem;
padding: 0.5rem 1rem;
justify-content: center;

a {
color: $conf-muted;
text-decoration: none;
font-size: 0.92rem;
font-weight: 500;
padding: 0.4rem 0.75rem;
border-radius: 5px;
white-space: nowrap;

&:hover {
color: $conf-ink;
background: $tilebg4;
}

&.active {
color: $conf-accent-dark;
background: rgba(64, 169, 255, 0.12);
font-weight: 600;
}
}
}

// ── Article body ────────────────────────────────────────────────
.conference-content {
max-width: 860px;
margin: 0 auto;
padding: 2.5rem 1.25rem 4rem;
}

.conference-article {
h2 {
font-size: 1.5rem;
font-weight: 700;
margin: 2.25rem 0 0.85rem;
}

h3 {
font-size: 1.1rem;
font-weight: 700;
}

p,
li {
line-height: 1.65;
color: #444;
}

a {
color: $conf-accent-dark;
}

blockquote {
border-left: 4px solid $conf-accent;
background: $tilebg4;
margin: 1.5rem 0;
padding: 0.9rem 1.25rem;
border-radius: 0 6px 6px 0;

p {
margin: 0;
}
}
}

// ── Reusable components ─────────────────────────────────────────
.placeholder-note {
display: inline-block;
font-size: 0.9rem;
color: $conf-muted;
font-style: italic;
background: $tilebg4;
border: 1px dashed $tilebg2;
border-radius: 6px;
padding: 0.5rem 0.9rem;
margin: 0.5rem 0 1rem;
}

.status-banner {
background: rgba(64, 169, 255, 0.12);
border: 1px solid rgba(64, 169, 255, 0.4);
color: $conf-accent-dark;
font-weight: 600;
border-radius: 8px;
padding: 0.9rem 1.25rem;
margin-bottom: 1.5rem;
text-align: center;
}

// Key-dates timeline
.key-dates {
list-style: none;
padding: 0;
margin: 1rem 0 0.5rem;
border-left: 2px solid $overline;

li {
position: relative;
padding: 0.6rem 0 0.6rem 1.5rem;

&::before {
content: "";
position: absolute;
left: -7px;
top: 1.1rem;
width: 12px;
height: 12px;
border-radius: 50%;
background: $conf-accent;
border: 2px solid #fff;
}
}

.key-date {
display: block;
font-weight: 700;
color: $conf-ink;
}

.key-event {
display: block;
color: $conf-muted;
}
}

// Card / info grids
.card-grid,
.schedule-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1rem;
margin: 1.25rem 0;
}

.info-card,
.schedule-day {
background: #fff;
border: 1px solid $overline;
border-radius: 10px;
padding: 1.25rem;

h3 {
margin: 0 0 0.5rem;
color: $conf-ink;
}

p {
margin: 0;
font-size: 0.95rem;
}
}

.schedule-day {
border-top: 4px solid $conf-accent;
}

// Sponsor tiers
.tier-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 1rem;
margin: 1.5rem 0;
text-align: center;
}

.tier-card {
border-radius: 10px;
padding: 1.5rem 1rem;
border: 1px solid $overline;

h3 {
margin: 0 0 0.35rem;
}

.tier-price {
margin: 0;
font-weight: 700;
color: $conf-ink;
}
}

.tier-diamond {
background: linear-gradient(160deg, #e8f4ff, #d3e9ff);
}
.tier-platinum {
background: linear-gradient(160deg, #f3f4f6, #e2e6ea);
}
.tier-gold {
background: linear-gradient(160deg, #fff6dd, #ffedba);
}
.tier-silver {
background: linear-gradient(160deg, #f7f8f9, #eceef0);
}

@media (max-width: 640px) {
.conference-hero {
padding: 3.5rem 1.25rem 3rem;
}
.conference-nav-inner {
justify-content: flex-start;
overflow-x: auto;
flex-wrap: nowrap;
}
}
}
3 changes: 3 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ $contentwidthwide: 92%;

$additionalInfoColor: #666666;

// scverse conference 2026 (scoped under .conference-page)
@import "conference2026";

@font-face {
font-family: "Inter";
src: url("fonts/Inter/Inter-VariableFont_slnt,wght.ttf");
Expand Down
Loading
Loading