Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
You're Gonna Care What Other People Think And Be Someone You're Not Y…
Browse files Browse the repository at this point in the history
…our Whole Life? You’re Fine As You Are. So, Talk In Your Own Words.

You're Gonna Care What Other People Think And Be Someone You're Not Your Whole Life? You’re Fine As You Are. So, Talk In Your Own Words.
  • Loading branch information
arielldev authored Mar 19, 2024
2 parents 6302913 + d7490e2 commit 1b1a41a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/pages/main_page/main_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,4 @@ color: white;
transition: transform 0.7s ease-in-out; /* Add transition for smooth rotation */
}


9 changes: 6 additions & 3 deletions src/pages/main_page/main_page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export default function MainPage() {
<p className='time'>12:09 AM <br /> 12/10/2027</p>
</nav>
<div className={`menu ${menu ? 'show' : 'hide'}`}>
<h1 className='menutext' >Applications</h1>
<div className="menu-header">
<h1 className='menutext'>Applications</h1>
<i className='close'></i>
</div>
<button className='leave'onClick={() => navigate("/")} >
<img src={leaveicon} alt="leaveicon" />
</button>
Expand All @@ -45,7 +48,7 @@ export default function MainPage() {
</button>
<p className='hiddenclose'>Exit 😭​</p>

<div className='test5'>
<div className='test5'onClick={() => {fs_display('inherit')}}>
<p><i className="sigma right"></i></p>
<button className='folderappmenu'>
<img className='folderappmenu' src={folder} alt="filesystem" />
Expand All @@ -54,7 +57,7 @@ export default function MainPage() {
</div>
</div>
<video className='hakari' src={ibetonhakari} width="100%" height="100%" autoPlay muted loop>
Your browser does not support the video tag.
Your browser does not support the video tag
</video>
</div>
);
Expand Down

0 comments on commit 1b1a41a

Please sign in to comment.