Skip to content

Commit

Permalink
Merge pull request #46 from bluegrass-devs/add-nov7-link
Browse files Browse the repository at this point in the history
Update links and talks for nov7th
  • Loading branch information
emberborja authored Oct 10, 2024
2 parents a76a2d0 + 71cd243 commit ca4eeb4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 21 deletions.
2 changes: 2 additions & 0 deletions src/app/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ export const Landing: React.FC<LandingProps> = ({
Tickets
</Link>
)}
{!ticketsUrl && (
<Link
href="/past"
className="px-6 py-3 text-2xl duration-150 border border-b-2 rounded-full shadow-xl lg:text-3xl bg-primary/50 border-white/25 backdrop-blur-sm hover:scale-110 hover:border-text hover:-translate-y-2"
>
Past Talks
</Link>
)}
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const cabin = Cabin({

// old ticket URL -> "https://www.affinna.com/event/f8142beea26e11ee8fae7facffad2127";
// if ticketURL is empty string then Ticket's links will not show
export const ticketsUrl = '';
export const ticketsUrl = 'https://www.eventbrite.com/e/lextalk-tech-nov-7th-tickets-1000967299137';
export const conferenceDate = new Date(2024, 10, 7, 18);
export const formattedDateConferenceDate = conferenceDate.toLocaleDateString("en-US", {
year: "numeric",
Expand Down
13 changes: 6 additions & 7 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,18 @@ export default function Home() {
},
{
time: "6:00pm",
topic: "First Presentation",
topic: "Tech Association of the Bluegrass",
presenter: "Mackenzie Hanes",
},
{
time: "6:15pm",
topic: "Second Presentation",
topic: "The Next Generation of Keyboards",
presenter: "Troy Fletcher",
},
{
time: "6:30pm",
topic: "Third Presentation",
},
{
time: "6:45pm",
topic: "Fourth Presentation",
topic: "Free cores by using eBPF and AF_XDP Accepted",
presenter: "Brian Smith",
},
{
time: "7:00pm",
Expand Down
19 changes: 6 additions & 13 deletions src/app/talks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,22 @@ export default function Talks() {
},
{
time: "6:00pm",
title: "First Presentation (TBD)",
presenter: "",
title: "Tech Association of the Bluegrass",
presenter: "Mackenzie Hanes",
info: "",
resources: "",
},
{
time: "6:15pm",
title: "Second Presentation (TBD)",
presenter: "",
title: "The Next Generation of Keyboards",
presenter: "Troy Fletcher",
info: "",
resources: "",
},
{
time: "6:30pm",
title: "Third Presentation (TBD)",
presenter: "",
info: "",
resources: "",
},
{
time: "6:45pm",
title: "Fourth Presentation (TBD)",
presenter: "",
title: "Free cores by using eBPF and AF_XDP Accepted",
presenter: "Brian Smith",
info: "",
resources: "",
},
Expand Down

0 comments on commit ca4eeb4

Please sign in to comment.