<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Menu horizontal</title>
|
|
<link rel="stylesheet" href="/subsite/css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<nav id="menu-h">
|
|
<ul>
|
|
<li><a href="/subsite/index.html">Home</a></li>
|
|
<li><a href="/subsite/subpasta/pagina2.html">Sobre</a></li>
|
|
<li><a href="/subsite/subpasta/pagina3.html">Contato</a></li>
|
|
<li><a href="#">entrar</a></li>
|
|
</ul>
|
|
</nav>
|
|
<section id="about">
|
|
<h2>Aboute me</h2>
|
|
<p>Welcome to my profile.
|
|
I have a Bachelor's Degree in Information Systems from FACIMP.
|
|
I have 3 years experience as a programmer:
|
|
</p>
|
|
<br>
|
|
<p>
|
|
Ruby on Rails
|
|
https://www.youtube.com/watch?v=V62AU2PT898
|
|
https://github.com/hussyvel/to_do_list
|
|
https://github.com/hussyvel/ruby
|
|
</p>
|
|
<br>
|
|
<p>
|
|
Nodejs
|
|
https://github.com/hussyvel/maratona-dev-hussyvel
|
|
https://github.com/hussyvel/Javascript
|
|
</p>
|
|
<br>
|
|
<p>
|
|
HTML5, CSS3, JavaScript
|
|
https://github.com/hussyvel/Javascript
|
|
https://github.com/hussyvel/logic;
|
|
https://github.com/hussyvel/barbearia;
|
|
</p>
|
|
<br>
|
|
<p>
|
|
Version Control: Git;
|
|
</p>
|
|
<br>
|
|
<p>
|
|
S.O.: Linux Ubuntu and windows;
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</html>
|