-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified the file fomat to jsx, fixed the homepage
- Loading branch information
Showing
38 changed files
with
1,823 additions
and
421 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { Outlet } from "react-router-dom"; | ||
import Header from "./component/Header"; | ||
|
||
export default function App() { | ||
return ( | ||
<> | ||
<head> | ||
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'></link> | ||
<title>MSOC</title> | ||
</head> | ||
<Header /> | ||
<body className="max-h-screen"> | ||
<div className="bg-[url('../public/background.png')] bg-cover h-fit"> | ||
<div className="container mx-auto"> | ||
<Outlet /> | ||
</div> | ||
</div> | ||
</body> | ||
</> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -0,0 +1,80 @@ | ||
import React from "react"; | ||
import { FaDiscord } from "react-icons/fa6"; | ||
import { Link } from "react-router-dom"; | ||
|
||
export default function Header() { | ||
return ( | ||
|
||
<header className="fixed w-full min-h-20 max-h-20"> | ||
<div className="container w-full min-h-20 max-h-20 flex justify-center pt-3 pb-1 mx-auto drop-shadow-xl"> | ||
<nav className="flex items-center justify-between p-2 lg:px-8 border-4 rounded-xl border-transparent bg-[#F9C791] w-full drop-shadow-lg"> | ||
<div className="justify-start max-w-[120px]"> | ||
<a href="/" className="max-w-[120px]"> | ||
<img src="../fac_1.png" alt="" className="object-cover" /> | ||
</a> | ||
</div> | ||
<div className="h-full mr-auto lg:flex justify-center font"> | ||
<Link | ||
to="/home" | ||
className="text-xl flex items-center justify-center font-semibold leading-6 text-black w-[125px]" | ||
> | ||
Trang Chủ | ||
</Link> | ||
<Link | ||
to="/info" | ||
className="text-xl flex items-center justify-center font-semibold leading-6 text-black w-[125px]" | ||
> | ||
Thông Tin | ||
</Link> | ||
<Link | ||
to="/leaderboard" | ||
className="text-xl flex items-center justify-center font-semibold leading-6 text-black w-[125px]" | ||
> | ||
Xếp hạng | ||
</Link> | ||
<Link | ||
to="/about" | ||
className=" text-xl flex items-center justify-center font-semibold leading-6 text-black w-[125px]" | ||
> | ||
Nhân sự | ||
</Link> | ||
</div> | ||
|
||
<div className=" justify-end "> | ||
<button className="flex w-36 items-center justify-between"> | ||
<img className="size-1/4" src="../Youtube_MSOC.png" alt="DC_Logo" /> | ||
<a href="https://discord.gg/PMVTHDgerp"> | ||
</a> | ||
</button> | ||
</div> | ||
|
||
<div className=" justify-end "> | ||
<button className="flex w-36 space-x-1 items-center justify-between"> | ||
<img className="size-1/4" src="../x_MSOC.png" alt="DC_Logo" /> | ||
<a href="https://discord.gg/PMVTHDgerp"> | ||
</a> | ||
</button> | ||
</div> | ||
|
||
<div className=" justify-end "> | ||
<button className="flex w-36 space-x-1 items-center justify-between"> | ||
<img className="size-1/4" src="../DC_MSOC.png" alt="DC_Logo" /> | ||
<a href="https://discord.gg/PMVTHDgerp"> | ||
</a> | ||
</button> | ||
</div> | ||
|
||
|
||
<div className=" justify-end "> | ||
<button className="flex w-36 space-x-1 items-center justify-between"> | ||
<img className="size-1/4" src="../FB_MSOC.png" alt="FB_Logo" /> | ||
<a href="https://discord.gg/PMVTHDgerp"> | ||
</a> | ||
</button> | ||
|
||
</div> | ||
</nav> | ||
</div> | ||
</header> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export default function DataNode({ value }) { | ||
return ( | ||
<li className="top-[-5px] m-0 p-0 text-[#00cec9] font-[verdana] text-[14px] list-none relative after:content-[''] block w-[12px] h-[12px] rounded-[50%] bg-[#81ecec] border-[2px] border-[solid] border-[#81ecec] [transition:background-color_.2s_ease]"> | ||
<span className="absolute top-[20px] left-2/4 -translate-x-1/2 translate-y-[0] inline-block text-center w-[100px]"> | ||
{value.time} | ||
</span> | ||
</li> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.