-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from OudomMunint/dev
Dev => Main
- Loading branch information
Showing
8 changed files
with
99 additions
and
127 deletions.
There are no files selected for viewing
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
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
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
56 changes: 21 additions & 35 deletions
56
src/components/About/Techstack.js → src/components/About/Clients.js
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 |
---|---|---|
@@ -1,72 +1,58 @@ | ||
import React from "react"; | ||
import { Col, Row } from "react-bootstrap"; | ||
import { CgCPlusPlus } from "react-icons/cg"; | ||
import pubArt from "../../Assets/publicartworkers.png"; | ||
import nsw from "../../Assets/nsw.svg"; | ||
import local from "../../Assets/local.png"; | ||
import nw from "../../Assets/nw.png"; | ||
import air from "../../Assets/air.png"; | ||
import tina from "../../Assets/tina.png"; | ||
import nag from "../../Assets/nag.png"; | ||
import { | ||
DiJavascript1, | ||
DiReact, | ||
DiNodejs, | ||
DiMongodb, | ||
DiPython, | ||
DiGit, | ||
} from "react-icons/di"; | ||
import { | ||
SiPytorch, | ||
SiFirebase, | ||
SiNextdotjs, | ||
} from "react-icons/si"; | ||
// import { | ||
// DiJavascript1, | ||
// DiReact, | ||
// DiNodejs, | ||
// DiMongodb, | ||
// DiPython, | ||
// DiGit, | ||
// } from "react-icons/di"; | ||
// import { | ||
// SiPytorch, | ||
// SiFirebase, | ||
// SiNextdotjs, | ||
// } from "react-icons/si"; | ||
|
||
function Techstack() { | ||
function Clients() { | ||
return ( | ||
<Row style={{ justifyContent: "center", paddingBottom: "50px" }}> | ||
<Col xs={4} md={2} className="tech-icons"> | ||
{/* <CgCPlusPlus /> */} | ||
<img src={pubArt} className="img-fluid" alt="avatar" style={{paddingTop:"25px"}}/> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
{/* <DiJavascript1 /> */} | ||
<img src={nsw} className="img-fluid" alt="avatar"/> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
{/* <DiNodejs /> */} | ||
<img src={local} className="img-fluid" alt="avatar" style={{paddingTop:"5px"}}/> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
{/* <DiReact /> */} | ||
<img src={nw} className="img-fluid" alt="avatar" style={{paddingTop:"85px"}}/> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
{/* <DiMongodb /> */} | ||
<img src={air} className="img-fluid" alt="avatar"/> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
{/* <SiNextdotjs /> */} | ||
<img src={tina} className="img-fluid" alt="avatar"/> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
{/* <SiNextdotjs /> */} | ||
<img src={nag} className="img-fluid" alt="avatar"/> | ||
</Col> | ||
{/* <Col xs={4} md={2} className="tech-icons"> | ||
<DiGit /> | ||
</Col> | ||
<Col xs={4} md={2} className="tech-icons"> | ||
<SiFirebase /> | ||
</Col> | ||
<Col xs={4} md={2} className="tech-icons"> | ||
<DiPython /> | ||
</Col> | ||
<Col xs={4} md={2} className="tech-icons"> | ||
<SiPytorch /> | ||
</Col> */} | ||
</Row> | ||
); | ||
} | ||
|
||
export default Techstack; | ||
export default Clients; |
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
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
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