-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBioData.js
More file actions
22 lines (21 loc) · 548 Bytes
/
Copy pathBioData.js
File metadata and controls
22 lines (21 loc) · 548 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// date: 26 Jul, 2024
const bioData = [
{
name: "Jarema",
username: "jarema.me",
url: "https://jarema.me",
titleImg: true,
avatar: "/avatar.svg",
description: "Undergraduate student, developer, and activist.",
descShow: true,
subdesc:
"I'm passionate about building technology that makes a difference.",
subdescShow: true,
newProductUrl: "https://jarema.me",
newProduct: false,
author: "jarema",
authorURL: "https://jarema.me",
footerText: "made by",
},
];
export default bioData;