Listing projects on the CV
All checks were successful
/ weblog.lol (push) Successful in 13s

This commit is contained in:
Gordon Pedersen 2024-05-14 10:07:17 +10:00
parent 026a3c93d2
commit 6d4bb0024a
5 changed files with 33 additions and 7 deletions

View file

@ -514,7 +514,14 @@ ul.fa-ul {
img.featured { img.featured {
margin: 1em auto; margin: 1em auto;
} }
.cv .summary { .cv ul.fa-ul li {
flex-wrap: wrap;
/* text-align: center; */ }
.cv a.summary {
flex-basis: 100%;
}
.cv .fa-li {
vertical-align: top;
height: 100%;
padding-top: 2px;
} }

View file

@ -34,3 +34,22 @@ title: CV
<span class="p-name">Bachelor of Computer Science for Games Technology</span> <br> <span class="p-location">La Trobe University</span> <br> <time class="dt-start" datetime="2004">2004</time> - <time class="dt-end" datetime="2008">2008</time> <span class="p-name">Bachelor of Computer Science for Games Technology</span> <br> <span class="p-location">La Trobe University</span> <br> <time class="dt-start" datetime="2004">2004</time> - <time class="dt-end" datetime="2008">2008</time>
</p> </p>
</article> </article>
<article class="cv">
<h2>Projects</h2>
<p>The below is a selection of projects I have worked on over the years, in order to better demonstrate my experience.<br/>
They are presented in no particular order, and by no means represent everything I have worked on (I also plan to expand this section over time).</p>
<ul class="fa-ul">
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.01">Robotic Mission to Mars</a>
<a href="/cv.01"class="summary">An interactive educational game which simulates a Robotic Mission to Mars, including control of a real-life robot!</a></li>
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.02">LDToypad.NET</a>
<a href="/cv.02"class="summary">A .NET library for communicating with the LEGO Dimensions toypad.</a></li>
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.03">Shopfront Solutions</a>
<a href="/cv.03"class="summary">A platform for digital marketing in the retail sector.</a></li>
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.04">Cube Tube</a>
<a href="/cv.04"class="summary">Nostalgia inducing, 8-bit style, side scrolling tetrominos, ON A TRAIN!</a></li>
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.05">Sliding Panes (Andy Matuschak Mode)</a>
<a href="/cv.05"class="summary">A unique way to view open panes in Obsidian.</a></li>
</ul>
</article>

View file

@ -3,7 +3,7 @@ image: https://death.id.au/assets/img/lego-dimensions.jpg
title: LDToypad.NET title: LDToypad.NET
tags: .NET, C#, Hardware tags: .NET, C#, Hardware
link: https://github.com/deathau/LDToypad.NET link: https://github.com/deathau/LDToypad.NET
summary: A .NET library for communicating with the LEGO Dimensions toypad summary: A .NET library for communicating with the LEGO Dimensions toypad.
type: page type: page
location: /cv.02 location: /cv.02
template: cv template: cv

View file

@ -4,7 +4,7 @@ link: https://shopfrontsolutions.com.au/
image: https://shopfrontsolutions.com.au/wp-content/uploads/2019/02/DSC_8441-Header-blurred.jpg image: https://shopfrontsolutions.com.au/wp-content/uploads/2019/02/DSC_8441-Header-blurred.jpg
type: page type: page
tags: C#, ASP.NET, MVC3, HTML, CSS, JavaScript, WinForms, Printing, Customer Support, Management, UX design tags: C#, ASP.NET, MVC3, HTML, CSS, JavaScript, WinForms, Printing, Customer Support, Management, UX design
summary: A platform for digital marketing in the retail sector summary: A platform for digital marketing in the retail sector.
location: /cv.03 location: /cv.03
template: cv template: cv
--- ---

View file

@ -2,9 +2,9 @@
image: https://github.com/deathau/sliding-panes-obsidian/raw/master/screenshot.gif image: https://github.com/deathau/sliding-panes-obsidian/raw/master/screenshot.gif
title: Sliding Panes (Andy Matuschak Mode) title: Sliding Panes (Andy Matuschak Mode)
type: page type: page
skills: [CSS, JavaScript, HTML] tags: CSS, JavaScript, HTML
link: https://github.com/deathau/sliding-panes-obsidian link: https://github.com/deathau/sliding-panes-obsidian
summary: A unique way to view open panes in Obsidian summary: A unique way to view open panes in Obsidian.
location: /cv.05 location: /cv.05
template: cv template: cv
--- ---