Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmytricks committed Oct 24, 2022
1 parent 13b03ac commit f9eca69
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 17 deletions.
55 changes: 39 additions & 16 deletions src/pages/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,58 @@
<Layout>
<section class="page-text-content container px-4 pb-8 pt-6">
<h1>About me</h1>
<p>Hello! I'm a Web developer from the UK.</p>
<p>Hello! I'm a software developer from the UK.</p>
<p>
Currently most interested in using
<a
href="https://gridsome.org/"
target="_blank"
class="link-exception"
>Gridsome</a> and
<a href="https://vuejs.org/" target="_blank" class="link-exception">Vue.js</a> to create fast and secure sites as part of
In my current position I'm mostly working in the C# / .Net ecosystem
with Vue on the frontend. Lately I've been using React and Cypress for
testing, and greatly enjoying the experience.
</p>
<p>
Before this I have had experience in other languages and frameworks such
as PHP, Node, Blazor, Tailwind to name a few.
</p>
<p>
For this website I used
<a href="https://gridsome.org/" target="_blank" class="link-exception"
>Gridsome</a
>
and
<a href="https://vuejs.org/" target="_blank" class="link-exception"
>Vue.js</a
>
to create a fast and slick site, as an experiment into the
<a href="https://jamstack.org/">JAMstack</a>, using
<a href="https://graphql.org" target="_blank" class="link-exception">GraphQL</a> as the query language. When it comes to CSS, my current preference
<a href="https://sass-lang.com/" target="_blank" class="link-exception">SCSS</a>, or if a library is called for
<a href="https://tailwindcss.com" target="_blank" class="link-exception">Tailwind</a> is my current favourite.
<a href="https://graphql.org" target="_blank" class="link-exception"
>GraphQL</a
>
as the query language. When it comes to CSS, my current preference
<a href="https://sass-lang.com/" target="_blank" class="link-exception"
>SCSS</a
>, or if a library for quick mockups is called for
<a href="https://tailwindcss.com" target="_blank" class="link-exception"
>Tailwind</a
>
is a useful tool. For React, I've been enjoying the variety and ease
provided by Material UI.
</p>
<p>Also enjoying getting to grips with <a href="https://nodejs.dev/" target="_blank" class="link-exception">Node.js</a>, as I look to transition into a full-stack developer.</p>
<a
href="https://github.com/jimmytricks/"
target="_blank"
class="link-exception"
>Check out what I've been working on at GitHub</a>
<p>When I'm not coding my favourite activities are playing and watching ice hockey & football, mountain biking and skiing.</p>
>Check out what I've been working on at GitHub</a
>
<p>
When I'm not coding my favourite activities are playing and watching ice
hockey & football, surfing, mountain biking and skiing.
</p>
</section>
</Layout>
</template>

<script>
export default {
metaInfo: {
title: "About me"
}
title: "About me",
},
};
</script>
2 changes: 1 addition & 1 deletion src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="page-text-content text-center home-text">
<h1>Welcome to the ZU</h1>
<logoSVG />
<p>Hello! I'm a Web developer from the UK.</p>
<p>Hello! I'm a software developer from the UK.</p>
<p>
Feel free to <g-link to="/contact">contact me</g-link> if you'd like to say hi, or reach out on <a href="https://www.linkedin.com/in/james-h-82685053/" target="_blank" class="link-exception">LinkedIn</a>.
</p>
Expand Down

0 comments on commit f9eca69

Please sign in to comment.