Update history page

This commit is contained in:
Sumire Isshiki 2024-02-12 14:51:56 +09:00
parent 3ebb031803
commit f4df5b9be6
6 changed files with 284 additions and 74 deletions

View File

@ -69,7 +69,7 @@ export default function App() {
<div className="flex justify-center">
<div id="content" className="absolute text-white" style={{ top: `${contentY}px`}}>
<div className="grid grid-container md:grid-cols-5 gap-2 min-h-[70vh] w-4xl">
<div className="grid grid-container md:grid-cols-5 gap-2 min-h-[70vh] w-3xl">
<div className="hidden md:block md:col-span-1">
<Menu />
</div>

View File

@ -1,65 +0,0 @@
export default function Activities() {
return (
<>
<div className="rounded-lg w-full">
<ol className="relative border-s border-gray-700 left-2 mt-3">
<li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div>
<time className="mb-1 text-sm font-normal leading-none text-gray-400">
2023 12
</time>
<h3 className="text-lg font-semibold text-white">
<a href="https://icttoracon.net/">
ICT 2023
</a>
</h3>
<p className="text-base font-normal text-gray-400">
</p>
</li>
<li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div>
<time className="mb-1 text-sm font-normal leading-none text-gray-400">
2023 11
</time>
<h3 className="text-lg font-semibold text-white">
<a href="https://hiss25th.sakura.ne.jp/">
25 IEEE
</a>
</h3>
<p className="text-base font-normal text-gray-400">
<p></p>
</p>
</li>
<li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div>
<time className="mb-1 text-sm font-normal leading-none text-gray-400">
2022 9
</time>
<h3 className="text-lg font-semibold text-white">
<a href="https://www.iij.ad.jp/">
@
</a>
</h3>
<p className="text-base font-normal text-gray-400">
ExperienceCourse --
</p>
</li>
<li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div>
<time className="mb-1 text-sm font-normal leading-none text-gray-400">
2022 8
</time>
<h3 className="text-lg font-semibold text-white">
<a href="https://www.hirotec.co.jp/">
@
</a>
</h3>
</li>
</ol>
</div>
</>
)
}

View File

@ -3,7 +3,7 @@ import { useRecoilState } from 'recoil'
import Profile from "./Profile"
import Links from "./Links"
import Keys from "./Keys"
import Activities from "./Activities"
import Activities from "./History"
import Spotify from "./Spotify"
import Services from "./Services"

281
src/components/History.tsx Normal file

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,7 @@ export default function Menu() {
onClick={() => {setPage(Pages.Activities)}}
>
<FontAwesomeIcon icon={faSquarePersonConfined} />{" "}
<p></p>
<p></p>
</li>
<li
className={`w-full px-4 py-2${page === Pages.Services ? " bg-slate-700" : ""}`}

View File

@ -39,12 +39,6 @@ export default function Profile() {
</a>
</p>
</li>
<li className="ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div>
<time className="mb-1 text-sm font-normal leading-none text-gray-400">2017 4 &ndash; 2020 3 </time>
<h3 className="text-lg font-semibold text-white"></h3>
<p className="text-base font-normal text-gray-400"></p>
</li>
</ol>
<h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1"></h2>