Meu site.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

47 lines
2.3 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/png" href="img/favicon.png"/>
<title>Jmix</title>
</head>
<body>
<header class="flex-row">
<a href="https://jmix.xyz"><h2>Jmix</h2></a>
<nav id="menu" class="flex-row">
<a href="https://jmix.xyz" class="active">Home</a>
<a href="#">Blog</a>
<a href="#">Projects</a>
</nav>
</header>
<main id="content">
<section id="me">
<img src="img/pfp.jpg">
<h1>Julio E. Assunç&atilde;o</h1>
<p>I'm a computer science studend and GNU/Linux enthusiast with some experience in tech support and web design with a minimalistic aproach to problem solving.</p>
<p>You can comunicate with me in English, Spanish and Portuguese.<br> My e-mail is <a href="mailto:julio@jmix.xyz">julio@jmix.xyz</a>.</p>
</section>
<section>
<section>
<h1>Minimalism</h1>
<p>I believe that less is usually more. In graphical design this allows for a cleaner experience with accesible visual informantion and in software it results in less requirements to run and adjust software to work properly, closing the gap between developers and users.</p>
</section>
<section>
<h1>Technology I'm acquainted with</h1>
<ul>
<li>Linux servers with nginx as reverse proxy.</li>
<li>Basic web design with html and css.</li>
<li>Gimp and Inkscape for graphical design.</li>
<li>Controlling software versions with git.</li>
<li>Blogs with engines like Wordpress and now Ghost.</li>
<li>Creating beautiful and readable documments with LaTeX.</li>
<li>Recording and editing instructional videos.</li>
<li><a href="https://poedit.net/">Poedit</a> for translation of software.</li>
<li>Shell script and terminal utilities</li>
<li>Using vim tricks that save me a lot of time and work.</li>
</ul>
</section>
</body>
</html>