Skip to content

Commit

Permalink
tech fuel cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebubble committed Oct 3, 2024
1 parent e56ee7e commit a52f6d1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 46 deletions.
2 changes: 1 addition & 1 deletion app/routes/techday/TechBento.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function TechBento() {
<Container>
<FadeIn>
<h2 className="font-mono text-xs/5 font-semibold uppercase tracking-widest text-neutral-500">
Tech Day 2024 | Nov 15th | Port SA
Tech Day 2024 | Nov 15th | Tech Port
</h2>
<h3 className="mt-2 max-w-3xl text-pretty text-4xl font-medium tracking-tighter text-neutral-950 data-[dark]:text-white sm:text-6xl">
Your Complete Guide to San Antonio's Tech Ecosystem
Expand Down
25 changes: 17 additions & 8 deletions app/routes/techday/TechFuel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,30 @@ import { Screenshot } from '~/components/ui/Screenshot';

export function TechFuel() {
return (
<div className="mt-24 overflow-hidden pb-32 sm:mt-32 lg:mt-40 lg:pb-40">
<Container className="pb-24">
<div className="mt-24 sm:mt-32 lg:mt-40">
<Container className="">
<FadeIn>
<h2 className="font-mono text-xs/5 font-semibold uppercase tracking-widest text-neutral-500">
Tech Fuel 2024 | $100K Pitch Competition
</h2>
<h3 className="mt-2 max-w-3xl text-pretty text-4xl font-medium tracking-tighter text-neutral-950 data-[dark]:text-white sm:text-6xl">
Empowering San Antonio Startups for Global Success
</h3>
<Screenshot
width={1216}
height={768}
src="https://res.cloudinary.com/jessebubble/image/upload/v1727939960/unreal-sept-10-square_1_uqfy1i.png"
className="mt-16 sm:h-auto sm:w-[76rem] w-full h-full object-cover"
/>
<div className="rounded-2xl mt-16">
<iframe
src="https://lu.ma/embed/event/evt-774BA3AnsRuaDTm/simple"
title="DevSA Upcoming Event Calendar"
style={{
borderRadius: '12px',
width: '100%',
height: '600px',
}}
className=""
allowFullScreen={true}
aria-hidden="false"
tabIndex={0}
></iframe>
</div>
</FadeIn>
</Container>
</div>
Expand Down
28 changes: 0 additions & 28 deletions app/routes/techday/TechLuma.tsx

This file was deleted.

4 changes: 1 addition & 3 deletions app/routes/techday/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Startup } from './startup';
import { VCapital } from './vcapital';
import { TechFuel } from './TechFuel';
import { TechForm } from './TechForm';
import { TechLuma } from './TechLuma';

export const meta: MetaFunction = () => {
return [
Expand Down Expand Up @@ -48,7 +47,7 @@ export default function Index() {
<FadeIn>
<div className="text-center">
<h2 className="font-mono text-xs/5 font-semibold uppercase tracking-widest text-neutral-500">
Tech Day 2024 | Nov 15th | Port SA
Tech Day 2024 | Nov 15th | Tech Port
</h2>
<h3 className="mx-auto mt-2 max-w-3xl text-pretty text-4xl font-medium tracking-tighter text-neutral-950 sm:text-6xl">
Building a Stronger Tech Ecosystem Together
Expand All @@ -71,7 +70,6 @@ export default function Index() {
<Devsa />
<TechBlock />
<TechFuel />
<TechLuma />
<TechForm />
</>
);
Expand Down
8 changes: 4 additions & 4 deletions app/routes/techday/startup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ function CallToAction() {
return (
<div>
<p className="max-w-sm text-sm/6 text-neutral-600">
<strong>Please fill out the form</strong> to register as a
participant for the Tech Day Conference
<strong>Tech Day is your one-stop shop for everything tech!</strong>{' '}
Bringing together the entire tech ecosystem
</p>
<div className="mt-2">
<Link
to="https://airtable.com/apptfFi1y2StuEQ7s/pagcUDiOUo0NzSooJ/form"
to="https://lu.ma/bf2uuit8?tk=jwPfnw"
className="inline-flex items-center gap-2 text-sm/6 font-medium text-pink-600"
>
Register now
RSVP now
<ArrowLongRightIcon className="size-5" />
</Link>
</div>
Expand Down
5 changes: 3 additions & 2 deletions app/routes/techday/vcapital.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ function CallToAction() {
return (
<div>
<p className="max-w-sm text-sm/6 text-neutral-600">
<strong>Please fill out the form</strong> to register as a
participant for the Tech Day Conference
<strong>Tech Day Registration Open</strong>{' '}
Join us and be part of the innovation!
Network with industry leaders at Tech Day
</p>
<div className="mt-2">
<Link
Expand Down

0 comments on commit a52f6d1

Please sign in to comment.