More Playing with a CV page/post/thing
All checks were successful
/ weblog.lol (push) Successful in 10s

This commit is contained in:
Gordon Pedersen 2024-05-13 17:03:09 +10:00
parent 48175bb3b1
commit c01d84de1d
3 changed files with 8 additions and 2 deletions

View file

@ -62,6 +62,7 @@ body {
article,
main.page,
main.home,
main.cv,
main>nav,
.card {
max-width: 42em;

View file

@ -22,7 +22,11 @@ Title: cv
</div>
<main class="cv">
<img class="featured" src="{image}" />
{body}
<aside class="post-tags">
{tags}
</aside>
</main>
<footer>

View file

@ -1,10 +1,11 @@
---
title: CV.01 Robotic Mission to Mars
type: draft
skills: [C#, ASP.NET, MVC3, HTML, CSS, JavaScript, AJAX, Computer Vision]
type: page
tags: [C#, ASP.NET, MVC3, HTML, CSS, JavaScript, AJAX, Computer Vision]
link: https://www.vssec.vic.edu.au/rmtm-challenge-enrichment/
image: https://www.vssec.vic.edu.au/wp-content/uploads/2017/12/detail-image-3-3.jpg
summary: An interactive educational game which simulates a Robotic Mission to Mars, including control of a real-life robot!
location: /cv.01
template: cv
---