updates
This commit is contained in:
parent
ed110c7a4e
commit
097d81b53b
@ -1,10 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"title": "Stirrmedia Social webapp",
|
|
||||||
"description": "A new social media experience without censorship",
|
|
||||||
"url": "https://stirrmedia.com",
|
|
||||||
"image": "/images/stirrmediascreenshot.png"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Traderhub",
|
"title": "Traderhub",
|
||||||
"description": "A marketplace for traders of all kinds in Nigeria",
|
"description": "A marketplace for traders of all kinds in Nigeria",
|
||||||
|
@ -5,7 +5,7 @@ import GeneralLayout from '../layouts/general_layout/GeneralLayout'
|
|||||||
import PortfolioEntry from '../components/PortfolioEntry'
|
import PortfolioEntry from '../components/PortfolioEntry'
|
||||||
import threeJsAnimations from '../functions/frontend/threeJsAnimations'
|
import threeJsAnimations from '../functions/frontend/threeJsAnimations'
|
||||||
|
|
||||||
const about = () => {
|
const myWork = () => {
|
||||||
const portfolioEntries = require("../components/portfolioEntries.json");
|
const portfolioEntries = require("../components/portfolioEntries.json");
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
@ -31,4 +31,11 @@ const about = () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default about
|
export default myWork
|
||||||
|
|
||||||
|
// {
|
||||||
|
// "title": "Stirrmedia Social webapp",
|
||||||
|
// "description": "A new social media experience without censorship",
|
||||||
|
// "url": "https://stirrmedia.com",
|
||||||
|
// "image": "/images/stirrmediascreenshot.png"
|
||||||
|
// },
|
||||||
|
Loading…
Reference in New Issue
Block a user