Skip to content

CW2-37 404 Page #20

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ee9a017
removed stats card
QuadAces Jun 26, 2024
5a03a62
added description
QuadAces Jun 26, 2024
ba2d84a
changed events to upcomming events
QuadAces Jun 26, 2024
3467cb3
removed resources and contacts completely to remove redunancy (it is …
QuadAces Jun 26, 2024
b642d03
removed imports
QuadAces Jun 26, 2024
cd5f274
changed 04 to 03 to compensate for removed resources
QuadAces Jun 26, 2024
60de018
removed numbers from navbar
QuadAces Jun 27, 2024
cdc995b
halved space between navbar components
QuadAces Jun 27, 2024
b913aa6
shortened about section
QuadAces Jun 27, 2024
6ef6abe
added button for events component
QuadAces Jun 27, 2024
3cd3231
removing numbers
QuadAces Jun 27, 2024
194affa
removing numbers
QuadAces Jun 27, 2024
e8e91bd
removing numbers
QuadAces Jun 27, 2024
c9601a0
removing numbers
QuadAces Jun 27, 2024
4c57d1c
Merge master
derekxu04 Jun 29, 2024
b70b4f5
removed number for resources (sorry trolling)
QuadAces Jul 3, 2024
37891ed
removed numbers for contact us
QuadAces Jul 3, 2024
7ea1a2e
made button smaller and allign to center
QuadAces Jul 3, 2024
b4b60de
added AboutHomepage and removed pinned. Replaced About with AboutHome…
QuadAces Jul 3, 2024
01cf7a9
balanced left side to match right side
QuadAces Jul 3, 2024
36db75e
added Navbar + Footer + 404 page component
QuadAces Jul 3, 2024
11653b5
added details to 404 page
QuadAces Jul 3, 2024
dccb2dc
added more 404 page details
QuadAces Jul 3, 2024
344f27c
added animation
QuadAces Jul 3, 2024
db24e69
removed typo
QuadAces Jul 4, 2024
19aabbe
changed message
QuadAces Jul 25, 2024
e5073a0
changed error message and implemented tailwind transitions
QuadAces Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed numbers for contact us
  • Loading branch information
QuadAces committed Jul 3, 2024
commit 37891ed9ed0465f7dae1b4c8367e2b8d20448f0d
5 changes: 0 additions & 5 deletions frontend/src/pages/contact-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default function ContactUs() {
<Navbar />
<section className="py-8 xl:px-24 sm:px-10 px-5" id="contact-us">
<div className="text-center my-10">
<p className="text-[#3977F8] font-game text-xl">05</p>
<h1 className="font-bold text-6xl">CONTACT US</h1>
</div>

Expand Down Expand Up @@ -54,10 +53,6 @@ export default function ContactUs() {
</a>
.
</p>
{/* <iframe
className="w-1/2 h-[80vh] self-center"
src="https://forms.gle/7kk3RRBJbXo3Sip86"
></iframe> */}
</li>
</ul>

Expand Down