Files: 1c87b3d337e3bdd9f5f0ea11ad7c3fca22a2b3f0 / index.html
6981 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 { |
63 | background: #eee; |
64 | margin-left: 5px; |
65 | padding: 2px 5px; |
66 | } |
67 | br ~ code { |
68 | margin-left: 0; |
69 | } |
70 | |
71 | @media (max-width: 700px) { |
72 | html, body { |
73 | margin: 8px; |
74 | padding: 0; |
75 | } |
76 | header { |
77 | text-align: center; |
78 | } |
79 | header p, #recommendations p { |
80 | text-align: justify; |
81 | } |
82 | section ul { |
83 | padding: 15px 0; |
84 | } |
85 | section ul span { |
86 | display: block; |
87 | } |
88 | section ul li { |
89 | margin-bottom: 15px; |
90 | word-break: break-word; |
91 | } |
92 | code { |
93 | margin-left: 0; |
94 | } |
95 | } |
96 | </style> |
97 | </head> |
98 | <body> |
99 | <header> |
100 | <img src="static/picture.jpg" alt="photo" width="200" height="200" /> |
101 | <h1>Rômulo Alves</h1> |
102 | <h2> |
103 | software developer |
104 | </h2> |
105 | <p> |
106 | 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>. |
107 | <br /> |
108 | 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. |
109 | <br /> |
110 | I worked with several technologies like .NET, Java, JavaScript, Node.js, Vue.js, React, Next.js, React Native, Golang and others. |
111 | </p> |
112 | </header> |
113 | <section id="contact"> |
114 | <h1>Contact</h1> |
115 | <ul> |
116 | <li> |
117 | <span>Secure Scuttlebutt</span> |
118 | <code>@xr/Q/zqaEwmmd4wg8xRU1TrMLQhc9qBqNCioCqmv1vQ=.ed25519</code> |
119 | <br> |
120 | <code>@2CFA0rXTIXzlwLvln3NhY8+RvuKFhNkejhLZhrDiCMU=.ed25519</code> |
121 | </li> |
122 | <li> |
123 | <span>E-mail</span> |
124 | <code> |
125 | <a href="mailto:contact@romuloalves.dev" title="contact@romuloalves.dev">contact@romuloalves.dev</a> |
126 | </code> |
127 | </li> |
128 | <li> |
129 | <span>LinkedIn</span> |
130 | <code> |
131 | <a href="https://www.linkedin.com/in/romuloalves" title="/in/romuloalves" target="_blank" rel="noopener">/in/romuloalves</a> |
132 | </code> |
133 | </li> |
134 | </ul> |
135 | </section> |
136 | <section id="code"> |
137 | <h1>Code</h1> |
138 | <ul> |
139 | <li> |
140 | <span>Sourcehut</span> |
141 | <code> |
142 | <a href="https://git.sr.ht/~romuloalves" title="Sourcehut" target="_blank" rel="noopener">git.sr.ht/~romuloalves</a> |
143 | </code> |
144 | </li> |
145 | <li> |
146 | <span>Gitlab</span> |
147 | <code> |
148 | <a href="https://gitlab.com/romuloalves" title="Gitlab" target="_blank" rel="noopener">gitlab.com/romuloalves</a> |
149 | </code> |
150 | </li> |
151 | <li> |
152 | <span>GitHub</span> |
153 | <code> |
154 | <a href="https://github.com/romuloalves" title="GitHub" target="_blank" rel="noopener">github.com/romuloalves</a> |
155 | </code> |
156 | </li> |
157 | </ul> |
158 | </section> |
159 | <section id="projects"> |
160 | <h1>Projects</h1> |
161 | <section id="contributions"> |
162 | <h2>Contributions</h2> |
163 | <ul> |
164 | <li> |
165 | <span>Manyverse</span> |
166 | <code> |
167 | <a href="https://www.manyver.se/" title="Manyver.se" target="_blank" rel="noopener">manyver.se</a> |
168 | </code> |
169 | </li> |
170 | </ul> |
171 | </section> |
172 | <section id="packages"> |
173 | <h2>Packages</h2> |
174 | <ul> |
175 | <li> |
176 | <span>go-dsv</span> |
177 | <code> |
178 | <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> |
179 | </code> |
180 | </li> |
181 | <li> |
182 | <span>certificate-from-s3 (Golang)</span> |
183 | <code> |
184 | <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> |
185 | </code> |
186 | </li> |
187 | <li> |
188 | <span>create-micro</span> |
189 | <code> |
190 | <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> |
191 | </code> |
192 | </li> |
193 | <li> |
194 | <span>micro-get</span> |
195 | <code> |
196 | <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> |
197 | </code> |
198 | </li> |
199 | <li> |
200 | <span>micro-post</span> |
201 | <code> |
202 | <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> |
203 | </code> |
204 | </li> |
205 | </ul> |
206 | </section> |
207 | </section> |
208 | <section id="recommendations"> |
209 | <h1>Recommendations (pt-br)</h1> |
210 | <ul> |
211 | <li> |
212 | <span> |
213 | <a href="https://www.linkedin.com/in/felipekm/" title="Felipe Kautzmann" target="_blank" rel="noopener">Felipe Kautzmann</a> on 2020-10-30 |
214 | </span> |
215 | <p> |
216 | 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. |
217 | </p> |
218 | </li> |
219 | </ul> |
220 | </section> |
221 | </body> |
222 | </html> |
223 |
Built with git-ssb-web