diff --git a/not_found.html b/not_found.html deleted file mode 100644 index 5c94fe2..0000000 --- a/not_found.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Not Found - - - -

Page Not Found

-

The requested page was not found.

- - diff --git a/src/App.vue b/src/App.vue index 7905b05..378960a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,85 +1,11 @@ - diff --git a/src/assets/main.css b/src/assets/main.css index 36fb845..e5300ab 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,35 +1,3 @@ @import './base.css'; -#app { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - font-weight: normal; -} - -a, -.green { - text-decoration: none; - color: hsla(160, 100%, 37%, 1); - transition: 0.4s; - padding: 3px; -} - -@media (hover: hover) { - a:hover { - background-color: hsla(160, 100%, 37%, 0.2); - } -} - -@media (min-width: 1024px) { - body { - display: flex; - place-items: center; - } - - #app { - display: grid; - grid-template-columns: 1fr 1fr; - padding: 0 2rem; - } -} +@import 'https://cdn.jsdelivr.net/npm/Bulma@0.9.1/css/Bulma.min.css'; \ No newline at end of file diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue index 49d8f73..aaa8322 100644 --- a/src/components/TheWelcome.vue +++ b/src/components/TheWelcome.vue @@ -1,88 +1,41 @@ - - + + \ No newline at end of file diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 756ad2a..cf8ef51 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -1,15 +1,5 @@ +

Me

- +

Hi it's me Christofer

+ diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index d5c0217..74d326c 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1,9 +1,9 @@ diff --git a/style.css b/style.css deleted file mode 100644 index 4360f68..0000000 --- a/style.css +++ /dev/null @@ -1,9 +0,0 @@ -/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your - HTML content. To learn how to do something, just try searching Google for questions like - "how to change link color." */ - -body { - background-color: white; - color: black; - font-family: Verdana; -} \ No newline at end of file