1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <!doctype html> <!--title:about--> <!--date:--> <html lang='en'> <head> <meta charset='UTF-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <meta name='author' content='Maciej Spychala' /> <title>about</title> <link type='text/css' rel='stylesheet' href='/assets/style.css'> </head> <body> <header> <a id='title' href='/'>mcksp</a></span> <div id='navbar'> <a href='/blog'>blog</a> <a href='/tech'>tech</a> <a href='https://git.mcksp.com'>git</a> <a href='/about'>about</a> <a href='/rss.xml'>rss</a> </div> </header> <h4> About </h4> <p> Hi, I'm mcksp. </p> <p> Currently I'm looking for a softare engineering job. Low level, high level, webdev, gamedev, you name it. In the meantime I'm starting second eng degree in mechanical engineering, just for kicks :) </p> I'm interested in: <ul> <li>free software,</li> <li>gamedev,</li> <li>reading,</li> <li>thriathlon,</li> <li>hiking,</li> <li>osr,</li> <li>chess,</li> <li>mechanical keyboards</li> </ul> and many more. <p> I think we should bring back personal to pc. </p> <h4> Contact </h4> <p> Feel free to reach out to me via <a href="mailto:mcksp@mcksp.com">email</a> with any feedback, your ideas or work opportunities. </p> <footer> made with <a href='https://git.mcksp.com/brcl'>brcl</a> </footer> </body> </html> |