diff --git a/app/src/assets/images/created-by-a-human-with-a-brain-1x.png b/app/src/assets/images/created-by-a-human-with-a-brain-1x.png
new file mode 100644
index 0000000..af9cc13
Binary files /dev/null and b/app/src/assets/images/created-by-a-human-with-a-brain-1x.png differ
diff --git a/app/src/components/NavLink.vue b/app/src/components/NavLink.vue
index d715829..371d925 100644
--- a/app/src/components/NavLink.vue
+++ b/app/src/components/NavLink.vue
@@ -1,5 +1,5 @@
diff --git a/app/src/router/index.ts b/app/src/router/index.ts
index c17e9ea..3333ee8 100644
--- a/app/src/router/index.ts
+++ b/app/src/router/index.ts
@@ -28,8 +28,8 @@ const router = createRouter({
path: 'about',
component: AboutView,
meta: {
- title: "About Andrew (and this site)",
- description: "Information about Andrew, and technical information about this website."
+ title: 'About Andrew (and this site)',
+ description: 'Information about Andrew, and technical information about this website.'
}
},
{
@@ -37,7 +37,7 @@ const router = createRouter({
component: ContactView,
meta: {
title: "Andrew's Contact Info",
- description: "Information for how to get in touch with Andrew."
+ description: 'Information for how to get in touch with Andrew.'
}
},
{
@@ -45,7 +45,7 @@ const router = createRouter({
component: SoftwareView,
meta: {
title: "Andrew's Software",
- description: "A brief collection of software developed by Andrew."
+ description: 'A brief collection of software developed by Andrew.'
}
},
{
@@ -61,7 +61,7 @@ const router = createRouter({
component: HikingView,
meta: {
title: "Andrew's Hiking",
- description: "A logbook of notable summits and hikes Andrew has completed."
+ description: 'A logbook of notable summits and hikes Andrew has completed.'
}
},
{
@@ -69,7 +69,8 @@ const router = createRouter({
component: LogBookView,
meta: {
title: "Andrew's Logbook",
- description: "Interactive messageboard where people can leave a public note on Andrew's website."
+ description:
+ "Interactive messageboard where people can leave a public note on Andrew's website."
}
}
]
@@ -94,7 +95,7 @@ const router = createRouter({
router.afterEach((to) => {
nextTick(() => {
// Set document title if available.
- if (to.meta.title && typeof(to.meta.title) === 'string') {
+ if (to.meta.title && typeof to.meta.title === 'string') {
document.title = to.meta.title
} else {
document.title = 'Andrew Lalis'
@@ -102,7 +103,7 @@ router.afterEach((to) => {
// Set document description meta tag if available.
const metaTag = document.querySelector("meta[name='description']") as HTMLMetaElement
if (metaTag) {
- if (to.meta.description && typeof(to.meta.description) === 'string') {
+ if (to.meta.description && typeof to.meta.description === 'string') {
metaTag.content = to.meta.description
} else {
metaTag.content = "Andrew's homepage on the internet."
diff --git a/app/src/views/AboutView.vue b/app/src/views/AboutView.vue
index 2172484..ed13dc6 100644
--- a/app/src/views/AboutView.vue
+++ b/app/src/views/AboutView.vue
@@ -31,12 +31,11 @@
About Me
- Like you saw on the homepage, I'm a software engineer, pilot, gardener,
- hiker, and lots of other things; once you do enough things, the labels
- start to become pointless. I currently live in Florida with my partner
- Grace (who's a teacher, by the way), and our cat Finn. We like to spend
- our time going to Disney, exploring new restaurants, and enjoying modern
- media (movies, shows, video games, etc.).
+ Like you saw on the homepage, I'm a software engineer, pilot, gardener, hiker, and lots of
+ other things; once you do enough things, the labels start to become pointless. I currently
+ live in Florida with my partner Grace (who's a teacher, by the way), and our cat Finn. We like
+ to spend our time going to Disney, exploring new restaurants, and enjoying modern media
+ (movies, shows, video games, etc.).
- On this page, you'll find a list of all plants currently (or formerly)
- in my garden.
-
-
- I keep a spreadsheet of all the species in my garden (or that have been present in the past).
- In total, my garden currently has 52 unique species, with
- 37 native species.
-
On this page, you'll find a list of all plants currently (or formerly) in my garden.
+
+ I keep a spreadsheet of all the species in my garden (or that have been present in the past).
+ In total, my garden currently has 52 unique species, with
+ 37 native species.
+
- Towards the end of the western portion of the garden, I've set up a
- small patch of common kitchen herbs so that we don't have to buy
- overpriced stuff from grocery stores.
-
-
- As you can see, there's more here than we can use ourselves, so if
- you're in the area and would like some, feel free to get your
- scissors and take a bit for whatever you're cooking. All I ask is
- that you please only take what you need, and refrain from
- pruning anything that looks like it's not very abundant.
- With your respectful cooperation, I can easily maintain these herbs
- for many people to use.
-
-
-
- Note: At this time, I'm still trying to get the following herbs
- established, so please don't take any of these:
-
-
-
Mojito Mint
-
Peppermint
-
Chocolate Mint
-
Chamomile
-
Basil
-
-
- I also just pruned the Oregano, so please don't take too much
- of that.
-
-
-
- The image below provides a quick reference guide on which herbs are
- which, but if you have any other questions,
- feel free to ask.
-
-
+
+
My Herb Garden
+
+
+
+
+ Towards the end of the western portion of the garden, I've set up a small patch of common
+ kitchen herbs so that we don't have to buy overpriced stuff from grocery stores.
+
+
+ As you can see, there's more here than we can use ourselves, so if you're in the area and
+ would like some, feel free to get your scissors and take a bit for whatever you're cooking.
+ All I ask is that you please
+ only take what you need, and refrain from pruning anything that looks like it's not very
+ abundant. With your respectful cooperation, I can easily maintain these herbs for many people to use.
+
+
+
+ Note: At this time, I'm still trying to get the following herbs established, so please don't
+ take any of these:
+
+
+
Mojito Mint
+
Peppermint
+
Chocolate Mint
+
Chamomile
+
Basil
+
+
I also just pruned the Oregano, so please don't take too much of that.
+
+
+ The image below provides a quick reference guide on which herbs are which, but if you have any
+ other questions,
+ feel free to ask.
+
+
-
-
Basic Herb Usage Guide
-
- Since it might be helpful, here's a brief guide on where you
- might want to use the herbs growing in the garden:
-
-
-
- Mint and Chamomile can be used in various
- cocktails, or sparingly in baked goods, or added to tea.
-
-
- Chives add a splash of green, and a fresh
- allium flavor, and can be chopped finely to garnish pretty
- much any dish, especially things like stews, potatoes, or
- meats.
-
-
- Oregano is a great all-purpose herb that
- you can add to pizzas, sauces, and basically any Italian,
- Mexican, or Mediterranean dish.
-
-
- Rosemary has a strong, evergreen flavor
- that pairs well with beef dishes and slow-cooked stews
- and soups.
-
-
- Thyme, like rosemary, is quite universal
- in its applications, but works especially well on chicken,
- lamb, and other lighter meats, or when infused in oil for
- salad dressings.
-
-
- Basil, with its distinct, almost spicy
- aroma, can be added directly to salads or chopped up and
- thrown into a tomato sauce or onto a pizza.
-
-
-
-
+
+
Basic Herb Usage Guide
+
+ Since it might be helpful, here's a brief guide on where you might want to use the herbs
+ growing in the garden:
+
+
+
+ Mint and Chamomile can be used in various cocktails, or sparingly
+ in baked goods, or added to tea.
+
+
+ Chives add a splash of green, and a fresh allium flavor, and can
+ be chopped finely to garnish pretty much any dish, especially things like stews, potatoes,
+ or meats.
+
+
+ Oregano is a great all-purpose herb that you can add to pizzas,
+ sauces, and basically any Italian, Mexican, or Mediterranean dish.
+
+
+ Rosemary has a strong, evergreen flavor that pairs well with beef
+ dishes and slow-cooked stews and soups.
+
+
+ Thyme, like rosemary, is quite universal in its applications, but works especially well on
+ chicken, lamb, and other lighter meats, or when infused in oil for salad dressings.
+
+
+ Basil, with its distinct, almost spicy aroma, can be added directly to salads or chopped up
+ and thrown into a tomato sauce or onto a pizza.
+
+
+
+
\ No newline at end of file
+
diff --git a/app/src/views/GardeningView.vue b/app/src/views/GardeningView.vue
index 3cb30e9..d7570ca 100644
--- a/app/src/views/GardeningView.vue
+++ b/app/src/views/GardeningView.vue
@@ -1,18 +1,20 @@
-
+
- I'd like to call myself an avid gardener, with a particular interest in creating native-friendly garden habitats.
+ I'd like to call myself an avid gardener, with a particular interest in creating
+ native-friendly garden habitats.
- I work on my own garden that I share with my partner, and I like to help out with others' too. So if you're
- thinking about killing your lawn and providing a space for non-invasive and native species to thrive,
- I'd be happy to help!
+ I work on my own garden that I share with my partner, and I like to help out with others' too.
+ So if you're thinking about killing your lawn and providing a space for non-invasive and
+ native species to thrive, I'd be happy to help!
- Once in a while, I'll go out hiking, so here's a record of all the
- mountains I've sumitted.
-
-
-
-
Turkey Mountain
-
-
-
- A 7-mile out-and-back run / hike which started at the Spirit
- River casino in Tulsa, Oklahoma, and crossed the Arkansas River
- and climbed 300 feet to the lookout point on Turkey Mountain.
-
- Starting at Wakeena Falls, we first hiked over to Multnomah
- Falls, then up into the Mt. Hood Wilderness on the Larch
- Mountain Trail. It was a very long hike, taking just about 8
- hours to complete the entire 16-mile distance.
-
- After sumitting King's Mountain, we headed back down for a much
- more technical climb to Elk Mountain, involving sketchy trails
- with steep drop-offs, and a lot of scrambling over rocks.
-
- Summitted as the first part of the King's Mountain / Elk
- Mountain 10-mile loop. This one wasn't technical, but just
- a very long, brutal uphill climb.
-
- My first actual "mountain" summit, when I visted Oregon in the
- fall of 2024. It was a great hike, but since I had never
- climbed any mountains before, it was exhausting.
-
+ Once in a while, I'll go out hiking, so here's a record of all the mountains I've sumitted.
+
+
+
+
Turkey Mountain
+
+
+
+ A 7-mile out-and-back run / hike which started at the Spirit River casino in Tulsa,
+ Oklahoma, and crossed the Arkansas River and climbed 300 feet to the lookout point on Turkey
+ Mountain.
+
+ Starting at Wakeena Falls, we first hiked over to Multnomah Falls, then up into the Mt. Hood
+ Wilderness on the Larch Mountain Trail. It was a very long hike, taking just about 8 hours
+ to complete the entire 16-mile distance.
+
+ After sumitting King's Mountain, we headed back down for a much more technical climb to Elk
+ Mountain, involving sketchy trails with steep drop-offs, and a lot of scrambling over rocks.
+
+ Summitted as the first part of the King's Mountain / Elk Mountain 10-mile loop. This one
+ wasn't technical, but just a very long, brutal uphill climb.
+
+ My first actual "mountain" summit, when I visted Oregon in the fall of 2024. It was a great
+ hike, but since I had never climbed any mountains before, it was exhausting.
+
- My name's Andrew, and I'm a software engineer, pilot, gardener, runner, home cook, and probably many
- other things too, depending on who you ask. Welcome to my website!
-
-
- Click one of the links to check out something more interesting.
+ My name's Andrew, and I'm a software engineer, pilot, gardener, runner, home cook, and
+ probably many other things too, depending on who you ask. Welcome to my website!
+
Click one of the links to check out something more interesting.
diff --git a/app/src/views/MainSite.vue b/app/src/views/MainSite.vue
index 6e43035..df8063f 100644
--- a/app/src/views/MainSite.vue
+++ b/app/src/views/MainSite.vue
@@ -7,69 +7,74 @@ See src/router/index.ts to see the nested set of routes that use this component.
-->
-
- An evolution of my previous desktop app Perfin, this is a
- web application that provides a more universal platform for personal
- finance management, with responsive views and more comprehensive
- tools for searching, along with so many other improvements over the
+ An evolution of my previous desktop app Perfin, this is a web application that
+ provides a more universal platform for personal finance management, with responsive views
+ and more comprehensive tools for searching, along with so many other improvements over the
first iteration.