Skip to content

Commit

Permalink
Small sponsor card mobile fix (#235)
Browse files Browse the repository at this point in the history
* fix: remove "CHANGE!!!!!" text from sponsor card

* fix: move button below text on sponsor card

* update authform

changed sign up input text's preview text to be username or email.

* Fix blog validations on client (#241)

Yippee

* Fix blogs validation part 2, remove last_update_date (#242)

* Fix blog validations on client

* Remove last_update_date

* Make b:push run first

---------

Co-authored-by: Ricky Zhang <[email protected]>
Co-authored-by: UF SASE Webmaster <[email protected]>

* wrote better program description

* Mobile Navigation Component (#234)

* mostly done

need to figure out gradient length fix and add white gradient when white navgiation bar

* temp fix to about

* white gradient

* login button styling

* gradient styling fixes

* styling

* cn reformatting

* text too big :(

* hover scale styling

* Close mobile menu on outside click

* delete unused routes

* fixed signup and auth error handling

* fixed formatting

* responses fixed

* update authform

changed sign up input text's preview text to be username or email.

* Fix blog validations on client (#241)

Yippee

* Fix blogs validation part 2, remove last_update_date (#242)

* Fix blog validations on client

* Remove last_update_date

* Make b:push run first

---------

Co-authored-by: Ricky Zhang <[email protected]>
Co-authored-by: UF SASE Webmaster <[email protected]>

* wrote better program description

* trivial change

---------

Co-authored-by: Ricky Zhang <[email protected]>
Co-authored-by: Thuy Le <[email protected]>
Co-authored-by: redtinypoop <[email protected]>
Co-authored-by: Sihala Senevirathne <[email protected]>
Co-authored-by: UF SASE Webmaster <[email protected]>
Co-authored-by: Elliot Liu <[email protected]>

---------

Co-authored-by: redtinypoop <[email protected]>
Co-authored-by: Sihala Senevirathne <[email protected]>
Co-authored-by: Ricky Zhang <[email protected]>
Co-authored-by: UF SASE Webmaster <[email protected]>
Co-authored-by: Elliot Liu <[email protected]>
Co-authored-by: Taebok Joseph Kim <[email protected]>
Co-authored-by: Thuy Le <[email protected]>
  • Loading branch information
8 people authored Feb 19, 2025
1 parent a75ed22 commit 8ad25e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/client/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export const Route = createFileRoute("/")({
<div className="flex w-9/12 flex-col items-center gap-12">
<div className="flex w-full flex-col items-center rounded-2xl border-4 border-black bg-white p-10 shadow-[12px_12px_0px_#7DC242]">
<p className="p-4 font-redhat text-xl sm:text-2xl">
<span className="text-2xl font-semibold sm:text-3xl">CHANGE!!!!! </span>
Are you interested in becoming a partner with the{" "}
<span className="font-semibold"> UF Society of Asian Scientists and Engineers (SASE) Chapter</span>
?
Expand All @@ -142,11 +141,16 @@ export const Route = createFileRoute("/")({
</a>
<a
href="/sponsors"
className="ml-auto rounded-lg bg-saseGreen px-4 py-2 font-bold text-white transition duration-300 hover:bg-[#486f2b]"
className="ml-auto hidden rounded-lg bg-saseGreen px-4 py-2 font-bold text-white transition duration-300 hover:bg-[#486f2b] sm:block"
>
Sponsors
</a>
</div>
<div className="mt-4 sm:hidden">
<a href="/sponsors" className="rounded-lg bg-saseGreen px-4 py-2 font-bold text-white transition duration-300 hover:bg-[#486f2b]">
Sponsors
</a>
</div>
</p>
</div>

Expand Down

0 comments on commit 8ad25e7

Please sign in to comment.