git ssb

0+

Rômulo Alves / website



Tree: ff387d8be8e55810eef9cd573669ddb81afc0cb6

Files: ff387d8be8e55810eef9cd573669ddb81afc0cb6 / talks.html

2403 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 <title>@romuloalves - Talks</title>
12 </head>
13 <body>
14 <header>
15 <div>
16 <h1>Rômulo Alves</h1>
17 <div class="socials">
18 <a href="https://twitter.com/romuloalves" title="Twitter">
19 <img src="static/images/twitter.svg" alt="Twitter" width="25" height="25" />
20 </a>
21 <a href="https://github.com/romuloalves" title="GitHub">
22 <img src="static/images/github.svg" alt="GitHub" width="25" height="25" />
23 </a>
24 <a href="https://keybase.io/romuloalves" title="Keybase">
25 <img src="static/images/keybase.svg" alt="Keybase" width="25" height="25" />
26 </a>
27 </div>
28 </div>
29 </header>
30 <div class="container">
31 <div class="breadcrumbs">
32 <div class="crumb">
33 <a href="index.html" title="Home">Home</a>
34 <span class="separator">&lsaquo;</span>
35 </div>
36 <div class="crumb">
37 <span>Talks</span>
38 </div>
39 </div>
40 <section class="section">
41 <h1>
42 Talks
43 </h1>
44 <ul>
45 <li class="talk">
46 <div class="post">
47 <span class="post-date">2018-04-14</span>
48 <a href="static/talks/next.js.pdf"
49 title="Next.js at Sapiranga Software Development Meetup"
50 download="Next.js.pdf"
51 class="post-title">
52 (pt-br) Next.js at Sapiranga Software Development Meetup
53 </a>
54 </div>
55 </li>
56 <li class="talk">
57 <div class="post">
58 <span class="post-date">2016-07-07</span>
59 <a href="static/talks/react.pdf"
60 title="React at @cwisoftware"
61 download="React.pdf"
62 class="post-title">
63 (pt-br) React at @cwisoftware
64 </a>
65 </div>
66 </li>
67 </ul>
68 </section>
69 </div>
70 </body>
71</html>

Built with git-ssb-web