{{ about.description }}
-{{ about.description2 }}
+{{ about.description }}
+{{ about.description2 }}
+diff --git a/app/app.vue b/app/app.vue
index d6790e8..39e79ac 100644
--- a/app/app.vue
+++ b/app/app.vue
@@ -10,7 +10,7 @@
--secondary-color: #000;
}
-html, body, p, a, address, h2 {
+html, body, p, a, button, address, h2 {
font-family: 'Abbiocco Beta', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
@@ -18,6 +18,10 @@ a {
text-decoration: none;
}
+a:hover {
+ text-decoration: underline;
+}
+
html {
scroll-behavior: smooth;
}
diff --git a/app/assets/icons/arrow-up-black.svg b/app/assets/icons/arrow-up-black.svg
new file mode 100644
index 0000000..9eface9
--- /dev/null
+++ b/app/assets/icons/arrow-up-black.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue
index 909fb41..5f0b067 100644
--- a/app/components/AppFooter.vue
+++ b/app/components/AppFooter.vue
@@ -3,13 +3,10 @@ const appConfig = useAppConfig()
onMounted(() => {
const protectedEmail = document.getElementById('protected-email')
- const protectedPhone = document.getElementById('protected-phone')
if(protectedEmail)
protectedEmail.innerHTML = 'moc.' + 'liamg' + '@' + 'dramloc.' + 'ettelrual';
- if(protectedPhone)
- protectedPhone.textContent = atob('MDYgMDEgOTMgNzUgODc=');
})
@@ -19,9 +16,8 @@ onMounted(() => {
{{ about.description }}
-{{ about.description2 }}
+{{ about.description }}
+{{ about.description2 }}
+