Skip to content

Commit

Permalink
Update homepage and navigation bar (#1606)
Browse files Browse the repository at this point in the history
* Update homepage

* Run prettier fix
  • Loading branch information
wordshaker authored Sep 14, 2024
1 parent 83f383b commit 76c0c0b
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 373 deletions.
20 changes: 2 additions & 18 deletions components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export default function Navigation() {
<Nav.Link href="/">Home</Nav.Link>
</Nav.Item>

<Nav.Item>
{/* <Nav.Item>
<Nav.Link href="/2023/notable-companies">
Sponsors and Partners
</Nav.Link>
</Nav.Item>
</Nav.Item> */}

<NavDropdown
tabIndex="0"
Expand Down Expand Up @@ -60,22 +60,6 @@ export default function Navigation() {
>
Demographics
</NavDropdown.Item>
<NavDropdown.Item
id="ticket-information"
tabIndex="0"
href="/information/ticket-information"
title="Link to Ticket Information Page"
>
Tickets
</NavDropdown.Item>
<NavDropdown.Item
id="venue-information"
tabIndex="0"
href="/information/venue-information"
title="Link to Venue Information Page"
>
Venue
</NavDropdown.Item>
</NavDropdown>

<NavDropdown
Expand Down
26 changes: 17 additions & 9 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import React from 'react';
import Header from '../components/Header';
import Head from 'next/head';
import Layout from '../components/Layout';
import GoldSponsorLogos from '../components/companies/GoldSponsorLogos';
import ImportantDatesList from '../components/home/ImportantDatesList';
import dates from '../data/dates';

export default function Index() {
return (
Expand All @@ -31,7 +28,18 @@ export default function Index() {
</p>
</section>

<section className="content-section center">
<section className="content-section">
<h2 className="center" tabIndex="0">
Event on hold
</h2>
<p tabIndex="0">
The event is being transferred to new ownership. This
requires some effort but currently plans are for the event
to return with a new team in 2026.
</p>
</section>

{/* <section className="content-section center">
<h2 className="center" tabIndex="0">
Photos from 2023
</h2>
Expand All @@ -57,23 +65,23 @@ export default function Index() {
</a>
</i>
</p>
</section>
</section> */}

{/* Gold Sponsors */}
<section className="content-section">
{/* <section className="content-section">
<h2 className="center">2023 Sponsors</h2>
<GoldSponsorLogos />
</section>

*/}
{/* Important Dates */}
<section className="content-section">
{/* <section className="content-section">
<br />
<br />
<h2 className="center" tabIndex="0">
Important Dates
</h2>
<ImportantDatesList dates={dates} />
</section>
</section> */}

{/* Principles */}
<section className="content-section">
Expand Down
Loading

0 comments on commit 76c0c0b

Please sign in to comment.