diff --git a/assets/icons/logo.svg b/assets/icons/logo.svg
new file mode 100644
index 0000000..d72b3ce
--- /dev/null
+++ b/assets/icons/logo.svg
@@ -0,0 +1,30 @@
+
+
+
diff --git a/components/AnimatedLogo.vue b/components/AnimatedLogo.vue
deleted file mode 100644
index d076d69..0000000
--- a/components/AnimatedLogo.vue
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
-
- Moritz Ruth
-
-
-
-
-
-
-
diff --git a/components/NavigationBar.vue b/components/NavigationBar.vue
index 84f1692..b707188 100644
--- a/components/NavigationBar.vue
+++ b/components/NavigationBar.vue
@@ -70,8 +70,6 @@
align-items: center;
justify-content: space-between;
padding: 0 30px 0 20px;
-
- background: colors.$background;
}
.navigation-bar__toggle {
diff --git a/pages/index.vue b/pages/index.vue
index e268f7a..07f75e4 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,8 +1,12 @@
-
+
-
+
+ Moritz Ruth
import { ShapedCanvas } from "shaped.js"
- import AnimatedLogo from "@/components/AnimatedLogo"
import { footerItems } from "assets/js/footer-items"
import InstagramIcon from "@/assets/icons/instagram.svg"
import TwitterIcon from "@/assets/icons/twitter.svg"
import NPMIcon from "@/assets/icons/npm.svg"
import GitHubIcon from "@/assets/icons/github.svg"
import EmailIcon from "@/assets/icons/email.svg"
+ import Logo from "@/assets/icons/logo.svg"
export default {
name: "IndexPage",
- components: { AnimatedLogo, InstagramIcon, TwitterIcon, NPMIcon, GitHubIcon, EmailIcon },
+ components: { Logo, InstagramIcon, TwitterIcon, NPMIcon, GitHubIcon, EmailIcon },
mounted() {
const shaped = new ShapedCanvas(this.$refs.canvas, {
useWindowSize: true,
- colors: ["#BB2081", "#14AAD8"],
+ colors: ["#d21b8d", "#14AAD8"],
minCount: 8,
probability: 1 / 30000,
height: 1,