git ssb

0+

Rômulo Alves / website



Tree: 796960743cfd5a585b5906f6cc8dff03f16ed17e

Files: 796960743cfd5a585b5906f6cc8dff03f16ed17e / index.html

6510 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 developer" />
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 header p {
27 font-size: 18px;
28 margin: 5px 0 0;
29 }
30 header img {
31 border-radius: 50%;
32 }
33 section {
34 margin: 25px 0;
35 }
36 section h1 {
37 font-size: 22px;
38 }
39 section h2 {
40 font-size: 18px;
41 }
42 section > section {
43 margin-left: 15px;
44 }
45 section ul {
46 list-style: none;
47 margin: 0;
48 padding: 15px 0 15px 15px;
49 }
50 .talk {
51 margin-bottom: 25px;
52 }
53 .post-date {
54 color: #666;
55 display: block;
56 }
57 code {
58 background: #eee;
59 margin-left: 5px;
60 padding: 2px 5px;
61 }
62 br ~ code {
63 margin-left: 0;
64 }
65
66 @media (max-width: 700px) {
67 html, body {
68 margin: 8px;
69 padding: 0;
70 }
71 header {
72 text-align: center;
73 }
74 header p {
75 text-align: justify;
76 }
77 section ul {
78 padding: 15px 0;
79 }
80 section ul span {
81 display: block;
82 }
83 section ul li {
84 margin-bottom: 15px;
85 word-break: break-word;
86 }
87 code {
88 margin-left: 0;
89 }
90 }
91 </style>
92 </head>
93 <body>
94 <header>
95 <img src="static/picture.jpg" alt="photo" width="200" height="200" />
96 <h1>Rômulo Alves</h1>
97 <h2>
98 software developer
99 </h2>
100 <p>
101 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>.
102 <br />
103 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.
104 <br />
105 I worked with several technologies like .NET, Java, JavaScript, Node.js, Vue.js, React, Next.js, React Native, Golang and others.
106 </p>
107 </header>
108 <section>
109 <h1>Contact</h1>
110 <ul>
111 <li>
112 <span>Secure Scuttlebutt</span>
113 <code>@xr/Q/zqaEwmmd4wg8xRU1TrMLQhc9qBqNCioCqmv1vQ=.ed25519</code>
114 <br>
115 <code>@2CFA0rXTIXzlwLvln3NhY8+RvuKFhNkejhLZhrDiCMU=.ed25519</code>
116 </li>
117 <li>
118 <span>E-mail</span>
119 <code>
120 <a href="mailto:contact@romuloalves.dev" title="contact@romuloalves.dev">contact@romuloalves.dev</a>
121 </code>
122 </li>
123 </ul>
124 </section>
125 <section>
126 <h1>Code</h1>
127 <ul>
128 <li>
129 <span>Sourcehut</span>
130 <code>
131 <a href="https://git.sr.ht/~romuloalves" title="Sourcehut" target="_blank" rel="noopener">git.sr.ht/~romuloalves</a>
132 </code>
133 </li>
134 <li>
135 <span>Gitlab</span>
136 <code>
137 <a href="https://gitlab.com/romuloalves" title="Gitlab" target="_blank" rel="noopener">gitlab.com/romuloalves</a>
138 </code>
139 </li>
140 <li>
141 <span>GitHub</span>
142 <code>
143 <a href="https://github.com/romuloalves" title="GitHub" target="_blank" rel="noopener">github.com/romuloalves</a>
144 </code>
145 </li>
146 </ul>
147 </section>
148 <section>
149 <h1>Projects</h1>
150 <section>
151 <h2>Contributions</h2>
152 <ul>
153 <li>
154 <span>Manyverse</span>
155 <code>
156 <a href="https://www.manyver.se/" title="Manyver.se" target="_blank" rel="noopener">manyver.se</a>
157 </code>
158 </li>
159 </ul>
160 </section>
161 <section>
162 <h2>Packages</h2>
163 <ul>
164 <li>
165 <span>go-dsv</span>
166 <code>
167 <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>
168 </code>
169 </li>
170 <li>
171 <span>certificate-from-s3 (Golang)</span>
172 <code>
173 <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>
174 </code>
175 </li>
176 <li>
177 <span>create-micro</span>
178 <code>
179 <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>
180 </code>
181 </li>
182 <li>
183 <span>micro-get</span>
184 <code>
185 <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>
186 </code>
187 </li>
188 <li>
189 <span>micro-post</span>
190 <code>
191 <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>
192 </code>
193 </li>
194 </ul>
195 </section>
196 </section>
197 <section>
198 <h1>Talks</h1>
199 <ul>
200 <li class="talk">
201 <span class="post-date">2018-04-14</span>
202 <a href="static/talks/next.js.pdf"
203 title="Next.js at Sapiranga Software Development Meetup"
204 download="Next.js.pdf">
205 (pt-br) Next.js at Sapiranga Software Development Meetup
206 </a>
207 </li>
208 <li class="talk">
209 <span class="post-date">2016-07-07</span>
210 <a href="static/talks/react.pdf"
211 title="React at @cwisoftware"
212 download="React.pdf">
213 (pt-br) React at @cwisoftware
214 </a>
215 </li>
216 </ul>
217 </section>
218 </body>
219</html>
220

Built with git-ssb-web