diff --git a/public/assets/logos/a24-lighthouse-black.svg b/public/assets/logos/a24-lighthouse-black.svg new file mode 100644 index 0000000..864070a --- /dev/null +++ b/public/assets/logos/a24-lighthouse-black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/logos/a24-lighthouse-dark.svg b/public/assets/logos/a24-lighthouse-dark.svg new file mode 100644 index 0000000..0aff8c3 --- /dev/null +++ b/public/assets/logos/a24-lighthouse-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/logos/a24-lighthouse-grey.svg b/public/assets/logos/a24-lighthouse-grey.svg new file mode 100644 index 0000000..bdf6529 --- /dev/null +++ b/public/assets/logos/a24-lighthouse-grey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/logos/a24-lighthouse-white.svg b/public/assets/logos/a24-lighthouse-white.svg new file mode 100644 index 0000000..2fb38cb --- /dev/null +++ b/public/assets/logos/a24-lighthouse-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/sponsors/page.js b/src/app/sponsors/page.js index 8cb158c..6da89e4 100644 --- a/src/app/sponsors/page.js +++ b/src/app/sponsors/page.js @@ -7,66 +7,64 @@ import Image from "@/app/lib/components/primitives/Image"; export const metadata = createMetadata({ title: "Sponsors" }); export default function TechnicalPapers() { - return ( - -
- {/*
*/} -

Champion Level Sponsors

-
- Logo of Google Inc. -
- {/*

Gold Level Sponsors

-
- Logo of Apple Inc. -
*/} - {/*

Silver Level Sponsors

+ return ( + +
+ {/*
*/} +

Champion Level Sponsors

+
+ Logo of Google Inc. +
+

Gold Level Sponsors

+
+ Logo of Apple Inc. +
+ {/*

Silver Level Sponsors

Bronze Level Sponsors

*/} -

Sponsoring Organizations

-
- Logo of the Association for Computing Machinery. - SIGACCESS logo -
- {/*
*/} -
-
-

{`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.`}

-

{`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.`}

-

- {`Interested in becoming a sponsor? Please take a look at our`}{" "} - - Become a Sponsor - {" "} - page. -

-
-
- ); +

Sponsoring Organizations

+
+ Logo of the Association for Computing Machinery. + SIGACCESS logo +
+ {/*
*/} +
+
+

{`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.`}

+

{`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.`}

+

+ {`Interested in becoming a sponsor? Please take a look at our`}{" "} + Become a Sponsor{" "} + page. +

+
+
+ ); }