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
656918eb26
3 changed files with 25 additions and 7 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;
|
||||||
|
@ -330,7 +331,7 @@ hr {
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code, .cv .summary {
|
||||||
padding: .2em .3em;
|
padding: .2em .3em;
|
||||||
border: 1px solid var(--accent);
|
border: 1px solid var(--accent);
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
@ -338,7 +339,7 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre,
|
pre,
|
||||||
code {
|
code, .cv .summary {
|
||||||
font-family: var(--font-code);
|
font-family: var(--font-code);
|
||||||
font-weight: var(--font-code-weight);
|
font-weight: var(--font-code-weight);
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
@ -509,3 +510,11 @@ ul.fa-ul {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.featured {
|
||||||
|
margin: 1em auto;
|
||||||
|
}
|
||||||
|
.cv .summary {
|
||||||
|
|
||||||
|
/* text-align: center; */
|
||||||
|
}
|
|
@ -22,7 +22,17 @@ Title: cv
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main class="cv">
|
<main class="cv">
|
||||||
|
<h1>{title}</h1>
|
||||||
|
<p class="summary">{summary}</p>
|
||||||
|
<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>
|
||||||
|
|
|
@ -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