-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
26 lines (25 loc) · 838 Bytes
/
Copy pathdata.js
File metadata and controls
26 lines (25 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export const mobilePopupData = [
{
id: 1,
name: 'Tonic',
description:
"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essent",
featuredImage: 'background-svg/Snapshoot Portfolio.svg',
technologies: [
{
title: 'HTML',
class: 'html',
},
{
title: 'CSS',
class: 'css',
},
{
title: 'JAVASCRIPT',
class: 'js',
},
],
liveLink: 'http://127.0.0.1:5500/',
sourceLink: 'https://github.com/JoyTaribagshaw/My-Portfolio/',
},
];