diff --git a/src/App.vue b/src/App.vue index f0b8238..af14228 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ diff --git a/src/components/aboutme.vue b/src/components/aboutme.vue index 2d42e3d..7e1d764 100644 --- a/src/components/aboutme.vue +++ b/src/components/aboutme.vue @@ -5,9 +5,11 @@ Hi there, good to see you on my website. My name is Raymon Zutekouw({{ age }}). Building software and exploring the wide variety of tools (or making them) is my passion. - To see it in action, checkout the stuff I make on GitHub. + To see it in action, checkout the stuff I make on + GitHub. The projects that may be useful to others are open source; for inspiring others and improving each others work. - That is why I am a huge fan of free software. + That is why I am a huge fan of + free software.

@@ -20,7 +22,7 @@ export default { computed: { age: me.age } -} +};