diff --git a/.gitignore b/.gitignore index 8dd4a7c..f20e33d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,4 @@ dist .vscode content/.obsidian .DS_Store -.obsidian -content/**/* +.obsidian \ No newline at end of file diff --git a/assets/svg/arch-logo.svg b/assets/svg/arch-logo.svg new file mode 100644 index 0000000..7b95368 --- /dev/null +++ b/assets/svg/arch-logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/svg/desk.svg b/assets/svg/desk.svg new file mode 100644 index 0000000..93fadc2 --- /dev/null +++ b/assets/svg/desk.svg @@ -0,0 +1,883 @@ + + + + diff --git a/assets/svg/docker-logo.svg b/assets/svg/docker-logo.svg new file mode 100644 index 0000000..524cb04 --- /dev/null +++ b/assets/svg/docker-logo.svg @@ -0,0 +1,42 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/svg/golang-logo.svg b/assets/svg/golang-logo.svg new file mode 100644 index 0000000..15403d7 --- /dev/null +++ b/assets/svg/golang-logo.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/svg/gql-logo.svg b/assets/svg/gql-logo.svg new file mode 100644 index 0000000..14082a5 --- /dev/null +++ b/assets/svg/gql-logo.svg @@ -0,0 +1,64 @@ + + + + \ No newline at end of file diff --git a/assets/svg/howdy.svg b/assets/svg/howdy.svg new file mode 100644 index 0000000..591c3d6 --- /dev/null +++ b/assets/svg/howdy.svg @@ -0,0 +1,297 @@ + + + + diff --git a/assets/svg/html-logo.svg b/assets/svg/html-logo.svg new file mode 100644 index 0000000..9a66436 --- /dev/null +++ b/assets/svg/html-logo.svg @@ -0,0 +1,7 @@ + + HTML5 Logo Badge + + + + + \ No newline at end of file diff --git a/assets/svg/logo.svg b/assets/svg/logo.svg new file mode 100644 index 0000000..ab3a1bb --- /dev/null +++ b/assets/svg/logo.svg @@ -0,0 +1,324 @@ + + + + diff --git a/assets/svg/obsidian.svg b/assets/svg/obsidian.svg new file mode 100644 index 0000000..04e2359 --- /dev/null +++ b/assets/svg/obsidian.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/assets/svg/postgres-logo.svg b/assets/svg/postgres-logo.svg new file mode 100644 index 0000000..8666f75 --- /dev/null +++ b/assets/svg/postgres-logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/svg/react-logo.svg b/assets/svg/react-logo.svg new file mode 100644 index 0000000..e07b101 --- /dev/null +++ b/assets/svg/react-logo.svg @@ -0,0 +1,9 @@ + + React Logo + + + + + + + \ No newline at end of file diff --git a/assets/svg/react-native-logo.svg b/assets/svg/react-native-logo.svg new file mode 100644 index 0000000..c54ef69 --- /dev/null +++ b/assets/svg/react-native-logo.svg @@ -0,0 +1,11 @@ + + + React Logo + + + + + + + + diff --git a/assets/svg/react-ssr-logo.svg b/assets/svg/react-ssr-logo.svg new file mode 100644 index 0000000..e3b1e40 --- /dev/null +++ b/assets/svg/react-ssr-logo.svg @@ -0,0 +1,11 @@ + + + React Logo + + + + + + + + diff --git a/assets/svg/svg-logo.svg b/assets/svg/svg-logo.svg new file mode 100644 index 0000000..55af5b8 --- /dev/null +++ b/assets/svg/svg-logo.svg @@ -0,0 +1,56 @@ + + + SVG Logo + Designed for the SVG Logo Contest in 2006 by Harvey Rayner, and adopted by W3C in 2009. It is available under the Creative Commons license for those who have an SVG product or who are using SVG on their site. + + + + + SVG Logo + 14-08-2009 + + W3C + Harvey Rayner, designer + + See document description + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/svg/swagger-logo.svg b/assets/svg/swagger-logo.svg new file mode 100644 index 0000000..d70d0c8 --- /dev/null +++ b/assets/svg/swagger-logo.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/svg/ts-logo.svg b/assets/svg/ts-logo.svg new file mode 100644 index 0000000..cacdb6f --- /dev/null +++ b/assets/svg/ts-logo.svg @@ -0,0 +1,6 @@ + + +TypeScript logo + + + \ No newline at end of file diff --git a/assets/svg/vue-logo.svg b/assets/svg/vue-logo.svg new file mode 100644 index 0000000..271db25 --- /dev/null +++ b/assets/svg/vue-logo.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/components/bio/BioHeading.vue b/components/bio/BioHeading.vue new file mode 100644 index 0000000..d743f54 --- /dev/null +++ b/components/bio/BioHeading.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/components/bio/BioProjects.vue b/components/bio/BioProjects.vue new file mode 100644 index 0000000..06f3f26 --- /dev/null +++ b/components/bio/BioProjects.vue @@ -0,0 +1,20 @@ + + + + + diff --git a/components/bio/BioSkills.vue b/components/bio/BioSkills.vue new file mode 100644 index 0000000..c8f21a1 --- /dev/null +++ b/components/bio/BioSkills.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/components/home/HomeHeader.vue b/components/home/HomeHeader.vue new file mode 100644 index 0000000..6574a4d --- /dev/null +++ b/components/home/HomeHeader.vue @@ -0,0 +1,110 @@ + + + diff --git a/components/icons/ArrowRight.vue b/components/icons/ArrowRight.vue new file mode 100644 index 0000000..029ad70 --- /dev/null +++ b/components/icons/ArrowRight.vue @@ -0,0 +1,10 @@ + diff --git a/components/icons/IconStar.vue b/components/icons/IconStar.vue new file mode 100644 index 0000000..1ddd5c5 --- /dev/null +++ b/components/icons/IconStar.vue @@ -0,0 +1,12 @@ + diff --git a/components/layout/LayoutMainMenu.vue b/components/layout/LayoutMainMenu.vue index cea4057..6d31ffd 100644 --- a/components/layout/LayoutMainMenu.vue +++ b/components/layout/LayoutMainMenu.vue @@ -1,6 +1,13 @@