Skip to content

Commit a9c1452

Browse files
committed
Deploying to gh-pages from @ 2ce14d2 🚀
1 parent ce1ba7b commit a9c1452

12 files changed

+70
-35
lines changed

404.html

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,49 @@
33

44
<head>
55
<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">
710
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
811

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.">
1014

11-
1215

1316
<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">
1518
</head>
1619

1720
<body>
1821
<main id="app">
19-
<div class="profile">
22+
<!-- <div class="profile">
2023
<span class="profile-picture"></span>
21-
</div>
24+
</div> -->
2225

2326
<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>
2831
</div>
2932

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.
3442
</p>
3543
</div>
3644

3745
<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>
4149
</div>
4250
</div>
4351
</main>

android-chrome-192x192.png

29.9 KB
Loading

android-chrome-512x512.png

187 KB
Loading

apple-touch-icon.png

26.6 KB
Loading

assets/index-74473836.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/index-ng4Xo_JF.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicon-16x16.png

567 Bytes
Loading

favicon-32x32.png

1.47 KB
Loading

favicon.ico

15 KB
Binary file not shown.

index.html

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,49 @@
33

44
<head>
55
<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">
710
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
811

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.">
1014

11-
1215

1316
<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">
1518
</head>
1619

1720
<body>
1821
<main id="app">
19-
<div class="profile">
22+
<!-- <div class="profile">
2023
<span class="profile-picture"></span>
21-
</div>
24+
</div> -->
2225

2326
<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>
2831
</div>
2932

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.
3442
</p>
3543
</div>
3644

3745
<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>
4149
</div>
4250
</div>
4351
</main>

0 commit comments

Comments
 (0)