forked from PaulleDemon/awesome-landing-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
44 lines (42 loc) · 1.07 KB
/
data.json
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
39
40
41
42
43
44
{
"name": "Paul's portfolio",
"icon": "./assets/images/home/paul.png",
"pages": [
{
"icon": "./assets/images/home/paul.png",
"name": "About",
"link": "/about",
"content": "content/about.md"
},
{
"icon": "📖",
"name": "Blogs",
"link": "/blogs",
"content": "content/blogs.html"
},
{
"icon": "bi bi-suitcase-lg-fill",
"name": "Work Experience",
"link": "/experience",
"content": "content/experience.md"
},
{
"icon": "🔥",
"name": "Open source",
"link": "/open-source",
"content": "content/projects.html"
},
{
"icon": "✨",
"name": "skills",
"link": "/skills",
"content": "content/skills.md"
},
{
"icon": "✉️",
"name": "Contact",
"link": "/contact",
"content": "content/contact.md"
}
]
}