minor updates
This commit is contained in:
parent
ea8535130d
commit
e6d67392d2
4 changed files with 128 additions and 119 deletions
|
@ -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 & 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&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&B</a> - Custom back office solution for vacation rental property management</li>
|
||||
</ul>
|
||||
</Layout>
|
||||
);
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue