-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
38 lines (37 loc) · 1.18 KB
/
Copy pathdata.js
File metadata and controls
38 lines (37 loc) · 1.18 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
const data = [
{
id: 1,
img: "https://avatars3.githubusercontent.com/u/53279732?s=200&v=4",
title: "1xcode",
description: "Our Main Project",
url: "https://github.com/1xcode",
website: "https://1xcode.github.io/",
},
{
id: 2,
img: "https://avatars.githubusercontent.com/in/29110?s=48&v=4",
title: "Standard Coding Styles",
description:
"This repository is for learning standard coding styles. \n follow them in future for better coding.",
url: "https://github.com/1xcode/styleguide",
website: "https://1xcode.github.io/",
},
{
id: 3,
img: "https://git-scm.com/images/logo@2x.png",
title: "Git Tutorials",
description: "The purpose of this project is to learn Git to the beginners",
url: "https://github.com/1xcode/Git_Tutorials",
website: "https://git-scm.com/",
},
{
id: 4,
img: "https://cdn.iconscout.com/icon/free/png-512/vim-2-1175074.png",
title: "Vim Distribution",
description:
"A vim configurations for multiple development environment (mainly focused on go and js)",
url: "https://github.com/mrinjamul/vim-in",
website: "https://1xcode.github.io",
},
];
export default data;