updates
This commit is contained in:
@@ -36,7 +36,17 @@ export default function PortfolioEntry({ title, description, url, image }) {
|
||||
return (
|
||||
<div className="portfolio-entry-block">
|
||||
<h2 style={ { marginTop: "0" } }><TextShuffler textInput={ title } /></h2>
|
||||
<img src={ image } alt="" />
|
||||
<div style={ {
|
||||
width: "100%",
|
||||
height: "300px",
|
||||
marginBottom: "15px"
|
||||
} }>
|
||||
<img src={ image } alt="" style={ {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
objectFit: "cover"
|
||||
} } />
|
||||
</div>
|
||||
<span>
|
||||
<TextShuffler textInput={ description } />
|
||||
</span>
|
||||
|
||||
@@ -1,4 +1,16 @@
|
||||
[
|
||||
{
|
||||
"title": "Stirrmedia Social webapp",
|
||||
"description": "A new social media experience without censorship",
|
||||
"url": "https://stirrmedia.com",
|
||||
"image": "/images/stirrmediascreenshot.png"
|
||||
},
|
||||
{
|
||||
"title": "Traderhub",
|
||||
"description": "A marketplace for traders of all kinds in Nigeria",
|
||||
"url": "https://traderhub.ng",
|
||||
"image": "/images/traderhubscreenshot.png"
|
||||
},
|
||||
{
|
||||
"title": "Next 7 Web Engine",
|
||||
"description": "Next 7 is an all-in-one web engine featuring a web page builder and a content management system",
|
||||
|
||||
Reference in New Issue
Block a user