|
3 | 3 |
|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8" /> |
6 | | - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> |
| 6 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
| 7 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
| 8 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
| 9 | + <link rel="manifest" href="/site.webmanifest"> |
7 | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
8 | 11 |
|
9 | | - <title>Gabriel Matei • personal website</title> |
| 12 | + <title>Gabriel Matei | Co-Founder & CTO at buidly</title> |
| 13 | + <meta name="description" content="Co-Founder and CTO at buidly. I build tools, smart contracts, and scalable backend systems to make blockchain development simpler and more enjoyable."> |
10 | 14 |
|
11 | | - |
12 | 15 |
|
13 | 16 | <script src="https://kit.fontawesome.com/27f86ca87a.js" crossorigin="anonymous"></script> |
14 | | - <link rel="stylesheet" href="/assets/index-74473836.css"> |
| 17 | + <link rel="stylesheet" crossorigin href="/assets/index-ng4Xo_JF.css"> |
15 | 18 | </head> |
16 | 19 |
|
17 | 20 | <body> |
18 | 21 | <main id="app"> |
19 | | - <div class="profile"> |
| 22 | + <!-- <div class="profile"> |
20 | 23 | <span class="profile-picture"></span> |
21 | | - </div> |
| 24 | + </div> --> |
22 | 25 |
|
23 | 26 | <div class="content"> |
24 | | - <div class="hero mb-2"> |
25 | | - <p>Hi there 👋, I'm</p> |
26 | | - <h1>Gabriel Matei</h1> |
27 | | - <h3>Pushing the boundaries of what's possible with blockchain, one project at a time</h3> |
| 27 | + <div class="hero mb-2 flex flex-col gap-2 text-2xl"> |
| 28 | + <p>Hi there <span class="inline-block filter grayscale brightness-0 invert">👋</span>, I'm</p> |
| 29 | + <h1 class="text-4xl font-bold tracking-tighter">Gabriel Matei</h1> |
| 30 | + <h3>Co-Founder & CTO at <a href="https://buidly.com" target="_blank" class="text-[#0b80ef] font-black">buidly</a></h3> |
28 | 31 | </div> |
29 | 32 |
|
30 | | - <div class="description mb-2"> |
31 | | - <p>Currently, I am a part of the MultiversX team and also working as a Core Developer at buidly. I am excited to |
32 | | - be contributing my skills and expertise to these dynamic organizations as we push the boundaries of what is |
33 | | - possible with blockchain technology. |
| 33 | + <div class="description mb-2 flex flex-col gap-4"> |
| 34 | + <p> |
| 35 | + I’m a developer who loves building things that actually work. Most of what I do lives somewhere between smart contracts, backend systems, and finding ways to make blockchain feel less complicated. |
| 36 | + </p> |
| 37 | + <p> |
| 38 | + I’ve always been curious about how things are made. That curiosity turned into writing code, and eventually into building products that help other people create too. |
| 39 | + </p> |
| 40 | + <p> |
| 41 | + Right now I’m working at <a href="https://buidly.com" target="_blank" class="text-[#0b80ef] font-black">buidly</a>, where we’re building tools that make it easier and more enjoyable to build on blockchain. |
34 | 42 | </p> |
35 | 43 | </div> |
36 | 44 |
|
37 | 45 | <div class="social"> |
38 | | - <a href="https://twitter.com/gabrielvmatei" target="_blank"><i class="fa-brands fa-twitter"></i></a> |
39 | | - <a href="https://github.com/gabrielmatei" target="_blank"><i class="fa-brands fa-github"></i></a> |
40 | | - <a href="https://www.linkedin.com/in/mateigabriel/" target="_blank"><i class="fa-brands fa-linkedin"></i></a> |
| 46 | + <a href="https://twitter.com/gabrielvmatei" target="_blank"><i class="fa-brands fa-x-twitter hover:text-[#0b80ef]"></i></a> |
| 47 | + <a href="https://github.com/gabrielmatei" target="_blank"><i class="fa-brands fa-github hover:text-[#0b80ef]"></i></a> |
| 48 | + <a href="https://www.linkedin.com/in/mateigabriel/" target="_blank"><i class="fa-brands fa-linkedin hover:text-[#0b80ef]"></i></a> |
41 | 49 | </div> |
42 | 50 | </div> |
43 | 51 | </main> |
|
0 commit comments