61 lines
2.5 KiB
JSON
61 lines
2.5 KiB
JSON
{
|
|
"cards": [
|
|
{
|
|
"title": "Education",
|
|
"thumbnail": "../img/t1_thumb",
|
|
"text": "I am a graduate of Slippery Rock Univeristy of Pennslyvania where I obtained my Bachelors in Computing: Computer Science. I expected to enjoy my AI and Machine Learning Classes, which I did, but my classes on multithreading and parallelization gave me some of my favorite tools. I've always had a relatively 'fast' computer but with multithreading I could finally use that speed.",
|
|
"tags": ["about","education","butler","SRU", "BC3","ls"],
|
|
"gallery": ["../img/t1_img1.png", "../img/t1_img2.png", "../img/t1_img3.png"]
|
|
},
|
|
{
|
|
"title": "Self Hosting",
|
|
"thumbnail": "../img/t2_thumb",
|
|
"text": "Lorem Ipsum dolar",
|
|
"tags": ["tag1", "tag2", "tag3", "about", "deployment","ls"],
|
|
"gallery": ["../img/t2_img1.png", "../img/t2_img2.png", "../img/t2_img3.png"]
|
|
},
|
|
{
|
|
"title": "Work History",
|
|
"thumbnail": "../img/t3_thumb",
|
|
"text": "Lorem Ipsum dolar",
|
|
"tags": ["tag1", "tag2", "tag3","about", "work","ls"],
|
|
"gallery": ["../img/t3_img1.png", "../img/t3_img2.png", "../img/t3_img3.png"]
|
|
},
|
|
{
|
|
"title": "FOSS",
|
|
"thumbnail": "../img/t4_thumb",
|
|
"text": "Lorem Ipsum dolar",
|
|
"tags": ["tag1", "tag2", "tag3", "about","ls"],
|
|
"gallery": ["../img/t4_img1.png", "../img/t4_img2.png", "../img/t4_img3.png"]
|
|
},
|
|
{
|
|
"title": "Where Am I",
|
|
"thumbnail": "../img/t1_thumb",
|
|
"text": "NixOS is a linux distribution focused around the Nix Package manager",
|
|
"tags": ["tag1", "tag2", "tag3", "about","ls"],
|
|
"gallery": ["../img/t1_img1.png", "../img/t1_img2.png", "../img/t1_img3.png"]
|
|
},
|
|
{
|
|
"title": "Vehicle Routing",
|
|
"thumbnail": "../img/t2_thumb",
|
|
"text": "Lorem Ipsum dolar",
|
|
"tags": ["Google", "API", "html","css","js","java","javascript","springboot","git","OOP","github", "deveolopement","ls"],
|
|
"gallery": ["../img/t2_img1.png", "../img/t2_img2.png", "../img/t2_img3.png"]
|
|
},
|
|
{
|
|
"title": "Automating A-Birch",
|
|
"thumbnail": "../img/t3_thumb",
|
|
"text": "Lorem Ipsum dolar",
|
|
"tags": ["tag1", "tag2", "tag3"],
|
|
"gallery": ["../img/t3_img1.png", "../img/t3_img2.png", "../img/t3_img3.png"]
|
|
},
|
|
{
|
|
"title": "t4",
|
|
"thumbnail": "../img/t4_thumb",
|
|
"text": "Lorem Ipsum dolar",
|
|
"tags": ["tag1", "tag2", "tag3", "about"],
|
|
"gallery": ["../img/t4_img1.png", "../img/t4_img2.png", "../img/t4_img3.png"]
|
|
}
|
|
]
|
|
}
|