-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
12 lines (12 loc) · 5.55 KB
/
about.html
File metadata and controls
12 lines (12 loc) · 5.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html><html lang="en-gb"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>About - Nesrocks</title><meta name="description" content="Hello, I'm Mario Azevedo I'm a Game Designer, Technical Artist and Coder living in Rio de Janeiro, Brazil. I started working with game development professionally in 2004. In 2016 I decided it was time to test the waters in a solo venture. This resulted in…"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://nesrocks.github.io/about.html"><link rel="alternate" type="application/atom+xml" href="https://nesrocks.github.io/feed.xml" title="Nesrocks - RSS"><link rel="alternate" type="application/json" href="https://nesrocks.github.io/feed.json" title="Nesrocks - JSON"><meta property="og:title" content="About"><meta property="og:image" content="https://nesrocks.github.io/media/website/main_admin_avatar.png"><meta property="og:image:width" content="184"><meta property="og:image:height" content="184"><meta property="og:site_name" content="Nesrocks"><meta property="og:description" content="Hello, I'm Mario Azevedo I'm a Game Designer, Technical Artist and Coder living in Rio de Janeiro, Brazil. I started working with game development professionally in 2004. In 2016 I decided it was time to test the waters in a solo venture. This resulted in…"><meta property="og:url" content="https://nesrocks.github.io/about.html"><meta property="og:type" content="article"><link rel="stylesheet" href="https://nesrocks.github.io/assets/css/style.css?v=b9c13d70183586570330f9e09da4155b"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://nesrocks.github.io/about.html"},"headline":"About","datePublished":"2025-09-17T08:40-03:00","dateModified":"2025-09-17T08:40-03:00","image":{"@type":"ImageObject","url":"https://nesrocks.github.io/media/website/main_admin_avatar.png","height":184,"width":184},"description":"Hello, I'm Mario Azevedo I'm a Game Designer, Technical Artist and Coder living in Rio de Janeiro, Brazil. I started working with game development professionally in 2004. In 2016 I decided it was time to test the waters in a solo venture. This resulted in…","author":{"@type":"Person","name":"Nesrocks","url":"https://nesrocks.github.io/authors/nesrocks/"},"publisher":{"@type":"Organization","name":"Nesrocks","logo":{"@type":"ImageObject","url":"https://nesrocks.github.io/media/website/main_admin_avatar.png","height":184,"width":184}}}</script><noscript><style>img[loading] {
opacity: 1;
}</style></noscript></head><body class="page-template"><header class="top js-header"><a class="logo" href="https://nesrocks.github.io/"><img src="https://nesrocks.github.io/media/website/main_admin_avatar.png" alt="Nesrocks" width="184" height="184"></a><nav class="navbar js-navbar"><button class="navbar__toggle js-toggle" aria-label="Menu" aria-haspopup="true" aria-expanded="false"><span class="navbar__toggle-box"><span class="navbar__toggle-inner">Menu</span></span></button><ul class="navbar__menu"><li><a href="https://nesrocks.itch.io/naw" target="_self">NAW (itch.io)</a></li><li><a href="https://store.steampowered.com/app/915850/Super_Hiking_League_DX/" target="_self">Super Hiking League (Steam)</a></li><li><a href="https://nesrocks.github.io/tutorial-series-for-simulating-nes-graphics.html" target="_self">NES Graphics Tutorials</a></li><li class="active"><a href="https://nesrocks.github.io/about.html" target="_self">About</a></li></ul></nav></header><main class="page"><article class="content"><div class="hero hero--noimage"><header class="hero__content"><div class="wrapper"><h1>About</h1></div></header></div><div class="entry-wrapper content__entry"><p>Hello, I'm Mario Azevedo</p><p>I'm a Game Designer, Technical Artist and Coder living in Rio de Janeiro, Brazil. I started working with game development professionally in 2004. In 2016 I decided it was time to test the waters in a solo venture. This resulted in the release of Super Hiking League in 2020 and Super Hiking League DX in 2021!</p><p>Bit Ink Studios is the name under which I'm going to be developing games from now on. My first solo project was the Super Pitfall mod, but you can expect a brand new pixel art game to come in the near future.</p><p>I'm going to be updating the blog as I go, so bookmark it and let's make games!</p></div></article></main><footer class="footer"><div class="wrapper"><div class="footer__copyright"><p>Powered by Publii</p></div><button id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg width="20" height="20"><use xlink:href="https://nesrocks.github.io/assets/svg/svg-map.svg#toparrow"/></svg></button></div></footer><script defer="defer" src="https://nesrocks.github.io/assets/js/scripts.min.js?v=700105c316933a8202041b6415abb233"></script><script>window.publiiThemeMenuConfig={mobileMenuMode:'sidebar',animationSpeed:300,submenuWidth: 'auto',doubleClickTime:500,mobileMenuExpandableSubmenus:true,relatedContainerForOverlayMenuSelector:'.top'};</script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script></body></html>