This commit is contained in:
Tben
2022-02-28 12:20:15 +01:00
parent 7f9536d9e5
commit a7d863d5c4
5 changed files with 29 additions and 4 deletions
+11 -1
View File
@@ -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>
+12
View File
@@ -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",