Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
OudomMunint committed Aug 21, 2024
1 parent 57ecea8 commit 98aa51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
27 changes: 0 additions & 27 deletions src/components/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,40 +27,13 @@ function About() {
<Particle />
<Container>
<Home2/>
{/* <Row style={{ justifyContent: "center", padding: "10px" }}>
<Col
md={7}
style={{
justifyContent: "center",
paddingTop: "30px",
paddingBottom: "50px",
}}
>
<h1 style={{ fontSize: "2.1em", paddingBottom: "20px" }}>
Know Who <strong className="purple">I'M</strong>
</h1>
<Aboutcard />
</Col>
<Col
md={5}
style={{ paddingTop: "120px", paddingBottom: "50px" }}
className="about-img"
>
<img src={laptopImg} alt="about" className="img-fluid" />
</Col>
</Row> */}
<h1 className="project-heading">
Who we <strong className="purple">work with </strong>
</h1>
<p>(This we will change to the logos of those we worked with)</p>

<Clients />

{/* <h1 className="project-heading">
<strong className="purple">Tools</strong> I use
</h1>
<Toolstack /> */}

{/* <Github /> */}
</Container>
</Container>
Expand Down
4 changes: 2 additions & 2 deletions src/components/About/Github.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Github() {
return (
<Row style={{ justifyContent: "center", paddingBottom: "10px" }}>
<h1 className="project-heading" style={{ paddingBottom: "20px" }}>
Days I <strong className="purple">Code</strong>
My Github <strong className="purple">Contributions</strong>
</h1>
<GitHubCalendar
username="OudomMunint"
Expand All @@ -19,4 +19,4 @@ function Github() {
);
}

export default Github;
export default Github;

0 comments on commit 98aa51d

Please sign in to comment.