|
1 | 1 | const projectsData = {
|
2 |
| - "size": 8, |
| 2 | + "size": 9, |
3 | 3 | "titles": [
|
| 4 | + "JotDown", |
| 5 | + "osu!keep", |
4 | 6 | "BatteryEstimate",
|
5 | 7 | "InputPrefs",
|
6 | 8 | "Fumo Bounce",
|
7 | 9 | "Holo Bounce",
|
8 | 10 | "Bushidō in Samurai Films",
|
9 | 11 | "Personal Website",
|
10 |
| - "CS 1660 Project", |
11 |
| - "osu!keep" |
| 12 | + "Big Data Toolbox" |
12 | 13 | ],
|
13 | 14 | "descriptions": [
|
| 15 | + "Novel chat-based journaling/notes mobile app", |
| 16 | + "Website to see data on osu! player data and keep scores (wip)", |
14 | 17 | "Brings back the estimated battery time remaining to the menu bar for MacOS",
|
15 | 18 | "Quickly change function row and scrolling defaults on MacOS",
|
16 | 19 | "<em>Bounce Fumos</em>. Simple physics sandbox game built with Unity",
|
17 | 20 | "<em>Bounce Holos</em>. Simple physics sandbox game built with Unity",
|
18 | 21 | "Analyzes the role of bushidō in samurai films",
|
19 | 22 | "This website",
|
20 |
| - "Final project for Intro to Cloud Computing. Guide to deploy an environment with Jupyter Notebook and Spark on Google Kubernetes Engine cluster", |
21 |
| - "Website to see data on osu! player data and keep scores (wip)" |
| 23 | + "Final project for Intro to Cloud Computing. Guide to deploy an environment with Jupyter Notebook and Spark on Google Kubernetes Engine cluster" |
22 | 24 | ],
|
23 | 25 | "projectLinks": [
|
| 26 | + "https://github.com/kevinjcorcoran/jot_down", |
24 | 27 | "https://github.com/NafeeJ/BatteryEstimate/#batteryestimate",
|
25 | 28 | "https://github.com/NafeeJ/InputPrefs/#inputprefs",
|
26 | 29 | "https://nafeej.github.io/Fumo-Bounce/",
|
27 | 30 | "https://bounce-games.github.io/Holo-Bounce/",
|
28 | 31 | "https://nafeej.github.io/Bushido-in-Samurai-Films/",
|
29 | 32 | "https://nafeej.github.io",
|
30 | 33 | "https://github.com/NafeeJ/cs1660/tree/master/Course-Project#course-project---big-data-toolbox",
|
31 |
| - "https://osu-keep.appspot.com/" |
| 34 | + "https://github.com/NafeeJ/osu-keep" |
32 | 35 | ],
|
33 | 36 | "repoLinks": [
|
| 37 | + "https://github.com/kevinjcorcoran/jot_down", |
| 38 | + "https://github.com/NafeeJ/osu-keep", |
34 | 39 | "https://github.com/NafeeJ/BatteryEstimate/",
|
35 | 40 | "https://github.com/NafeeJ/InputPrefs/",
|
36 | 41 | "https://github.com/NafeeJ/Fumo-Bounce",
|
37 | 42 | "https://github.com/Bounce-Games/Holo-Bounce",
|
38 | 43 | "https://github.com/NafeeJ/Bushido-in-Samurai-Films",
|
39 | 44 | "https://github.com/NafeeJ/nafeej.github.io",
|
40 |
| - "https://github.com/NafeeJ/cs1660/tree/master/Course-Project", |
41 |
| - "https://github.com/NafeeJ/osu-keep" |
| 45 | + "https://github.com/NafeeJ/cs1660/tree/master/Course-Project" |
42 | 46 | ]
|
43 | 47 | }
|
44 | 48 |
|
|
0 commit comments