-
-
-
-
+
+
+
+
diff --git a/img/default/Carousel.jpg b/img/default/Carousel.jpg
new file mode 100644
index 0000000..31453bb
Binary files /dev/null and b/img/default/Carousel.jpg differ
diff --git a/img/default/Thumbnail.jpg b/img/default/Thumbnail.jpg
new file mode 100644
index 0000000..5846c01
Binary files /dev/null and b/img/default/Thumbnail.jpg differ
diff --git a/scripts/cards.json b/scripts/cards.json
new file mode 100644
index 0000000..906bb57
--- /dev/null
+++ b/scripts/cards.json
@@ -0,0 +1,60 @@
+{
+ "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"]
+ }
+ ]
+}