- Notifications
You must be signed in to change notification settings - Fork0
[I2-12] update buttons#42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
2 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
10 changes: 10 additions & 0 deletionsfrontend/package-lock.json
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
1 change: 1 addition & 0 deletionsfrontend/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
108 changes: 55 additions & 53 deletionsfrontend/src/components/About/AboutHomepage.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,59 +1,61 @@ | ||
| import Image from "next/image"; | ||
| export default function AboutHomePage() { | ||
| return ( | ||
| <section className="py-8 pb-16 xl:px-24 sm:px-10 px-5" id="about"> | ||
| <div className="text-center my-10"> | ||
| <h2 className="font-bold text-6xl mb-16">ABOUT</h2> | ||
| </div> | ||
| <div className="flex justify-center items-center"> | ||
| <div className="lg:grid grid-cols-6 flex-1 max-w-[90rem]"> | ||
| {/* LEFT SIDE */} | ||
| {/* NOTE: there is slightly altered from about/index.tsx */} | ||
| <div className="col-span-2 md:mx-5"> | ||
| <div className="flex items-center justify-center"> | ||
| <Image src="/assets/csesoc_icon.svg" alt="CSESoc Icon" width={150} height={150} /> | ||
| </div> | ||
| <h2 className="mt-4 text-3xl font-extrabold">CSESoc</h2> | ||
| <p className="text-[#727B8C] font-medium">unsw-computer-science-engineering-society</p> | ||
| <div className="my-4 flex gap-5"> | ||
| <Image src="/assets/people_icon.svg" alt="People" width={20} height={20} /> | ||
| <div> | ||
| 16k <span className="text-[#727B8C]">members</span> · 146{' '} | ||
| <span className="text-[#727B8C]">internal members</span> | ||
| </div> | ||
| </div> | ||
| <div className="my-4 flex gap-5"> | ||
| <Image src="/assets/location_icon.svg" alt="Location" width={20} height={20} /> | ||
| Sydney, Australia | ||
| </div> | ||
| <div className="flex gap-5"> | ||
| <Image src="/assets/mail_icon.svg" alt="Mail" width={20} height={20} /> | ||
| <a href="mailto:info@csesoc.org.au" className="hover:underline">info@csesoc.org.au</a> | ||
| </div> | ||
| </div> | ||
| {/* RIGHT SIDE */} | ||
| <div className="col-span-4 lg:mt-0 mt-10"> | ||
| <p className="text-2xl"> | ||
| We are one of the largest and most active societies at UNSW, and {" "} | ||
| <span className="font-bold text-[#3977F8]">the largest computing society in the southern hemisphere</span>. | ||
| <br/><br/> | ||
| CSESoc comprises {" "} | ||
| <span className="font-bold text-[#3977F8]">over 16k members</span> | ||
| {" "}spanning across various degrees including Computer Science, | ||
| Software Engineering, Bioinformatics and Computer Engineering. | ||
| <br/><br/> | ||
| We are here to fulfil the social, personal and professional needs of CSE students, | ||
| and promote computing through a variety of forms. | ||
| </p> | ||
| <div className="flex pt-8 justify-center items-center"> | ||
| <a href="about"> | ||
| <button className="group flex justify-center items-center gap-2 pl-2 bg-white border text-blue-900 font-semibold border-[#A7A6E5] text-lg rounded-3xl w-[14rem] hover:opacity-60 xl:h-12 h-10 duration-300"> | ||
| Find out more... | ||
| </button> | ||
| </a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| ); | ||
| } |
8 changes: 5 additions & 3 deletionsfrontend/src/components/Event/EventsBrief.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletionfrontend/src/components/Sponsors/index.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletionsfrontend/tailwind.config.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.