Skip to content

Commit

Permalink
Merge pull request #147 from ASSETS-Conference/dev
Browse files Browse the repository at this point in the history
feat: add  to the list of sponsors!
  • Loading branch information
surajgoraya committed Jun 24, 2024
2 parents 44b6ece + 33c1562 commit ff785cc
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 61 deletions.
1 change: 1 addition & 0 deletions public/assets/logos/a24-lighthouse-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/logos/a24-lighthouse-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/logos/a24-lighthouse-grey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/logos/a24-lighthouse-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 59 additions & 61 deletions src/app/sponsors/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,66 +7,64 @@ import Image from "@/app/lib/components/primitives/Image";
export const metadata = createMetadata({ title: "Sponsors" });

export default function TechnicalPapers() {
return (
<Subpage
title="Sponsors of ASSETS 2024"
subheading={"Current Sponsors of ASSETS 2024"}
noTOC={true}
>
<div className="mb-12">
{/* <Section title={"Current Sponsors"} spacing={"bottom-only"}> */}
<h2>Champion Level Sponsors</h2>
<div className="flex flex-col gap-8 mb-8 md:flex-row">
<Image
src={"/sponsors/google.png"}
alt="Logo of Google Inc."
height={300}
width={400}
/>
</div>
{/* <h2>Gold Level Sponsors</h2>
<div className="flex flex-col gap-8 mt-8 mb-8 md:flex-row">
<Image
src={"/sponsors/apple.png"}
alt="Logo of Apple Inc."
height={150}
width={150}
style={{
padding: "48px 56px 56px 0px",
}}
/>
</div> */}
{/* <h2>Silver Level Sponsors</h2>
return (
<Subpage
title="Sponsors of ASSETS 2024"
subheading={"Current Sponsors of ASSETS 2024"}
noTOC={true}
>
<div className="mb-12">
{/* <Section title={"Current Sponsors"} spacing={"bottom-only"}> */}
<h2>Champion Level Sponsors</h2>
<div className="flex flex-col gap-8 mb-8 md:flex-row">
<Image
src={"/sponsors/google.png"}
alt="Logo of Google Inc."
height={300}
width={400}
/>
</div>
<h2>Gold Level Sponsors</h2>
<div className="flex flex-col gap-8 mt-8 mb-8 md:flex-row">
<Image
src={"/sponsors/apple.png"}
alt="Logo of Apple Inc."
height={150}
width={150}
style={{
padding: "48px 56px 56px 0px",
}}
/>
</div>
{/* <h2>Silver Level Sponsors</h2>
<h2>Bronze Level Sponsors</h2> */}
<h2>Sponsoring Organizations</h2>
<div className="flex flex-col gap-8 mt-8 mb-8 md:flex-row">
<Image
src={"/sponsors/acm-logo.svg"}
alt="Logo of the Association for Computing Machinery."
height={100}
width={200}
/>
<Image
className="ml-[-1]"
src={"/sponsors/sigaccess.png"}
alt="SIGACCESS logo"
height={100}
width={200}
/>
</div>
{/* </Section> */}
</div>
<Section title={"About Sponsorship"} spacing={"bottom-only"}>
<p>{`ASSETS 2024 is the leading conference in the research and design of accessible technology for people with disabilities and older adults. It will be held Oct 27 - 30, 2024 in St. John’s, Newfoundland and Labrador, Canada. There will also be a virtual component for people who cannot physically attend. The organizing committee is led this year by Dr. David Flatla from the University of Guelph, Canada and Prof. Faustina Hwang from the University of Reading, UK, and includes top international scholars in the field.`}</p>
<p>{`Our conference community is composed of scholars, educators, and students in computing technology and accessibility. Roughly half of our attendees are undergraduate, MS, or PhD students. The conference will include research talks, poster and demo presentations, a doctoral consortium, and community-building events such as accessible cultural activities and a reception. Based on attendance in prior years, we anticipate 200-250 attendees.`}</p>
<p>
{`Interested in becoming a sponsor? Please take a look at our`}{" "}
<Link href={"/sponsors/become-a-sponsor/"}>
Become a Sponsor
</Link>{" "}
page.
</p>
</Section>
</Subpage>
);
<h2>Sponsoring Organizations</h2>
<div className="flex flex-col gap-8 mt-8 mb-8 md:flex-row">
<Image
src={"/sponsors/acm-logo.svg"}
alt="Logo of the Association for Computing Machinery."
height={100}
width={200}
/>
<Image
className="ml-[-1]"
src={"/sponsors/sigaccess.png"}
alt="SIGACCESS logo"
height={100}
width={200}
/>
</div>
{/* </Section> */}
</div>
<Section title={"About Sponsorship"} spacing={"bottom-only"}>
<p>{`ASSETS 2024 is the leading conference in the research and design of accessible technology for people with disabilities and older adults. It will be held Oct 27 - 30, 2024 in St. John’s, Newfoundland and Labrador, Canada. There will also be a virtual component for people who cannot physically attend. The organizing committee is led this year by Dr. David Flatla from the University of Guelph, Canada and Prof. Faustina Hwang from the University of Reading, UK, and includes top international scholars in the field.`}</p>
<p>{`Our conference community is composed of scholars, educators, and students in computing technology and accessibility. Roughly half of our attendees are undergraduate, MS, or PhD students. The conference will include research talks, poster and demo presentations, a doctoral consortium, and community-building events such as accessible cultural activities and a reception. Based on attendance in prior years, we anticipate 200-250 attendees.`}</p>
<p>
{`Interested in becoming a sponsor? Please take a look at our`}{" "}
<Link href={"/sponsors/become-a-sponsor/"}>Become a Sponsor</Link>{" "}
page.
</p>
</Section>
</Subpage>
);
}

0 comments on commit ff785cc

Please sign in to comment.