Update css and CV content
This commit is contained in:
parent
98572eafa4
commit
5402086b10
@ -8,7 +8,7 @@
|
|||||||
"https://github.com/m3astwood",
|
"https://github.com/m3astwood",
|
||||||
"https://git.suroh.tk/"
|
"https://git.suroh.tk/"
|
||||||
],
|
],
|
||||||
"summary": "Developer and designer excited by web standards, and open source culture. Previously an educator of Web, UX and UI design and currently working as a fullstack developer, looking to embed themselves in a team where they can integrate and continue to grow. Skilled in TypeScript, CSS, Angular, WebComponents, Node, some experience with Ruby, Lua, Vue, Svelte, Deno, Sass, Docker and git. Very proficient using Figma and PenPot, Adobe Suite (and open source equivalents), and applying user experience principals with an attention to good accessibility practices."
|
"summary": "Developer and designer excited by web standards, and open source culture. Previously an educator of Web, UX and UI design and currently working as a fullstack developer, looking to embed themselves in a team where they can integrate and continue to grow. Skilled in TypeScript, CSS, Angular, WebComponents, Node, some experience with Ruby, Lua, Vue, Svelte, Deno, Sass, Docker and git. Very proficient using Figma and PenPot, Adobe Suite (and open source equivalents), and applying user experience principals with an attention to good accessibility practices.\nProfessional character references can be supplied on request."
|
||||||
},
|
},
|
||||||
"experience": [
|
"experience": [
|
||||||
{
|
{
|
||||||
@ -194,17 +194,21 @@
|
|||||||
"May 2018"
|
"May 2018"
|
||||||
],
|
],
|
||||||
"location": "Piet Zwart Institute, Rotterdam NL",
|
"location": "Piet Zwart Institute, Rotterdam NL",
|
||||||
"skills": []
|
"skills": [
|
||||||
|
"HTML", "CSS", "JavaScript", "Bash Scripting", "Python", "Publishing", "Public Speaking", "Research", "Writing"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Bachelor of Music : Jazz Performance (Saxophone) & Creative Sound Engineering",
|
"title": "Bachelor of Music : Jazz Performance (Saxophone) & Creative Sound Engineering",
|
||||||
"summary": "",
|
"summary": "Bachelor of music focusing on Jazz Saxophone, minoring in electronic music, and creative sound engineering. Relevant soft skills that persist into my professional life would be strong organisational skills, collaboration, ease in front of a large group of people, technical and creative problem solving, dedication to detail.",
|
||||||
"dates": [
|
"dates": [
|
||||||
"2006",
|
"2006",
|
||||||
"2010"
|
"2010"
|
||||||
],
|
],
|
||||||
"location": "Conservatorium of Music, Sydney University, Sydney AU",
|
"location": "Conservatorium of Music, Sydney University, Sydney AU",
|
||||||
"skills": []
|
"skills": [
|
||||||
|
"Event Organisation", "Live Performance", "Sound Engineering", "Sound Design", "Technical Installation", "Pure Data", "Max MSP"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ layout: base.webc
|
|||||||
<h3 @text="x.title" :id="x.slug"></h3>
|
<h3 @text="x.title" :id="x.slug"></h3>
|
||||||
|
|
||||||
<section webc:for="i of x.items" class="experience-item">
|
<section webc:for="i of x.items" class="experience-item">
|
||||||
<header>
|
<header id="i.title">
|
||||||
<h4 @text="i.title"></h4>
|
<h4 @text="i.title"></h4>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -443,16 +443,26 @@ section.page h1 {
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3, h4 {
|
h3 {
|
||||||
font-weight: 600;
|
padding-block-start: 2em;
|
||||||
|
break-after: avoid-page;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2, h3 {
|
h2, h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3, h4 {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.experience-item {
|
.experience-item {
|
||||||
border-block-end-style: dotted;
|
border-block-end-style: dotted;
|
||||||
|
gap: .25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#education {
|
||||||
|
break-before: page;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user