-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
60 lines (58 loc) · 1.41 KB
/
data.js
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
export const projects = [
{
title: "RAIM COLLECTION",
subtitle: "Wordpress",
description:
"Raim Collection is a vintage clothes store that sells a variety of cool products from t-shirts, jackets, caps and shoes",
image: "./raimcollection.gif",
link: "https://raimcollection.co.ke",
},
{
title: "MAKTABA STUDIOS",
subtitle: "Wordpress",
description:
"Maktaba Studios is a book store that has a large library with a variety of books",
image: "./maktabastudios.gif",
link: "https://maktabastudios.co.ke",
},
{
title: "MATICKO",
subtitle: "Vuejs",
description:
"Maticko is an online ticketing platform",
image: "./maticko.gif",
link: "https://maticko.netlify.app",
},
{
title: "Anvil",
subtitle: "HTML, CSS, JavaScript",
description:
"Anvil is a portfolio site for the anvil organization",
image: "./anvil.gif",
link: "https://dixonkimandu.github.io/anvil/",
},
];
export const testimonials = [
{
quote:
"Creative and Innovative.",
image: "https://randomuser.me/api/portraits/men/1.jpg",
name: "Cool Dude",
company: "cooldude",
},
{
quote:
"Interesting and fun to work with.",
image: "https://randomuser.me/api/portraits/men/94.jpg",
name: "Fun dude",
company: "fundude",
},
];
export const skills = [
"JavaScript",
"React",
"Vuejs",
"Laravel",
"Flutter",
"PHP",
];