This commit is contained in:
parent
026a3c93d2
commit
2ccbe00734
5 changed files with 32 additions and 7 deletions
|
@ -514,7 +514,14 @@ ul.fa-ul {
|
|||
img.featured {
|
||||
margin: 1em auto;
|
||||
}
|
||||
.cv .summary {
|
||||
|
||||
/* text-align: center; */
|
||||
.cv ul.fa-ul li {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.cv a.summary {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
.cv .fa-li {
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
padding-top: 2px;
|
||||
}
|
|
@ -33,4 +33,22 @@ title: CV
|
|||
<p class="h-event p-education">
|
||||
<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>
|
||||
</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>
|
|
@ -3,7 +3,7 @@ image: https://death.id.au/assets/img/lego-dimensions.jpg
|
|||
title: LDToypad.NET
|
||||
tags: .NET, C#, Hardware
|
||||
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
|
||||
location: /cv.02
|
||||
template: cv
|
||||
|
|
|
@ -4,7 +4,7 @@ link: https://shopfrontsolutions.com.au/
|
|||
image: https://shopfrontsolutions.com.au/wp-content/uploads/2019/02/DSC_8441-Header-blurred.jpg
|
||||
type: page
|
||||
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
|
||||
template: cv
|
||||
---
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
image: https://github.com/deathau/sliding-panes-obsidian/raw/master/screenshot.gif
|
||||
title: Sliding Panes (Andy Matuschak Mode)
|
||||
type: page
|
||||
skills: [CSS, JavaScript, HTML]
|
||||
tags: CSS, JavaScript, HTML
|
||||
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
|
||||
template: cv
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue