feat: add more detailed career path descriptions
This commit is contained in:
parent
72cc7afe71
commit
8f4a5f5c98
3 changed files with 89 additions and 10 deletions
3
src/assets/icons/IndustryIcon.vue
Normal file
3
src/assets/icons/IndustryIcon.vue
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<template>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M32 32C14.3 32 0 46.3 0 64V304v48 80c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V304 152.2c0-18.2-19.4-29.7-35.4-21.1L320 215.4V152.2c0-18.2-19.4-29.7-35.4-21.1L128 215.4V64c0-17.7-14.3-32-32-32H32z"/></svg>
|
||||||
|
</template>
|
3
src/assets/icons/TruckIcon.vue
Normal file
3
src/assets/icons/TruckIcon.vue
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<template>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H48zM416 160h50.7L544 237.3V256H416V160zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"/></svg>
|
||||||
|
</template>
|
|
@ -5,6 +5,8 @@ import WhiskeyGlassIcon from "@/assets/icons/WhiskeyGlassIcon.vue";
|
||||||
import TreeIcon from "@/assets/icons/TreeIcon.vue";
|
import TreeIcon from "@/assets/icons/TreeIcon.vue";
|
||||||
import CarIcon from "@/assets/icons/CarIcon.vue";
|
import CarIcon from "@/assets/icons/CarIcon.vue";
|
||||||
import HelmetSafetyIcon from "@/assets/icons/HelmetSafetyIcon.vue";
|
import HelmetSafetyIcon from "@/assets/icons/HelmetSafetyIcon.vue";
|
||||||
|
import IndustryIcon from "@/assets/icons/IndustryIcon.vue";
|
||||||
|
import TruckIcon from "@/assets/icons/TruckIcon.vue";
|
||||||
import BoxesIcon from "@/assets/icons/BoxesIcon.vue";
|
import BoxesIcon from "@/assets/icons/BoxesIcon.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -41,9 +43,16 @@ import BoxesIcon from "@/assets/icons/BoxesIcon.vue";
|
||||||
<template #headline>Lumberjack</template>
|
<template #headline>Lumberjack</template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<p>
|
<p>
|
||||||
After that he earned his living as a lumberjack in a remote sawmill.
|
After leaving his hometown, Viktor started working as a lumberjack.
|
||||||
For a while he enjoyed the peace and quiet of country life, but soon
|
The club at the end of his tail came very much in handy as a
|
||||||
he was drawn back into more urban surroundings.
|
counterweight for each swing of his axe, allowing him to strike
|
||||||
|
efficiently and powerfully, felling even the largest trees with
|
||||||
|
relative ease. His naturally tough scales protected him from splinters
|
||||||
|
from the felled wood. The long-lasting hard physical work toughened
|
||||||
|
his body over the years. Before taking the cut logs to the sawmill,
|
||||||
|
Viktor always took a break to rest in the peace and quiet of the
|
||||||
|
forest. Although he enjoyed the seclusion of the country life for a
|
||||||
|
while, he was longing for the sociability of city life again.
|
||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
</TimelineItem>
|
</TimelineItem>
|
||||||
|
@ -52,8 +61,15 @@ import BoxesIcon from "@/assets/icons/BoxesIcon.vue";
|
||||||
<template #headline>Car Mechanic</template>
|
<template #headline>Car Mechanic</template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<p>
|
<p>
|
||||||
For a while, he made ends meet at an auto repair shop in a suburb, but
|
Moving into a suburban town, Viktor applied at an auto repair shop,
|
||||||
it was shut down after suffering persistent financial problems.
|
where he learned the ins and outs of fixing cars. He became really
|
||||||
|
good at it and enjoyed breathing new mechanical life into broken down
|
||||||
|
vehicles. However, as time went on, the repair shop faced financial
|
||||||
|
troubles, as it became increasingly difficult to come by spare parts
|
||||||
|
as auto makers would only deal them to certified repair partners and
|
||||||
|
certifications were prohibitively expensive. Viktor had to watch
|
||||||
|
business slowly deteriorate, as skilled coworkers kept getting laid
|
||||||
|
off, until the repair shop closed down for good.
|
||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
</TimelineItem>
|
</TimelineItem>
|
||||||
|
@ -61,17 +77,74 @@ import BoxesIcon from "@/assets/icons/BoxesIcon.vue";
|
||||||
<template #icon><HelmetSafetyIcon /></template>
|
<template #icon><HelmetSafetyIcon /></template>
|
||||||
<template #headline>Construction Worker</template>
|
<template #headline>Construction Worker</template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<p>Later, he worked as a construction worker.</p>
|
<p>
|
||||||
|
Having taken a liking in physically demanding work, Viktor took on a
|
||||||
|
job as a construction worker. Hard hat perched atop his head and belt
|
||||||
|
tool slung around his waist, he was always ready to lend a hand (or
|
||||||
|
tail if walls or boulders needed a good teardown). Since he had more
|
||||||
|
than enough strength training from his previous jobs, he was often
|
||||||
|
assigned carrying jobs to clear the site and haul building materials.
|
||||||
|
After work was done, Viktor enjoyed the company of his colleagues over
|
||||||
|
an after-work beer until late in the evenings. On one of these
|
||||||
|
evenings, he got a little reckless with a colleague under the veil of
|
||||||
|
the night and both were caught in the act of fooling around with each
|
||||||
|
other on the construction site. In the following weeks, the colleagues
|
||||||
|
kept their distance from Viktor and the evenings together also
|
||||||
|
dissolved very quickly when he joined them. The continued
|
||||||
|
ostracization ultimately prompted him to look for something new.
|
||||||
|
</p>
|
||||||
|
</template>
|
||||||
|
</TimelineItem>
|
||||||
|
<TimelineItem>
|
||||||
|
<template #icon><IndustryIcon /></template>
|
||||||
|
<template #headline>Welder</template>
|
||||||
|
<template #content>
|
||||||
|
<p>
|
||||||
|
In his job as a welder, Viktor spent his days working shifts in a
|
||||||
|
workshop. In addition to special tools and plasma welders, he also
|
||||||
|
used his powerful tail club to hammer metal parts into shape. He
|
||||||
|
acquired a wide variety of welding techniques to join or repair metal
|
||||||
|
structures. He worked with a wide variety of alloys such as steel,
|
||||||
|
aluminum and titanium. Viktor showed extreme skill in his work with
|
||||||
|
great precision and attention to detail. However, this dedication was
|
||||||
|
a thorn in the side of a jealous colleague who saw Viktor as a rival
|
||||||
|
and schemed against him, sabotaging his work, which ultimately ended
|
||||||
|
in his termination after a customer sued the welding shop for botching
|
||||||
|
the job. Viktor never found out who the culprit was, and the loss of
|
||||||
|
that job still hangs over him.
|
||||||
|
</p>
|
||||||
|
</template>
|
||||||
|
</TimelineItem>
|
||||||
|
<TimelineItem>
|
||||||
|
<template #icon><TruckIcon /></template>
|
||||||
|
<template #headline>Delivery Driver</template>
|
||||||
|
<template #content>
|
||||||
|
<p>
|
||||||
|
When Viktor was strapped for cash, he took on a job in the gig economy
|
||||||
|
as a driver delivering packages for a large online delivery service.
|
||||||
|
His previous physically demanding jobs allowed him to haul even bulky
|
||||||
|
deliveries to their destination with relative ease. If the shipping
|
||||||
|
center managers hadn't been breathing down his neck constantly, he
|
||||||
|
might have held this job even longer. But after one of the managers
|
||||||
|
tried to show him up in front of the whole team, he snapped and broke
|
||||||
|
their leg with his tail club. Of course, he didn't have to report for
|
||||||
|
duty the next day.
|
||||||
|
</p>
|
||||||
</template>
|
</template>
|
||||||
</TimelineItem>
|
</TimelineItem>
|
||||||
<TimelineItem>
|
<TimelineItem>
|
||||||
<template #icon><BoxesIcon /></template>
|
<template #icon><BoxesIcon /></template>
|
||||||
<template #headline>Werehouse Worker</template>
|
<template #headline>Docks Werehouse Worker</template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<p>
|
<p>
|
||||||
he eventually moved to a port town and started working as a warehouse
|
Currently Viktor works at the docks in the port town he moved to. His
|
||||||
worker at the local post, where he mainly loads goods and ensures that
|
main responsibilities include loading and unloading cargo from ships
|
||||||
they are properly stored.
|
and transporting it to and from warehousing. The hustle and bustle of
|
||||||
|
the port sometimes gets on his nerves. Especially when the crew of
|
||||||
|
docking ships come ashore again after a long time and make it clear
|
||||||
|
that they don't have much contact with "landlubbers". Viktor doesn't
|
||||||
|
get particularly impressed by this and foul mouths them right back if
|
||||||
|
he gets the impression they're looking for trouble.
|
||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
</TimelineItem>
|
</TimelineItem>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue