forked from ashutosh1919/masterPortfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
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
807aa38
commit 790bd7b
Showing
22 changed files
with
323 additions
and
1,101 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,2 @@ | ||
import React from "react"; | ||
import "./CompetitiveSites.css"; | ||
import { OverlayTrigger, Tooltip } from "react-bootstrap"; | ||
|
||
class CompetitiveSites extends React.Component { | ||
render() { | ||
return ( | ||
<div className="competitive-sites-main-div"> | ||
<ul className="dev-icons"> | ||
{this.props.logos.map((logo) => { | ||
return ( | ||
<OverlayTrigger | ||
key={logo.siteName} | ||
placement={"top"} | ||
style={{ marginBottom: "5px" }} | ||
overlay={ | ||
<Tooltip id={`tooltip-top`}> | ||
<strong>{logo.siteName}</strong> | ||
</Tooltip> | ||
} | ||
> | ||
<li className="competitive-sites-inline" name={logo.siteName}> | ||
<a | ||
href={logo.profileLink} | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
<span | ||
className="iconify" | ||
data-icon={logo.iconifyClassname} | ||
style={logo.style} | ||
data-inline="false" | ||
></span> | ||
</a> | ||
</li> | ||
</OverlayTrigger> | ||
); | ||
})} | ||
</ul> | ||
</div> | ||
); | ||
} | ||
} | ||
|
||
export default CompetitiveSites; |
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.