fix: update React Shop title and URL; remove commented Angular data; add Pantone blog entry
This commit is contained in:
+9
-12
@@ -2,9 +2,9 @@ export const ReactData = [
|
||||
{
|
||||
imageURL:
|
||||
'https://res.cloudinary.com/dadobos/image/upload/v1673023170/web/uxfuyzap5kbs1si34g29.png',
|
||||
title: 'Online Shop',
|
||||
title: 'React Shop',
|
||||
description: '',
|
||||
url: 'https://dadobos.github.io/online-shop/',
|
||||
url: 'https://dadobos.github.io/react-shop/',
|
||||
},
|
||||
{
|
||||
imageURL:
|
||||
@@ -15,16 +15,6 @@ export const ReactData = [
|
||||
},
|
||||
];
|
||||
|
||||
// export const AngularData = [
|
||||
// {
|
||||
// imageURL:
|
||||
// 'https://res.cloudinary.com/dadobos/image/upload/v1685729092/web/hwlqdp2quy1u7rmbgls6.png',
|
||||
// title: 'Angular Store',
|
||||
// description: '',
|
||||
// url: 'https://dadobos.github.io/angular-store',
|
||||
// },
|
||||
// ];
|
||||
|
||||
export const GoData = [
|
||||
{
|
||||
imageURL:
|
||||
@@ -102,3 +92,10 @@ export const CSSData = [
|
||||
url: 'https://codepen.io/diaid/full/xxJRGMB',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
export const PantoneBlog = [`For 2025, the Pantone Color Institute selects PANTONE 17-1230 Mocha Mousse,
|
||||
a warming, brown hue imbued with richness. It nurtures us with its suggestion of the delectable qualities
|
||||
of chocolate and coffee, answering our desire for comfort.`]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user