-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
39 lines (39 loc) · 1.48 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
[
{
"image": "./images/andy_portrait.jpg",
"id": "portrait",
"name": "Andy Drafahl",
"subtitle": "Studying software engineering at Iowa State University.",
"description": ""
},
{
"image": "./images/andy_about.jpg",
"id": "visual_aid_1",
"title": "About Me",
"description": "My interests include playing jazz with the Iowa State jazz ensemble, playing Super Smash Bros with friends, and learning new coding languages."
},
{
"image": "./images/code_backdrop.jpg",
"id": "visual_aid_2",
"title": "Skills",
"description": "I have experience in Java, C, Python, HTML, CSS, and Javascript."
},
{
"image": "./images/casual_convo_ai.jpg",
"id": "project1",
"title": "Casual Convo AI",
"description": "This is a project I made over winter break. It combines open source tools to create a locally running, completely free conversational AI, complete with speech recognition, AI text generation, and speech synthesis."
},
{
"image": "./images/question_block_1.jpg",
"id": "project2",
"title": "Second Project",
"description": "This project is yet to be determined, come back later to find out more!"
},
{
"image": "./images/question_block_2.jpg",
"id": "project3",
"title": "Third Project",
"description": "This project is yet to be determined, come back later to find out more!"
}
]