Skip to content

Commit

Permalink
feat(clean): clean page for on working portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBoardDev committed Sep 22, 2024
1 parent 4bade76 commit 98c2dbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 153 deletions.
39 changes: 0 additions & 39 deletions src/components/FloatingActionButton.css

This file was deleted.

110 changes: 0 additions & 110 deletions src/components/FloatingActionButton.js

This file was deleted.

6 changes: 2 additions & 4 deletions src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Button from '@mui/material/Button';
import "./Home.css";
import { Container, Grid } from '@mui/material';
import ProfileImage from '../components/ProfileImage';
import FloatingActionButton from '../components/FloatingActionButton';
import TypingEffect from '../components/TypingEffect';
import WordCloud from '../components/WordCloud';
import InfoBox from '../components/InfoBox';
Expand Down Expand Up @@ -38,7 +37,6 @@ function Home() {
return (
<>
<div className="home">
<FloatingActionButton />
<div className="profile-title-container">
<ProfileImage />
<h1 className="title">
Expand All @@ -55,7 +53,7 @@ function Home() {
</div>
</div>
</div>
<div className="sections-wrapper">
{/* <div className="sections-wrapper">
<div className="wordcloud-section">
<Container maxWidth="lg">
<Grid container justifyContent="center" spacing={0}>
Expand All @@ -82,7 +80,7 @@ function Home() {
</Grid>
</Container>
</div>
</div>
</div> */}
</>
);
}
Expand Down

0 comments on commit 98c2dbb

Please sign in to comment.