-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
11 lines (11 loc) · 4.84 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link rel="preload" href="/_next/static/css/32074231b39f5985.css" as="style"/><link rel="stylesheet" href="/_next/static/css/32074231b39f5985.css" data-n-g=""/><link rel="preload" href="/_next/static/css/7204053a825cb868.css" as="style"/><link rel="stylesheet" href="/_next/static/css/7204053a825cb868.css" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-0d1b80a048d4787e.js"></script><script src="/_next/static/chunks/webpack-c85490a6f758d8f5.js" defer=""></script><script src="/_next/static/chunks/framework-5f4595e5518b5600.js" defer=""></script><script src="/_next/static/chunks/main-959cc2ac3c742fb4.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0108d277bc1d2dde.js" defer=""></script><script src="/_next/static/chunks/966-81c30368746b7ca8.js" defer=""></script><script src="/_next/static/chunks/535-001c31a50f7a8903.js" defer=""></script><script src="/_next/static/chunks/pages/about-9e4a88ced9619e22.js" defer=""></script><script src="/_next/static/D1EDpRoWhKezJobuFnpXv/_buildManifest.js" defer=""></script><script src="/_next/static/D1EDpRoWhKezJobuFnpXv/_ssgManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="navBarLayout_navToggleContainer__xXt3m"><span class="navBarLayout_navToggle__5l697"><span></span><span></span><span></span></span></div><nav class="navBarLayout_nav__yApjk" data-open="false"><a class="" href="/">Home</a><a class="navBarLayout_active__WaOWi" href="/about">About</a><a class="" href="/projects">Projects</a><a class="" href="/bits">Bits</a></nav><div class="navBarLayout_contentOverlay__TpWkB"></div><main><div class="tableOfContentsLayout_container__EzUwh"><div class="tableOfContentsLayout_content__KYkIj"><h1 class="mdxPageLayout_title__J15LR">About</h1><p>Hello, and welcome to my portfolio.</p>
<h1 id="about-me">About me</h1>
<p>I'm an enthusiastic software engineer with an interest in and around development. Currently, I'm doing an apprenticeship as an application developer in Switzerland.</p>
<p>I'm broadly interested in everything related to software. I follow open-source projects and try to contribute to them. I opened several issues on bigger projects like: <a href="https://github.com/Microsoft/vscode">VSCode</a>, <a href="https://github.com/rustwasm/wasm-pack">wasm-pack</a>, or <a href="https://github.com/facebook/react-native">react-native</a>, or <a href="https://github.com/DefinitelyTyped/DefinitelyTyped">definitly-typed</a>. And if I'm capable, I try to contribute via code.</p>
<p>Helping other people understand code is something I love doing. I know that a bit of help for somebody more knowledgeable than you is a blessing. That's why I try to provide that help to others. I have several contributions on Stackoverflow and answer questions in other forums, such as Reddit. And if a friend reaches out to me with a problem, I'm bound to agree and help 🙂.</p>
<p>I also have a good eye for design. Elements that are missing some spacing, or a text that is too small, will catch my eye. At some point, I also spent some time editing videos and dabbling around in 3D software like blender.</p>
<h1 id="about-this-site">About this site</h1>
<p>This site is written in <a href="https://nextjs.org">NextJs</a>, a framework for <a href="https://reactjs.org">ReactJs</a>. The content is generated from markdown files and enhanced with the <a href="https://mdxjs.com">MDX "extension"</a>. The MDX compiler enables me to import and use interactive JSX components directly inside the markdown.</p>
<p>Other parts of this site (for example, the <a href="/demos/lazyjson">lazyjson demo</a>) are written in a systems programming language and are then compiled to <a href="https://webassembly.org">web assembly</a>.</p>
<h1 id="links-to-other-pages">Links to other pages</h1>
<div class="about_linksToOtherPages__G4aXQ"><a href="https://github.com/Elias-Graf"><div class="panelWithBorder_panel__B6AGA about_linkToOtherPage__Mjg2L"><h3 id="github">GitHub</h3><img src="/images/github.svg" alt="github logo" height="100"/></div></a><a href="https://stackoverflow.com/users/10315665/elias"><div class="panelWithBorder_panel__B6AGA about_linkToOtherPage__Mjg2L"><h3 id="stackoverflow">StackOverflow</h3><img src="/images/stackoverflow.svg" alt="StackOverflow logo" width="100%" height="100"/></div></a></div></div><nav class="tableOfContentsLayout_toc__ZjzLh" aria-label="Table of contents"><ul class="tableOfContents_list__b8d6s"></ul></nav></div></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/about","query":{},"buildId":"D1EDpRoWhKezJobuFnpXv","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>