-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (32 loc) · 1.12 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rollergui's homepage</title>
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<body>
<header>
<nav>
<ul class="menu">
<li><a href="/">about</a></li>
</ul>
</nav>
</header>
<main>
<div class="about-cover">
<img src="images/me.jpg" />
<h1>Guilherme Ribeiro</h1>
<h2>Software Developer</h2>
<h3>São Paulo, SP - BR</h3>
</div>
<div class="about-summary">
<p>Working as a software developer since 2016, I've been through different companies, both in size and business areas, which I believe contributed significantly for my professional growth.</p>
<p>I'm a functional programming enthusiast, but I've used several different programming languages, paradigms and overall tools throughout these years.</p>
<p>I'm keen on learning diverse things, so I'm changing hobbies every now and then.</p>
</div>
</main>
<footer></footer>
</body>
</html>