More Playing with a CV page/post/thing
All checks were successful
/ weblog.lol (push) Successful in 10s
All checks were successful
/ weblog.lol (push) Successful in 10s
This commit is contained in:
parent
48175bb3b1
commit
ec92d2707d
3 changed files with 18 additions and 5 deletions
|
@ -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;
|
||||||
|
}
|
|
@ -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}
|
||||||
|
<aside class="post-tags">
|
||||||
|
<h3>Skills:</h3>
|
||||||
|
{tags}
|
||||||
|
</aside>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue