Skip to content

Commit

Permalink
Init updates for Nov 7th (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr authored Aug 12, 2024
1 parent 1b500be commit f3c2ee2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Landing: React.FC<LandingProps> = ({ date }: LandingProps) => {
<div className="flex flex-col text-2xl text-center lg:text-3xl lg:my-8">
<span>A quarterly tech conference in the bluegrass</span>
{/* <span className="my-2 font-thin lg:my-4">{formattedDate}</span> */}
<span className="my-2 font-thin lg:my-4">Date TBD (check back soon)</span>
<span className="my-2 font-thin lg:my-4">November 7th 2024</span>
</div>
{/* <Link
href="https://www.affinna.com/event/f8142beea26e11ee8fae7facffad2127"
Expand Down
20 changes: 20 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ export default function Home() {
time: "5:30pm",
topic: "Check-in",
},
{
time: "6:00pm",
topic: "First Presentaion",
},
{
time: "6:15pm",
topic: "Second Presentaion",
},
{
time: "6:30pm",
topic: "Thrid Presentaion",
},
{
time: "6:45pm",
topic: "Fourth Presentaion",
},
{
time: "7:00pm",
topic: "Round Table Discussion and Q&A",
},
{
time: "8:00pm",
topic: "Wrap up",
Expand Down
30 changes: 15 additions & 15 deletions src/app/talks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,44 +10,44 @@ export default function Talks() {
},
{
time: "6:00pm",
title: "How Libraries Work: A Technology Perspective",
presenter: "John Blyberg",
title: "First Presentaion (TBD)",
presenter: "",
info: "",
resources: "",
},
{
time: "6:15pm",
title: "the T-SQL TRANSLATE() function",
presenter: "Jeff Foushee",
title: "Second Presentaion (TBD)",
presenter: "",
info: "",
resources: "",
},
{
time: "6:30pm",
title: "Sensors and tiny boards and Adafruit (oh my!)",
presenter: "Will Bates",
title: "Third Presentaion (TBD)",
presenter: "",
info: "",
resources: "",
},
{
time: "6:45pm",
title: "Cybersecurity – Building a proactive security strategy for 2024",
presenter: "Justin Perron",
title: "Fourth Presentaion (TBD)",
presenter: "",
info: "",
resources: "",
},
{
time: "7:00pm",
title: "Govtech: Thinking about government as a customer",
presenter: "Nick Lyell, Angela Langston",
time: "6:00pm",
title: "First Presentaion (TBD)",
presenter: "",
info: "",
resources: "",
},
{
time: "7:30pm",
title: "LLMs throughout the lifecycle of Generative AI Projects (part 2)",
presenter: "Lee Park",
info: "",
time: "7:00pm",
title: "Round Table Discussion and Q&A",
presenter: "",
info: "This will be a panel discussion with an open Q&A focus. We will discuss the state of tech, where we are going and how AI might change the landscape.",
resources: "",
},
{
Expand Down

0 comments on commit f3c2ee2

Please sign in to comment.