Files: 23c22a9a75d5f1bff4e4c4880e103066a486627d / index.html
3167 bytesRaw
1 | |
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 | <title>romuloalves</title> |
10 | <style type="text/css"> |
11 | html, body { |
12 | margin: 0; |
13 | padding: 25px; |
14 | } |
15 | h1, h2 { |
16 | margin: 0; |
17 | padding: 0; |
18 | } |
19 | header h1 { |
20 | font-size: 32px; |
21 | } |
22 | header h2 { |
23 | color: #666; |
24 | font-size: 24px; |
25 | } |
26 | .link-pling { |
27 | color: #1e88e5; |
28 | } |
29 | section { |
30 | margin: 25px 0; |
31 | } |
32 | section h1 { |
33 | font-size: 22px; |
34 | } |
35 | section ul { |
36 | list-style: none; |
37 | margin: 0; |
38 | padding: 15px 0 15px 15px; |
39 | } |
40 | .talk { |
41 | margin-bottom: 25px; |
42 | } |
43 | .post-date { |
44 | color: #666; |
45 | display: block; |
46 | } |
47 | code { |
48 | background: #eee; |
49 | margin-left: 5px; |
50 | padding: 2px 5px; |
51 | } |
52 | br ~ code { |
53 | margin-left: 0; |
54 | } |
55 | |
56 | @media (max-width: 700px) { |
57 | html, body { |
58 | margin: 8px; |
59 | padding: 0; |
60 | } |
61 | section ul { |
62 | padding: 15px 0; |
63 | } |
64 | section ul span { |
65 | display: block; |
66 | } |
67 | section ul li { |
68 | margin-bottom: 15px; |
69 | word-break: break-word; |
70 | } |
71 | code { |
72 | margin-left: 0; |
73 | } |
74 | } |
75 | </style> |
76 | </head> |
77 | <body> |
78 | <header> |
79 | <h1>Rômulo Alves</h1> |
80 | <h2> |
81 | software engineer |
82 | </h2> |
83 | </header> |
84 | <section> |
85 | <h1>You can find me on...</h1> |
86 | <ul> |
87 | <li> |
88 | <span>Secure Scuttlebutt</span> |
89 | <code>@xr/Q/zqaEwmmd4wg8xRU1TrMLQhc9qBqNCioCqmv1vQ=.ed25519</code> |
90 | <br> |
91 | <code>@2CFA0rXTIXzlwLvln3NhY8+RvuKFhNkejhLZhrDiCMU=.ed25519</code> |
92 | </li> |
93 | <li> |
94 | <span>Sourcehut</span> |
95 | <code> |
96 | <a href="https://git.sr.ht/~romuloalves" title="Sourcehut" target="_blank" rel="noopener">git.sr.ht/~romuloalves</a> |
97 | </code> |
98 | </li> |
99 | <li> |
100 | <span>GitHub</span> |
101 | <code> |
102 | <a href="https://github.com/romuloalves" title="GitHub" target="_blank" rel="noopener">github.com/romuloalves</a> |
103 | </code> |
104 | </li> |
105 | </ul> |
106 | </section> |
107 | <section> |
108 | <h1>Talks</h1> |
109 | <ul> |
110 | <li class="talk"> |
111 | <span class="post-date">2018-04-14</span> |
112 | <a href="static/talks/next.js.pdf" |
113 | title="Next.js at Sapiranga Software Development Meetup" |
114 | download="Next.js.pdf"> |
115 | (pt-br) Next.js at Sapiranga Software Development Meetup |
116 | </a> |
117 | </li> |
118 | <li class="talk"> |
119 | <span class="post-date">2016-07-07</span> |
120 | <a href="static/talks/react.pdf" |
121 | title="React at @cwisoftware" |
122 | download="React.pdf"> |
123 | (pt-br) React at @cwisoftware |
124 | </a> |
125 | </li> |
126 | </ul> |
127 | </section> |
128 | </body> |
129 | </html> |
130 |
Built with git-ssb-web