diff --git a/app/public/favicon.ico b/app/public/favicon.ico index 0fe4137..11ccc7b 100644 Binary files a/app/public/favicon.ico and b/app/public/favicon.ico differ diff --git a/app/src/components/LogbookMessage.vue b/app/src/components/LogbookMessage.vue index a306d28..42eb9ab 100644 --- a/app/src/components/LogbookMessage.vue +++ b/app/src/components/LogbookMessage.vue @@ -31,9 +31,8 @@ const date = computed(() => { background-color: var(--background-color-2); border-radius: 20px; padding: 0.75rem; -} -.logbook-message + .logbook-message { margin-top: 1rem; + margin-bottom: 1rem; } .logbook-message > time { font-family: monospace; diff --git a/app/src/components/SoftwareProjectTile.vue b/app/src/components/SoftwareProjectTile.vue index acb9765..12a886f 100644 --- a/app/src/components/SoftwareProjectTile.vue +++ b/app/src/components/SoftwareProjectTile.vue @@ -51,9 +51,8 @@ function getTagStyle(tag: string) { background-color: var(--background-color-2); border-radius: 20px; padding: 1rem; -} -.software-project-tile + .software-project-tile { margin-top: 1rem; + margin-bottom: 1rem; } .software-project-tile > h3 { diff --git a/app/src/views/HomeView.vue b/app/src/views/HomeView.vue index ea77a2a..643f603 100644 --- a/app/src/views/HomeView.vue +++ b/app/src/views/HomeView.vue @@ -6,6 +6,8 @@ My name's Andrew, and I'm a software engineer, gardener, runner, home cook, and probably many other things too, depending on who you ask. Welcome to my website!

-

Click one of the links on the left to check out something more interesting.

+

+ Click one of the links to check out something more interesting. +

diff --git a/design/icon.png b/design/icon.png new file mode 100644 index 0000000..62760d0 Binary files /dev/null and b/design/icon.png differ diff --git a/upload-new.sh b/upload-new.sh new file mode 100755 index 0000000..c7681c3 --- /dev/null +++ b/upload-new.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +cd app +npm run lint +npm run type-check +npm run build +cd .. + +rsync -rav -e ssh --delete app/dist/ root@andrewlalis.com:/var/www/andrewlalis.com/html