116 lines
3.6 KiB
React
116 lines
3.6 KiB
React
export const ReactData = [
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1673023170/web/uxfuyzap5kbs1si34g29.png',
|
|
title: 'React Shop',
|
|
description: '',
|
|
url: 'https://dadobos.github.io/react-shop/',
|
|
},
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1685729092/web/tzoxavfsfa44z2o9wrgi.png',
|
|
title: 'React Quiz App',
|
|
description: '',
|
|
url: 'https://dadobos.github.io/react-quiz-app/',
|
|
},
|
|
];
|
|
|
|
export const GoData = [
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1669538934/web/ng0ghejmlsmzhrgyuiz4.png',
|
|
title: 'Pokemon GO Templates',
|
|
description: '',
|
|
url: 'https://github.com/dadobos/pokemongotemplates',
|
|
},
|
|
];
|
|
|
|
export const WebsitesData = [
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1653850879/web/TheSquareProject_sgflcj.png',
|
|
title: 'The Square Project',
|
|
description: '',
|
|
url: 'https://dadobos.github.io/The-Square-Project/',
|
|
},
|
|
];
|
|
|
|
export const JavaData = [
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1642766521/web/Restaurant_Billing_System_rgpsif.png',
|
|
title: 'Restaurant Billing System',
|
|
description: '',
|
|
url: 'https://github.com/dadobos/Restaurant',
|
|
},
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1642766521/web/Billing_System_bazap1.png',
|
|
title: 'Billing System',
|
|
description: '',
|
|
url: 'https://github.com/dadobos/Billing-System',
|
|
},
|
|
];
|
|
|
|
export const VueData = [
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1654030260/web/WorldCountries_ekx2of.png',
|
|
title: 'World Countries',
|
|
description: '',
|
|
url: 'https://dadobos.github.io/worldcountries/',
|
|
},
|
|
];
|
|
|
|
export const CSSData = [
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1673027279/web/msvc649ua0gahqegu31o.png',
|
|
title: 'Anchor Tag Hide Components',
|
|
description: '',
|
|
url: 'https://codepen.io/diaid/full/MWOOogX',
|
|
},
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1673027279/web/dprvsa15ocx3l34dxogo.png',
|
|
title: 'Radio Hide Components',
|
|
description: '',
|
|
url: 'https://codepen.io/diaid/full/qBVdgWW',
|
|
},
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1673025125/web/anidcin5lbxo2hced5i4.png',
|
|
title: 'Rounded Paragraph',
|
|
description: '',
|
|
url: 'https://codepen.io/diaid/full/QWxOgVm',
|
|
},
|
|
{
|
|
imageURL:
|
|
'https://res.cloudinary.com/dadobos/image/upload/v1673027940/web/z9qn4wstdtzpr4cf5xtx.png',
|
|
title: 'Responsive Table',
|
|
description: '',
|
|
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.`]
|
|
|
|
|
|
export const BlogContent = [
|
|
{
|
|
title: 'Panetone color 2025',
|
|
description: [
|
|
'A Pantone color is a standardized, proprietary color created by the Pantone company, which assigns a unique code to each color. These colors are used in various industries to ensure color consistency across different materials and locations, as they provide a shared language for specifying and reproducing colors accurately. Pantone colors are often more vibrant and consistent than colors created with the standard CMYK or RGB color models.',
|
|
|
|
'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.' ]
|
|
},
|
|
{
|
|
title: 'How I achieved 100% on Lighthouse Audit',
|
|
description: [
|
|
'TBA' ]
|
|
},
|
|
|
|
]; |