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
Next Next commit
removed stats card
  • Loading branch information
QuadAces committed Jun 26, 2024
commit ee9a0179ceb259b6a8c2531e80d1b584d727ef29
16 changes: 0 additions & 16 deletions frontend/src/components/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,6 @@ const Landing = () => {
<p>{'</h2>'}</p>
</div>
</div>
<div className="w-72 font-semibold text-xl lg:block hidden">
<p className="font-bold bg-[#3977F8] inline px-3 py-1">STATS</p>
<hr className="mb-3 mt-5" />
<div className="flex justify-between">
<p>323,000</p>
<p>Members</p>
</div>
<div className="flex justify-between">
<p>300</p>
<p>Team Members</p>
</div>
<div className="flex justify-between">
<p>52</p>
<p>Events held</p>
</div>
</div>
</div>
</section>
);
Expand Down