Skip to content

Commit

Permalink
sort in blog posts page and update about & case study text content
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWingerAir committed Dec 31, 2023
1 parent 4efdb4a commit 0afc456
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/AboutDescription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Full-stack <b>Developer</b> and <b>Designer</b> living in <b class="font-normal md:font-bold">Ontario, Canada</b> with a degree in <b>Enterprise Web & Mobile App Development</b>.
</p>
<p class="text-lg py-2">
I am a passionate programmer who enjoys learning, implementing best practices, solving creative challenges and always striving to improve.
I am a passionate programmer who enjoys learning, implementing best practices, solving complex challenges, quality assurance, creativity and always striving to improve.
</p>
<p class="text-lg py-2">
I have been developing for 8+ years using my knowledge, research and diverse experience to help clients achieve their goals.
Expand All @@ -13,6 +13,6 @@
I enjoy playing instruments, video games, nature, staying fit, mountain biking or skateboarding, reading and watching shows or documentaries.
</p>
<p class="text-lg font-bold pt-2">
I am currently seeking any long-term for hire opportunities and open to temporary contracts or freelance projects.
I am currently seeking any long-term/permanent for hire opportunities and open to temporary contracts or freelance projects.
</p>
</template>
2 changes: 1 addition & 1 deletion pages/blog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

<script setup>
const { data: posts } = await useAsyncData('posts', () =>
queryContent('/blog').find()
queryContent('/blog').sort({ date: -1 }).find()
);
</script>
2 changes: 1 addition & 1 deletion pages/case-studies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 class="text-2xl font-semibold mt-8 mb-2">Custom Features:</h2>
<ul class="list-disc">
<li class="ml-8 py-1">Color scheme, spacing & UI additions</li>
<li class="ml-8 py-1">Animated gradient background</li>
<li class="ml-8 py-1">Animated gradient background on homepage</li>
<li class="ml-8 py-1">Nuxt pages and layouts</li>
<li class="ml-8 py-1">Github Actions workflow & deployment</li>
<li class="ml-8 py-1">API token environment secret and baseURL variable</li>
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit 0afc456

Please sign in to comment.