+ {toasts.add({
+ title: 'Error',
+ description: 'There was an error loading static site data',
+ duration: 0,
+ placement: 'bottom-center',
+ showProgress: true
+ })}
{/await}
-
-
\ No newline at end of file
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 29beaa0..1c17e2e 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,17 +1,23 @@
-
+
+ //Profile
+ //Repos
+ //Contact
+
-
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index c60d686..3194ecf 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -2,4 +2,6 @@
import Main from '../main.svelte';
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte
index d639840..58e64b4 100644
--- a/src/routes/contact/+page.svelte
+++ b/src/routes/contact/+page.svelte
@@ -1,149 +1,14 @@
-
-
-
Contact
-
-
-
-
-
-
+
+ {toasts.add({
+ title: 'Warning',
+ description: 'This page is under construction',
+ duration: 0,
+ type: 'warning',
+ placement: 'center-center',
+ showProgress: true
+ })}
+
diff --git a/src/routes/repos/+page.svelte b/src/routes/repos/+page.svelte
index 10b9d09..978f83d 100644
--- a/src/routes/repos/+page.svelte
+++ b/src/routes/repos/+page.svelte
@@ -1,64 +1,18 @@
-
My Projects
-
This here is a list of my most recently worked on projects. Note this does not show any private repositories. For more in depth information Click Here .
-
-
- {#if $repos.length > 0}
-
{addToast(new Toast("See a snapshot of my latest work.", ToastType.Info, true, 8_000))}
-
- {#each $repos as repo}
- {#await checkImage(repo)}
-
- {:then hasImage}
- {#if hasImage}
-
-
-
{repo.name}
- {repo.language}
-
-
-
{@html repo.description}
-
-
-
-
-
-
- {:else}
-
-
-
{repo.name}
- {repo.language}
-
-
-
{@html repo.description}
-
-
-
- {/if}
- {/await}
- {/each}
-
- {:else}
-
- {/if}
+
+ {toasts.add({
+ title: 'Warning',
+ description: 'This page is under construction',
+ duration: 0,
+ type: 'warning',
+ placement: 'center-center',
+ showProgress: true
+ })}
diff --git a/src/skills.svelte b/src/skills.svelte
deleted file mode 100644
index ed9bae5..0000000
--- a/src/skills.svelte
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- {#each skills as skill}
-
-
{showModal = true; activeModal = skill}}>
-
-
{skill.skill}
-
-
-
-
-
-
- {/each}
-
-
-
-{#if activeModal != null}
-
-
-
-
- {activeModal.about}
-
-
-
-
-{/if}
-
-
\ No newline at end of file
diff --git a/static/themes/cool-modern.css b/static/themes/cool-modern.css
deleted file mode 100644
index 950f365..0000000
--- a/static/themes/cool-modern.css
+++ /dev/null
@@ -1,18 +0,0 @@
-:root {
- --bg: #f2f6f7; /* Soft blue-tinted white */
- --bg-secondary: #d7e1e4; /* Cool grey-blue */
- --accent: #92a9b0; /* Subtle blue-green */
-
- --header: #5d7075; /* Deep slate blue-green */
- --fg: #3c4649; /* Rich dark grey */
-
- --input: #e0e6e8; /* Light desaturated blue-grey */
-
- --link: #678d97; /* Muted sea blue */
- --glow: #b2c4c8; /* Gentle cool glow */
- --hover: #8fa7af; /* Soft grey-blue hover */
-
- --green: #78a890; /* Balanced green */
- --red: #e08c96; /* Soft dusty red */
- --blue: #729da5; /* Medium desaturated blue */
-}
\ No newline at end of file
diff --git a/static/themes/frosted-blue.css b/static/themes/frosted-blue.css
deleted file mode 100644
index cb6ba16..0000000
--- a/static/themes/frosted-blue.css
+++ /dev/null
@@ -1,17 +0,0 @@
-:root {
- --bg: #1e1f2a;
- --bg-secondary: #3a3f4b;
- --accent: #777f8d;
-
- --header: #cad1da;
- --fg: #e4e1db;
-
- --input: #2e3438;
-
- --link: #95add8;
- --glow: #bcc3ca;
- --hover: #cdd8e2;
-
- --green: #98C379;
- --red: #E06C75;
-}
\ No newline at end of file
diff --git a/static/themes/jet-brains-dracula.css b/static/themes/jet-brains-dracula.css
deleted file mode 100644
index e32d258..0000000
--- a/static/themes/jet-brains-dracula.css
+++ /dev/null
@@ -1,18 +0,0 @@
-:root {
- --bg: #2b2b2b; /* Dark but not too harsh */
- --bg-secondary: #3c3f41; /* Deep warm grey */
- --accent: #6897bb; /* Muted but clear blue */
-
- --header: #a9b7c6; /* Softer contrast */
- --fg: #bbbbbb; /* Light but not pure white */
-
- --input: #414141; /* Dark grey input */
-
- --link: #519aba; /* Soft coding blue */
- --glow: #4e5d68; /* Subtle bluish glow */
- --hover: #8c9da8; /* Brighter on hover */
-
- --green: #6a8759; /* Classic Darcula green */
- --red: #cc6666; /* Softer, warm red */
- --blue: #6897bb; /* Standard coding blue */
-}
\ No newline at end of file
diff --git a/static/themes/monokai-dark.css b/static/themes/monokai-dark.css
deleted file mode 100644
index c39c63e..0000000
--- a/static/themes/monokai-dark.css
+++ /dev/null
@@ -1,18 +0,0 @@
-:root {
- --bg: #272822; /* Classic Monokai dark */
- --bg-secondary: #3e3d32; /* Darker olive grey */
- --accent: #f92672; /* Monokai’s signature pink-red */
-
- --header: #a6e22e; /* Neon green */
- --fg: #f8f8f2; /* Soft off-white */
-
- --input: #373831; /* Slightly lighter grey-green */
-
- --link: #66d9ef; /* Monokai cyan */
- --glow: #49483e; /* Muted background glow */
- --hover: #fd7c95; /* Lighter pink hover */
-
- --green: #a6e22e; /* Bright Monokai green */
- --red: #f92672; /* Soft pinkish-red */
- --blue: #66d9ef; /* Bright cyan */
-}
\ No newline at end of file
diff --git a/static/themes/vscode-dark.css b/static/themes/vscode-dark.css
deleted file mode 100644
index 9223bda..0000000
--- a/static/themes/vscode-dark.css
+++ /dev/null
@@ -1,18 +0,0 @@
-:root {
- --bg: #1e1e1e; /* Dark neutral background */
- --bg-secondary: #252526; /* Slightly lighter for separation */
- --accent: #569cd6; /* Signature VS Code blue */
-
- --header: #9cdcfe; /* Brighter cyan for contrast */
- --fg: #d4d4d4; /* Light grey for readability */
-
- --input: #333; /* Dark but still visible */
-
- --link: #4fc1ff; /* Brighter blue for hyperlinks */
- --glow: #2a3f5f; /* Soft deep blue glow */
- --hover: #7bb8e8; /* Brighter accent on hover */
-
- --green: #4ec9b0; /* Soft green */
- --red: #d16969; /* Coding red */
- --blue: #9cdcfe; /* Soft bright cyan */
-}
\ No newline at end of file
diff --git a/tailwind.config.js b/tailwind.config.js
new file mode 100644
index 0000000..7814a0d
--- /dev/null
+++ b/tailwind.config.js
@@ -0,0 +1,19 @@
+module.exports = {
+ theme: {
+ extend: {
+ colors: {
+ 'one-bg': '#282c34',
+ 'one-bg-light': '#3a3f4b',
+ 'one-fg': '#abb2bf',
+ 'one-accent': '#61afef',
+ 'one-green': '#98c379',
+ 'one-orange': '#d19a66',
+ 'one-red': '#e06c75',
+ 'one-yellow': '#e5c07b',
+ 'one-purple': '#c678dd',
+ 'one-cyan': '#56b6c2',
+ 'one-comment': '#5c6370',
+ }
+ }
+ }
+}
\ No newline at end of file