git ssb

0+

Rômulo Alves / website



Tree: f64fe1bee5b2c5175ae47e75ccf7721ce089f497

Files: f64fe1bee5b2c5175ae47e75ccf7721ce089f497 / index.html

2481 bytesRaw
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta http-equiv="X-UA-Compatible" content="ie=edge">
7 <meta name="description" content="@romuloalves - Software engineer" />
8 <link rel="icon" type="image/png" href="static/favicon.png" />
9 <link rel="manifest" href="static/manifest.json" />
10 <link rel="stylesheet" href="styles.css">
11 <style>
12 h2 {
13 font-size: 18px;
14 font-weight: 500;
15 }
16 </style>
17 <title>@romuloalves</title>
18 </head>
19 <body>
20 <header>
21 <div>
22 <h1>Rômulo Alves</h1>
23 <div class="socials">
24 <a href="https://twitter.com/romuloalves" title="Twitter">
25 <img src="static/images/twitter.svg" alt="Twitter" width="25" height="25" />
26 </a>
27 <a href="https://github.com/romuloalves" title="GitHub">
28 <img src="static/images/github.svg" alt="GitHub" width="25" height="25" />
29 </a>
30 <a href="https://keybase.io/romuloalves" title="Keybase">
31 <img src="static/images/keybase.svg" alt="Keybase" width="25" height="25" />
32 </a>
33 </div>
34 </div>
35 </header>
36 <div class="container">
37 <h2>
38 Software engineer at&nbsp;<a href="https://github.com/plingbr" title="PLING" target="_blank" rel="noopener">PLING</a>.
39 JavaScript hacker.
40 Decentralization enthusiast.
41 </h2>
42
43 <section class="section">
44 <h1>
45 <a href="talks.html" title="Talks">Talks</a>
46 </h1>
47 <ul>
48 <li class="talk">
49 <div class="post">
50 <span class="post-date">2018-04-14</span>
51 <a href="static/talks/next.js.pdf"
52 title="Next.js at Sapiranga Software Development Meetup"
53 download="Next.js.pdf"
54 class="post-title">
55 (pt-br) Next.js at Sapiranga Software Development Meetup
56 </a>
57 </div>
58 </li>
59 <li class="talk">
60 <div class="post">
61 <span class="post-date">2016-07-07</span>
62 <a href="static/talks/react.pdf"
63 title="React at @cwisoftware"
64 download="React.pdf"
65 class="post-title">
66 (pt-br) React at @cwisoftware
67 </a>
68 </div>
69 </li>
70 </ul>
71 </section>
72 </div>
73 </body>
74</html>

Built with git-ssb-web