Files: 4897c23cad55785fb57cc99c4cf7422c1c671019 / index.html
7573 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 developer" /> |
8 | <link rel="icon" type="image/png" href="static/favicon.png" /> |
9 | <title>romuloalves</title> |
10 | <style type="text/css"> |
11 | html { |
12 | margin: 0; |
13 | padding: 0; |
14 | } |
15 | body { |
16 | margin: 0 auto; |
17 | max-width: 1024px; |
18 | padding: 25px; |
19 | } |
20 | h1, h2 { |
21 | margin: 0; |
22 | padding: 0; |
23 | } |
24 | header h1 { |
25 | font-size: 32px; |
26 | } |
27 | header h2 { |
28 | color: #666; |
29 | font-size: 24px; |
30 | } |
31 | header p { |
32 | font-size: 18px; |
33 | margin: 5px 0 0; |
34 | } |
35 | header img { |
36 | border-radius: 50%; |
37 | } |
38 | section { |
39 | margin: 25px 0; |
40 | } |
41 | section h1 { |
42 | font-size: 22px; |
43 | } |
44 | section h2 { |
45 | font-size: 18px; |
46 | } |
47 | section > section { |
48 | margin-left: 15px; |
49 | } |
50 | section ul { |
51 | list-style: none; |
52 | margin: 0; |
53 | padding: 15px 0 15px 15px; |
54 | } |
55 | .talk { |
56 | margin-bottom: 25px; |
57 | } |
58 | .post-date { |
59 | color: #666; |
60 | display: block; |
61 | } |
62 | code, blockquote { |
63 | background: #eee; |
64 | } |
65 | code { |
66 | margin-left: 5px; |
67 | padding: 2px 5px; |
68 | } |
69 | br ~ code { |
70 | margin-left: 0; |
71 | } |
72 | |
73 | blockquote { |
74 | margin: 0; |
75 | padding: 10px; |
76 | text-align: justify; |
77 | } |
78 | |
79 | @media (max-width: 700px) { |
80 | html, body { |
81 | margin: 8px; |
82 | padding: 0; |
83 | } |
84 | header { |
85 | text-align: center; |
86 | } |
87 | header p { |
88 | text-align: justify; |
89 | } |
90 | section ul { |
91 | padding: 15px 0; |
92 | } |
93 | section ul span { |
94 | display: block; |
95 | } |
96 | section ul li { |
97 | margin-bottom: 15px; |
98 | word-break: break-word; |
99 | } |
100 | code { |
101 | margin-left: 0; |
102 | } |
103 | } |
104 | </style> |
105 | <script async defer data-domain="romuloalves.dev" src="https://analytics.romuloalves.dev/js/plausible.js"></script> |
106 | </script> |
107 | </head> |
108 | <body> |
109 | <header> |
110 | <img src="static/picture.jpg" alt="photo" width="200" height="200" /> |
111 | <h1>Rômulo Alves</h1> |
112 | <h2> |
113 | software developer |
114 | </h2> |
115 | <p> |
116 | <i>What I love the most about software is that I can instantly see the result of the code I write.</i> |
117 | <br /> |
118 | I'm a brazilian software developer with 10 years of experience, working at <a href="https://cwi.com.br/" title="CWI Software" target="_blank" rel="noopener">CWI Software</a>. |
119 | <br /> |
120 | Graduated in Computer Science at <a href="https://feevale.br/" title="Universidade Feevale" target="_blank" rel="noopener">Universidade Feevale</a>, I'm a generalist who likes to overcome challenges. |
121 | <br /> |
122 | I worked with several technologies like .NET, Java, JavaScript, Node.js, Vue.js, React, Next.js, React Native, Golang and others. |
123 | </p> |
124 | </header> |
125 | <section id="contact"> |
126 | <h1>Contact</h1> |
127 | <ul> |
128 | <li> |
129 | <span>Secure Scuttlebutt</span> |
130 | <code>@xr/Q/zqaEwmmd4wg8xRU1TrMLQhc9qBqNCioCqmv1vQ=.ed25519</code> |
131 | <br> |
132 | <code>@2CFA0rXTIXzlwLvln3NhY8+RvuKFhNkejhLZhrDiCMU=.ed25519</code> |
133 | </li> |
134 | <li> |
135 | <span>E-mail</span> |
136 | <code> |
137 | <a href="mailto:contact@romuloalves.dev" title="contact@romuloalves.dev">contact@romuloalves.dev</a> |
138 | </code> |
139 | </li> |
140 | <li> |
141 | <span>LinkedIn</span> |
142 | <code> |
143 | <a href="https://www.linkedin.com/in/romuloalves" title="/in/romuloalves" target="_blank" rel="noopener">/in/romuloalves</a> |
144 | </code> |
145 | </li> |
146 | </ul> |
147 | </section> |
148 | <section id="code"> |
149 | <h1>Code</h1> |
150 | <ul> |
151 | <li> |
152 | <span>Sourcehut</span> |
153 | <code> |
154 | <a href="https://git.sr.ht/~romuloalves" title="Sourcehut" target="_blank" rel="noopener">git.sr.ht/~romuloalves</a> |
155 | </code> |
156 | </li> |
157 | <li> |
158 | <span>Gitlab</span> |
159 | <code> |
160 | <a href="https://gitlab.com/romuloalves" title="Gitlab" target="_blank" rel="noopener">gitlab.com/romuloalves</a> |
161 | </code> |
162 | </li> |
163 | <li> |
164 | <span>GitHub</span> |
165 | <code> |
166 | <a href="https://github.com/romuloalves" title="GitHub" target="_blank" rel="noopener">github.com/romuloalves</a> |
167 | </code> |
168 | </li> |
169 | </ul> |
170 | </section> |
171 | <section id="projects"> |
172 | <h1>Projects</h1> |
173 | <section id="contributions"> |
174 | <h2>Contributions</h2> |
175 | <ul> |
176 | <li> |
177 | <span>Āhau</span> |
178 | <code> |
179 | <a href="https://www.ahau.io/" title="Āhau.io" target="_blank" rel="noopener">ahau.io</a> |
180 | </code> |
181 | </li> |
182 | <li> |
183 | <span>Manyverse</span> |
184 | <code> |
185 | <a href="https://www.manyver.se/" title="Manyver.se" target="_blank" rel="noopener">manyver.se</a> |
186 | </code> |
187 | </li> |
188 | </ul> |
189 | </section> |
190 | <section id="packages"> |
191 | <h2>Packages</h2> |
192 | <ul> |
193 | <li> |
194 | <span>go-dsv</span> |
195 | <code> |
196 | <a href="https://git.sr.ht/~romuloalves/go-dsv" title="git.sr.ht/~romuloalves/go-dsv" target="_blank" rel="noopener">git.sr.ht/~romuloalves/go-dsv</a> |
197 | </code> |
198 | </li> |
199 | <li> |
200 | <span>certificate-from-s3 (Golang)</span> |
201 | <code> |
202 | <a href="https://git.sr.ht/~romuloalves/certificate-from-s3" title="git.sr.ht/~romuloalves/certificate-from-s3" target="_blank" rel="noopener">git.sr.ht/~romuloalves/certificate-from-s3</a> |
203 | </code> |
204 | </li> |
205 | <li> |
206 | <span>create-micro</span> |
207 | <code> |
208 | <a href="https://git.sr.ht/~romuloalves/create-micro" title="git.sr.ht/~romuloalves/create-micro" target="_blank" rel="noopener">git.sr.ht/~romuloalves/create-micro</a> |
209 | </code> |
210 | </li> |
211 | <li> |
212 | <span>micro-get</span> |
213 | <code> |
214 | <a href="https://git.sr.ht/~romuloalves/micro-get" title="git.sr.ht/~romuloalves/micro-get" target="_blank" rel="noopener">git.sr.ht/~romuloalves/micro-get</a> |
215 | </code> |
216 | </li> |
217 | <li> |
218 | <span>micro-post</span> |
219 | <code> |
220 | <a href="https://git.sr.ht/~romuloalves/micro-post" title="git.sr.ht/~romuloalves/micro-post" target="_blank" rel="noopener">git.sr.ht/~romuloalves/micro-post</a> |
221 | </code> |
222 | </li> |
223 | </ul> |
224 | </section> |
225 | </section> |
226 | <section id="recommendations"> |
227 | <h1>Recommendations (pt-br)</h1> |
228 | <ul> |
229 | <li> |
230 | <span> |
231 | <a href="https://www.linkedin.com/in/felipekm/" title="Felipe Kautzmann" target="_blank" rel="noopener">Felipe Kautzmann</a> on 2020-10-30 |
232 | </span> |
233 | <blockquote> |
234 | O Rômulo é profissional diferenciado, altamente técnico e super focado, durante esses anos no qual trabalhamos juntos ele foi fundamental para definições de arquitetura e construção da nossa base de aplicações, conheci poucos profissionais com a resiliência e pegada desse profissional, portanto recomendo os seus serviços em qualquer stack de trabalho. |
235 | </blockquote> |
236 | </li> |
237 | </ul> |
238 | </section> |
239 | </body> |
240 | </html> |
241 |
Built with git-ssb-web