minor updates

This commit is contained in:
Rik Berkelder 2021-05-11 16:26:08 +02:00
parent ea8535130d
commit e6d67392d2
4 changed files with 128 additions and 119 deletions

View file

@ -10,8 +10,7 @@ const NavHeader: React.FC<{}> = (props) => {
{title: "Contact", url: "/contact"}
],
[
{title: "Twitter", url: "https://twitter.com/rikksolo"},
{title: "GitLab", url: "https://gitlab.riksolo.com/riksolo"}
{title: "Twitter", url: "https://twitter.com/rikberkelder"},
],
[
{title: "RBLicht", url: "https://rblicht.nl"},

View file

@ -9,22 +9,24 @@ const Home: React.FC<{}> = () => {
<h2 className="mt-4">Skills</h2>
<div className="grid lg:grid-cols-2">
<div>
<span className="text-sm text-gray-400 font-bold mt-1 block">Software</span>
<ul className="list-dash">
<li>TypeScript, GraphQL</li>
<li>React, React Native, Angular, Node, Gatsby, Electron</li>
<li>Docker, Heroku, GitLab CI</li>
<li>Linux</li>
</ul>
</div>
<div>
<span className="text-sm text-gray-400 font-bold mt-1 block">Software</span>
<ul className="list-dash">
<li>TypeScript, GraphQL</li>
<li>React, React Native, Angular, Node, Gatsby, Electron</li>
<li>Sass/SCSS, Tailwind, Bootstrap</li>
<li>Git, Docker, Heroku, GitLab CI, GitHub Actions</li>
<li>Linux</li>
</ul>
</div>
<div>
<span className="text-sm text-gray-400 font-bold mt-3 lg:mt-1 block">Lighting &amp; AV</span>
<ul className="list-dash">
<li>GrandMA2/3, Hog4, Avolites Titan, Obsidian ONYX</li>
<li>Capture, WYSIWYG, Vectorworks, MA3D</li>
<li>ATEM, VMix, Arkaos, Resolume</li>
<li>Capture, Vectorworks, WYSIWYG, MA3D</li>
<li>ATEM, VMix, Arkaos, Resolume, OBS, Datavideo, Resolve</li>
<li>Timecode, Remote Production, System Integration</li>
<li>M/X32, A&amp;H Qu-series, Reaper, Ardour/Mixbus, Nuendo</li>
</ul>
</div>
</div>
@ -39,7 +41,7 @@ const Home: React.FC<{}> = () => {
<li><a target="_blank" href="https://iambnb.nl">IamB&amp;B</a> - Custom back office solution for vacation rental property management</li>
</ul>
</Layout>
);
);
};
export default Home;

View file

@ -33,7 +33,7 @@ a {
}
p {
@apply mb-2.5;
@apply mb-3;
}
table {