More Playing with a CV page/post/thing
All checks were successful
/ weblog.lol (push) Successful in 9s
All checks were successful
/ weblog.lol (push) Successful in 9s
This commit is contained in:
parent
48175bb3b1
commit
277ff6b635
3 changed files with 13 additions and 5 deletions
|
@ -62,6 +62,7 @@ body {
|
|||
article,
|
||||
main.page,
|
||||
main.home,
|
||||
main.cv,
|
||||
main>nav,
|
||||
.card {
|
||||
max-width: 42em;
|
||||
|
|
|
@ -22,7 +22,15 @@ Title: cv
|
|||
</div>
|
||||
|
||||
<main class="cv">
|
||||
<h1>{title}</h1>
|
||||
<aside class="post-info">
|
||||
<a href="{link}" target="_blank">{link}</a>
|
||||
</aside>
|
||||
<img class="featured" src="{image}" />
|
||||
{body}
|
||||
<aside class="post-tags">
|
||||
{tags}
|
||||
</aside>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
---
|
||||
title: CV.01 Robotic Mission to Mars
|
||||
type: draft
|
||||
skills: [C#, ASP.NET, MVC3, HTML, CSS, JavaScript, AJAX, Computer Vision]
|
||||
title: Robotic Mission to Mars
|
||||
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
|
||||
---
|
||||
|
||||
# Robotic Mission to Mars
|
||||
|
||||
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),
|
||||
which would allow a class of secondary school children log in, be assigned various
|
||||
|
|
Loading…
Reference in a new issue