git ssb

0+

Rômulo Alves / website



Tree: eea2788aa01075348a8c95724e3ae174a7352ba3

Files: eea2788aa01075348a8c95724e3ae174a7352ba3 / src / index.html

1673 bytesRaw
1<html lang="en">
2 <head>
3 <meta charset="utf-8" />
4 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
5 <meta name="description" content="@romuloalves - Software Developer" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <link rel="icon" type="image/png" href="favicon.png" />
8 <title>@romuloalves</title>
9 <link rel="stylesheet" href="css/index.css">
10 </head>
11 <body>
12 <header>
13 <h1>Rômulo Alves</h1>
14 <h2>
15 Software Engineer at <a href="https://github.com/plingbr" title="Pling" target="_blank">Pling</a>
16 </h2>
17 </header>
18 <nav>
19 <ul>
20 <li class="no-margin-left">
21 <a href="https://twitter.com/romuloalves" title="twitter" target="_blank">
22 Twitter
23 </a>
24 </li>
25 <li>
26 <a href="https://github.com/romuloalves" title="github" target="_blank">
27 GitHub
28 </a>
29 </li>
30 <li>
31 <a href="mailto:me@romuloalv.es" title="e-mail" target="_blank">
32 E-mail
33 </a>
34 </li>
35 </ul>
36 </nav>
37 <section>
38 <div class="container">
39 <h1>
40 Talks
41 </h1>
42 <ul>
43 <li>
44 <a href="/talks/Next.js.pdf" title="Next.js at Sapiranga Software Development Meetup" download>
45 Next.js on 2018/04/14 at Sapiranga Software Development Meetup
46 </a>
47 </li>
48 <li>
49 <a href="/talks/React.pdf" title="Dojo React at CWI Software" download>
50 Dojo React at @cwisoftware
51 </a>
52 </li>
53 </ul>
54 </div>
55 </section>
56 </body>
57</html>
58

Built with git-ssb-web