forked from soumyajit4419/Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc48456
commit 8782841
Showing
18 changed files
with
158 additions
and
174 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
import React from "react"; | ||
import oracleLogo from "../../Assets/Oracle.png"; | ||
import salesforceLogo from "../../Assets/Salesforce.png"; | ||
import { Col, Row } from "react-bootstrap"; | ||
import { | ||
SiSap, | ||
SiMicrosoftword, | ||
SiMicrosoftoutlook, | ||
|
||
} from "react-icons/si"; | ||
|
||
import { | ||
RiFileExcel2Fill, | ||
RiChromeFill | ||
} from "react-icons/ri"; | ||
|
||
function Toolstack() { | ||
return ( | ||
<Row style={{ justifyContent: "center", paddingBottom: "50px" }}> | ||
<Col xs={4} md={2} className="tech-icons"> | ||
<RiChromeFill /> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
<RiFileExcel2Fill /> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
<SiMicrosoftword /> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
<SiMicrosoftoutlook /> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
<SiSap /> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
<img | ||
src={oracleLogo} | ||
alt="oracle logo" | ||
style={{ maxHeight: "20px" }} | ||
/> | ||
</Col> | ||
|
||
<Col xs={4} md={2} className="tech-icons"> | ||
<img | ||
src={salesforceLogo} | ||
alt="salesforce logo" | ||
style={{ maxHeight: "100px" }} | ||
/> | ||
</Col> | ||
</Row> | ||
); | ||
} | ||
|
||
export default Toolstack; |
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
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
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
Oops, something went wrong.