2016-11-02 16:02:38 +01:00
< html >
< head >
2016-11-02 16:35:27 +01:00
< link rel = "stylesheet" href = "/css/main.css" >
2016-11-03 00:24:27 +01:00
< script type = "text/javascript" src = "/blogposts/blogposts.json" > < / script >
< script type = "text/javascript" src = "/js/main.js" > < / script >
2016-11-03 01:37:01 +01:00
2016-11-02 16:35:27 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2016-11-03 01:37:01 +01:00
< meta charset = "utf-8" >
2016-11-03 23:56:46 +01:00
< link rel = "shortcut icon" href = "favicon.png" > < / link >
2016-11-03 01:37:01 +01:00
2016-11-03 10:54:57 +01:00
< title > Teascade | about< / title >
2016-11-02 16:02:38 +01:00
< / head >
< body onload = "main('about')" >
< div class = "cont" >
< div class = "teacup" >
2016-11-02 16:35:27 +01:00
< img src = "/img/teascade_cropped.svg" > < / img >
2016-11-02 16:02:38 +01:00
< / div >
< div class = "stuffarea" >
< ul class = "navbar" >
2016-11-04 11:30:11 +01:00
< a href = "#" id = "about-link" > < li class = "active" > < div class = "button" > About< / div > < / li > < / a >
< a href = "/games" id = "games-link" > < li > < div class = "button" > Games< / div > < / li > < / a >
< a href = "/blog" id = "blog-link" > < li > < div class = "button" > Blog< / div > < / li > < / a >
2016-11-02 16:02:38 +01:00
< / ul >
2016-11-03 00:24:27 +01:00
< div id = "about" >
2016-11-02 16:02:38 +01:00
< h1 > Teascade< / h1 >
2016-11-03 19:10:38 +01:00
< p > I'm a boring person, but in a desperate attempt to make you interested in me, I'm going to to tell you a few things I am;< / p >
< ul >
< li > Game dev< / li >
< li > Artist< / li >
< li > Philosopher< / li >
< / ul >
< p > And a few things I am not;< / p >
< ul >
< li > < em > A normal person< / em > < / li >
< / ul >
2016-11-04 15:29:32 +01:00
< p > Assuming I've < em > totally< / em > caught your interest (for now at least), how about you check out < a class = "js-link" href = "/games" > my games< / a > ,
< a class = "js-link" href = "/blog" > my blog< / a > , and if you want to get < strong > really< / strong > invested, you should check out some of the
2016-11-03 19:10:38 +01:00
following things:< / p >
< ul >
< li > < a href = "https://github.com/teascade" > GitHub (Teascade)< / a > < / li >
< li > < a href = "https://twitter.com/teascade" > Twitter (@Teascade)< / a > < / li >
< li > < a href = "https://reddit.com/u/teascade" > Reddit (not very active, /u/teascade)< / a > < / li >
< / ul >
< p > And if you have a really desperate urge to contact me, you may try to email me at < a href = "mailto:teascade@gmail.com" > teascade@gmail.com< / a > < / p >
2016-11-02 16:02:38 +01:00
< / div >
2016-11-03 00:24:27 +01:00
< div id = "games" class = "hiddenarea" >
2016-11-02 16:02:38 +01:00
< h1 > Games< / h1 >
2016-11-03 19:10:38 +01:00
< p > I have a tonne of games none of which are released! You can check some of them from my < a href = "https://github.com/teascade" > github< / a > .< br >
Once I release them I'll make sure to post them here and on < a href = "https://teascade.itch.io" > my itch.io< / a > !< / p >
< h2 > Saltosion< / h2 >
< p > I have this < a href = "https://github.com/saltosion" > organization< / a > though, which I
sometimes use when collaborating games with other people.< br >
The games made under this organization then are listed here (aswell with < a href = "https://saltosion.itch.io" > Saltosion's own itch.io< / a > )< / p >
2016-11-04 11:51:52 +01:00
< p > < iframe class = "itch-embedded" frameborder = "0" src = "https://itch.io/embed/94673?linkback=true&bg_color=222&fg_color=fff&link_color=ff0091&border_color=303030" width = "552" height = "167" > < / iframe > < / p >
2016-11-02 16:02:38 +01:00
< / div >
2016-11-03 00:24:27 +01:00
< div id = "blog" class = "hiddenarea" >
2016-11-02 16:02:38 +01:00
< h1 > Blog< / h1 >
2016-11-03 19:10:38 +01:00
< p > Welcome to my weird and messy blog!< br >
Also remember to check out my Twitter < a href = "https://twitter.com/teascade" > @Teascade< / a > < / p >
2016-11-03 00:24:27 +01:00
< noscript > < p >
I'm awfully sorry though, I tried my best, but I couldn't implement a blog system
without it taking a butt-load of space and files while being Non-Javascript friendly.
< p > So this means no blogs for you, M. No-Javascript!< / p >
< / p > < / noscript >
< / div >
< div id = "blogtext" class = "hiddenarea" >
2016-11-03 10:54:57 +01:00
< noscript >
< p > Oh sorry, it looks like someone sent you a link to a blogtext (or something), but you don't have javascript enabled!< / p >
< p > Sorry to be the one to break the bad news for you, but we don't take javascript-absolutists kindly this 'round 'o town. So if you could kindly just press that "About" button and forget this ever happened, yeah?< / p >
< / noscript >
2016-11-02 16:02:38 +01:00
< / div >
< / div >
< / div >
< / body >
< / html >