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

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

View file

@ -62,6 +62,7 @@ body {
article, article,
main.page, main.page,
main.home, main.home,
main.cv,
main>nav, main>nav,
.card { .card {
max-width: 42em; max-width: 42em;
@ -509,3 +510,7 @@ ul.fa-ul {
background-position: 0 0; background-position: 0 0;
} }
} }
img.featured {
margin: 1em auto;
}

View file

@ -22,7 +22,16 @@ Title: cv
</div> </div>
<main class="cv"> <main class="cv">
<h1>{title}</h1>
<aside class="post-info">
<a href="{link}" target="_blank">{link}</a>
</aside>
<img class="featured" src="{image}" />
{body} {body}
<h2>Skills</h2>
<aside class="post-tags">
{tags}
</aside>
</main> </main>
<footer> <footer>

View file

@ -1,15 +1,14 @@
--- ---
title: CV.01 Robotic Mission to Mars title: Robotic Mission to Mars
type: draft type: page
skills: [C#, ASP.NET, MVC3, HTML, CSS, JavaScript, AJAX, Computer Vision] tags: C#, ASP.NET, MVC3, HTML, CSS, JavaScript, AJAX, Computer Vision
link: https://www.vssec.vic.edu.au/rmtm-challenge-enrichment/ 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 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! summary: An interactive educational game which simulates a Robotic Mission to Mars, including control of a real-life robot!
location: /cv.01
template: cv template: cv
--- ---
# Robotic Mission to Mars
This was one of my favourite projects to work on, despite the frustrations. This was one of my favourite projects to work on, despite the frustrations.
A cloud-based application for the Victorian Space Science Education Center (VSSEC), A cloud-based application for the Victorian Space Science Education Center (VSSEC),
which would allow a class of secondary school children log in, be assigned various which would allow a class of secondary school children log in, be assigned various