Files: b11bb8fc8bb393732a9b8b2150eb940c3bb68626 / index.html
7237 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 | </head> |
106 | <body> |
107 | <header> |
108 | <img src="static/picture.jpg" alt="photo" width="200" height="200" /> |
109 | <h1>Rômulo Alves</h1> |
110 | <h2> |
111 | software developer |
112 | </h2> |
113 | <p> |
114 | <i>What I love the most about software is that I can instantly see the result of the code I write.</i> |
115 | <br /> |
116 | 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>. |
117 | <br /> |
118 | 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. |
119 | <br /> |
120 | I worked with several technologies like .NET, Java, JavaScript, Node.js, Vue.js, React, Next.js, React Native, Golang and others. |
121 | </p> |
122 | </header> |
123 | <section id="contact"> |
124 | <h1>Contact</h1> |
125 | <ul> |
126 | <li> |
127 | <span>Secure Scuttlebutt</span> |
128 | <code>@xr/Q/zqaEwmmd4wg8xRU1TrMLQhc9qBqNCioCqmv1vQ=.ed25519</code> |
129 | <br> |
130 | <code>@2CFA0rXTIXzlwLvln3NhY8+RvuKFhNkejhLZhrDiCMU=.ed25519</code> |
131 | </li> |
132 | <li> |
133 | <span>E-mail</span> |
134 | <code> |
135 | <a href="mailto:contact@romuloalves.dev" title="contact@romuloalves.dev">contact@romuloalves.dev</a> |
136 | </code> |
137 | </li> |
138 | <li> |
139 | <span>LinkedIn</span> |
140 | <code> |
141 | <a href="https://www.linkedin.com/in/romuloalves" title="/in/romuloalves" target="_blank" rel="noopener">/in/romuloalves</a> |
142 | </code> |
143 | </li> |
144 | </ul> |
145 | </section> |
146 | <section id="code"> |
147 | <h1>Code</h1> |
148 | <ul> |
149 | <li> |
150 | <span>Sourcehut</span> |
151 | <code> |
152 | <a href="https://git.sr.ht/~romuloalves" title="Sourcehut" target="_blank" rel="noopener">git.sr.ht/~romuloalves</a> |
153 | </code> |
154 | </li> |
155 | <li> |
156 | <span>Gitlab</span> |
157 | <code> |
158 | <a href="https://gitlab.com/romuloalves" title="Gitlab" target="_blank" rel="noopener">gitlab.com/romuloalves</a> |
159 | </code> |
160 | </li> |
161 | <li> |
162 | <span>GitHub</span> |
163 | <code> |
164 | <a href="https://github.com/romuloalves" title="GitHub" target="_blank" rel="noopener">github.com/romuloalves</a> |
165 | </code> |
166 | </li> |
167 | </ul> |
168 | </section> |
169 | <section id="projects"> |
170 | <h1>Projects</h1> |
171 | <section id="contributions"> |
172 | <h2>Contributions</h2> |
173 | <ul> |
174 | <li> |
175 | <span>Manyverse</span> |
176 | <code> |
177 | <a href="https://www.manyver.se/" title="Manyver.se" target="_blank" rel="noopener">manyver.se</a> |
178 | </code> |
179 | </li> |
180 | </ul> |
181 | </section> |
182 | <section id="packages"> |
183 | <h2>Packages</h2> |
184 | <ul> |
185 | <li> |
186 | <span>go-dsv</span> |
187 | <code> |
188 | <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> |
189 | </code> |
190 | </li> |
191 | <li> |
192 | <span>certificate-from-s3 (Golang)</span> |
193 | <code> |
194 | <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> |
195 | </code> |
196 | </li> |
197 | <li> |
198 | <span>create-micro</span> |
199 | <code> |
200 | <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> |
201 | </code> |
202 | </li> |
203 | <li> |
204 | <span>micro-get</span> |
205 | <code> |
206 | <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> |
207 | </code> |
208 | </li> |
209 | <li> |
210 | <span>micro-post</span> |
211 | <code> |
212 | <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> |
213 | </code> |
214 | </li> |
215 | </ul> |
216 | </section> |
217 | </section> |
218 | <section id="recommendations"> |
219 | <h1>Recommendations (pt-br)</h1> |
220 | <ul> |
221 | <li> |
222 | <span> |
223 | <a href="https://www.linkedin.com/in/felipekm/" title="Felipe Kautzmann" target="_blank" rel="noopener">Felipe Kautzmann</a> on 2020-10-30 |
224 | </span> |
225 | <blockquote> |
226 | 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. |
227 | </blockquote> |
228 | </li> |
229 | </ul> |
230 | </section> |
231 | </body> |
232 | </html> |
233 |
Built with git-ssb-web