+ class="p-6 bg-[#12121233] justify-center grid sm:grid-cols-12 gap-5 items-center sm:justify-start w-full h-full blur-background">
Skills
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Projects
-
+
+ :icons="[{ 'icon': 'logos:nuxt-icon', 'name': 'nuxtjs v3' }, { 'icon': 'logos:supabase-icon', 'name': 'supabase' }]">
this is a small forum project I made to mock my ruby on rails forum I am
working on but in vuejs.
+ :icons="[{ 'icon': 'logos:laravel', 'name': 'php' }]">
This is my attempt at a forum written in php, its not great but it works.
+ :icons="[{ 'icon': 'logos:nuxt-icon', 'name': 'nuxtjs v2' }]">
This is the old cyansplash.net site, not amazing but taught me a lot about web
development.
-
- This is an old discord bot that taught me about the discord API how to make a
- bot and led me to learning alot about JavaScript, without Echo I most likely would not be a
- web
- developer.
+ :icons="[{ 'icon': 'logos:javascript', 'name': 'Javascript' }]">
+ This is one of the first projects that wasn't just a dinky website, this project brought me to where I am today.
+ :icons="[{ 'icon': 'logos:nuxt-icon', 'name': 'nuxtjs v2' }, { 'icon': 'logos:tailwindcss-icon', 'name': 'tailwindcss' }]">
This stie is the site you are currently on, this site is just a place to show
off my projects and my skills.
+ :icons="[{ 'icon': 'logos:vue', 'name': 'vue v3' }, { 'icon': 'logos:nodejs-icon', 'name': 'nodejs' }]">
this is a small forum project I made to mock my ruby on rails forum I am
working on but in vuejs.
@@ -130,4 +115,9 @@
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/tailwind.config.js b/tailwind.config.js
index 7909570..4b12ab6 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -10,7 +10,12 @@ module.exports = {
"./app.vue",
],
theme: {
- extend: {},
+ extend: {
+ screens: {
+ 'xs': '512px',
+ '3xl': '1792px'
+ }
+ },
},
plugins: [],
}