This commit is contained in:
parent
5501b63fec
commit
b623ff5969
3 changed files with 47 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
type: page
|
type: page
|
||||||
location: /profile
|
location: /profile
|
||||||
template: Home
|
template: Home
|
||||||
|
title: Profile
|
||||||
---
|
---
|
||||||
|
|
||||||
<main class="home">
|
<main class="home">
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
type: page
|
type: page
|
||||||
location: /blog
|
location: /blog
|
||||||
|
title: Post List
|
||||||
---
|
---
|
||||||
|
|
||||||
{post-list}
|
{post-list}
|
45
weblog/B9. Pages/B9.03 cv.html.md
Normal file
45
weblog/B9. Pages/B9.03 cv.html.md
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
type: page
|
||||||
|
location: /cv
|
||||||
|
template: Home
|
||||||
|
title: CV
|
||||||
|
|
||||||
|
<main class="home">
|
||||||
|
<div id="details">
|
||||||
|
<div id="profile-picture-container">
|
||||||
|
<img alt="Gordon Pedersen" id="profile-picture" src="https://cdn.some.pics/deathau/664198254e57d.jpg">
|
||||||
|
</div>
|
||||||
|
<h1 id="name">Gordon Pedersen</h1>
|
||||||
|
<h2>Curriculum Vitae</h2>
|
||||||
|
</div>
|
||||||
|
<div id="bio">
|
||||||
|
<p>I am a software developer and tinkerer based in Melbourne, Australia.</p>
|
||||||
|
</div>
|
||||||
|
<div id="profile-items">
|
||||||
|
<p>I have over 15 years experience delivering software projects, in a variety of industries, from ideas and discovery right through to deployment and maintenance.</p>
|
||||||
|
<p>I love solving problems, partiularly from a user perspective. This leads to a passion for UX/UI design. I'm also profficient in many different front-end and back-end languages and frameworks.</p>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div>
|
||||||
|
<h2>Experience</h2>
|
||||||
|
<p class="h-event p-experience">
|
||||||
|
<strong class="p-name">Co-founder, Senior Software Architect, Head of Front-End</strong> <br>
|
||||||
|
<em class="p-location">Aerion Technologies</em> <br>
|
||||||
|
<time class="dt-start" datetime="2008">2008</time> - <time class="dt-end" datetime="2023">2023</time>
|
||||||
|
</p>
|
||||||
|
<p class="h-event p-experience">
|
||||||
|
<strong class="p-name">Tutor (various courses)</strong> <br>
|
||||||
|
<em class="p-location">La Trobe University</em> <br>
|
||||||
|
<time class="dt-start" datetime="2006">2006</time> - <time class="dt-end" datetime="2008">2008</time>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h2>Education</h2>
|
||||||
|
<p class="h-event p-education">
|
||||||
|
<strong class="p-name">Bachelor of Computer Science for Games Technology</strong> <br>
|
||||||
|
<em class="p-location">La Trobe University</em> <br>
|
||||||
|
<time class="dt-start" datetime="2004">2004</time> - <time class="dt-end" datetime="2008">2008</time>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
Loading…
Reference in a new issue