This commit is contained in:
parent
e2e68b5d74
commit
997c51ddab
2 changed files with 13 additions and 6 deletions
|
@ -14,13 +14,13 @@ Location: /styles.css
|
||||||
--foreground: #e2dae9;
|
--foreground: #e2dae9;
|
||||||
--background: #242129;
|
--background: #242129;
|
||||||
--card-bg: #242129;
|
--card-bg: #242129;
|
||||||
--link: #8000ff;
|
|
||||||
--accent: #845e9e;
|
--accent: #845e9e;
|
||||||
|
--color-em: #bb81f7;
|
||||||
|
|
||||||
--font-main: 'Rubik', sans-serif, 'Noto Color Emoji';
|
--font-main: 'Rubik', sans-serif, 'Noto Color Emoji';
|
||||||
--font-head: 'Grenze Gotisch', sans-serif, 'Noto Color Emoji';
|
--font-head: 'Grenze Gotisch', sans-serif, 'Noto Color Emoji';
|
||||||
--font-code: 'MD IO 0.4', monospace, 'Noto Color Emoji';
|
--font-code: 'MD IO 0.4', monospace, 'Noto Color Emoji';
|
||||||
--font-em: 'Courgette', cursive;
|
--font-em: 'Courgette', cursive, 'Noto Color Emoji';
|
||||||
|
|
||||||
--font-main-weight: 400;
|
--font-main-weight: 400;
|
||||||
--font-head-weight: 400;
|
--font-head-weight: 400;
|
||||||
|
@ -114,7 +114,7 @@ em {
|
||||||
font-family: var(--font-em);
|
font-family: var(--font-em);
|
||||||
font-weight: var(--font-em-weight);
|
font-weight: var(--font-em-weight);
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
color: color-mix(in lch, var(--link), var(--foreground));
|
color: var(--color-em);
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
|
@ -262,7 +262,14 @@ main>nav {
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-education, .p-experience {
|
||||||
|
font-family: var(--font-code);
|
||||||
|
font-weight: var(--font-code-weight);
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-location {
|
||||||
|
color: var(--color-em);
|
||||||
|
}
|
||||||
|
|
||||||
header nav ul {
|
header nav ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
|
@ -23,14 +23,14 @@ title: CV
|
||||||
<article>
|
<article>
|
||||||
<h2>Experience</h2>
|
<h2>Experience</h2>
|
||||||
<p class="h-event p-experience">
|
<p class="h-event p-experience">
|
||||||
<strong class="p-name">Co-founder, Senior Software Architect, Head of Front-End</strong> <br> <em class="p-location">Aerion Technologies</em> <br> <time class="dt-start" datetime="2008">2008</time> - <time class="dt-end" datetime="2023">2023</time>
|
<span class="p-name">Co-founder, Senior Software Architect, Head of Front-End</span> <br> <span class="p-location">Aerion Technologies</span> <br> <time class="dt-start" datetime="2008">2008</time> - <time class="dt-end" datetime="2023">2023</time>
|
||||||
</p>
|
</p>
|
||||||
<p class="h-event p-experience">
|
<p class="h-event p-experience">
|
||||||
<strong class="p-name">Tutor (various courses)</strong> <br> <em class="p-location">La Trobe University</em> <br> <time class="dt-start" datetime="2006">2006</time> - <time class="dt-end" datetime="2008">2008</time>
|
<span class="p-name">Tutor (various courses)</span> <br> <span class="p-location">La Trobe University</span> <br> <time class="dt-start" datetime="2006">2006</time> - <time class="dt-end" datetime="2008">2008</time>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Education</h2>
|
<h2>Education</h2>
|
||||||
<p class="h-event p-education">
|
<p class="h-event p-education">
|
||||||
<strong class="p-name">Bachelor of Computer Science for Games Technology</strong> <br> <em class="p-location">La Trobe University</em> <br> <time class="dt-start" datetime="2004">2004</time> - <time class="dt-end" datetime="2008">2008</time>
|
<span class="p-name">Bachelor of Computer Science for Games Technology</span> <br> <span class="p-location">La Trobe University</span> <br> <time class="dt-start" datetime="2004">2004</time> - <time class="dt-end" datetime="2008">2008</time>
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
Loading…
Reference in a new issue