git ssb

0+

Rômulo Alves / website



Tree: eb3938470f7dee8766731b14c7345333971487e8

Files: eb3938470f7dee8766731b14c7345333971487e8 / components / contacts.tsx

856 bytesRaw
1const Contacts = () => (
2 <section className="contacts">
3 <h4>Contact me!</h4>
4 <div>
5 <strong>Secure Scuttlebutt</strong>
6 <ul>
7 <li>
8 <code>@xr/Q/zqaEwmmd4wg8xRU1TrMLQhc9qBqNCioCqmv1vQ=.ed25519</code>
9 </li>
10 <li>or</li>
11 <li>
12 <code>@2CFA0rXTIXzlwLvln3NhY8+RvuKFhNkejhLZhrDiCMU=.ed25519</code>
13 </li>
14 </ul>
15 </div>
16 <div>
17 <strong>E-mail</strong>
18 <ul>
19 <li>
20 <a href="mailto:contact@romuloalves.dev">contact@romuloalves.dev</a>
21 </li>
22 </ul>
23 </div>
24 <div>
25 <strong>LinkedIn</strong>
26 <ul>
27 <li>
28 <a href="https://www.linkedin.com/in/romuloalves" target="_blank" rel="noopener" title="/in/romuloalves">/in/romuloalves</a>
29 </li>
30 </ul>
31 </div>
32 </section>
33);
34
35export default Contacts;

Built with git-ssb-web