Skip to content

Commit 7705731

Browse files
committed
updates
1 parent 973b05a commit 7705731

14 files changed

+3576
-1039
lines changed

index.html

Lines changed: 42 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -9,72 +9,65 @@
99
<link rel="manifest" href="/site.webmanifest">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1111

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.">
12+
<title>Gabriel Matei | Co-Founder & Technical Lead at buidly</title>
13+
<meta name="description" content="Co-Founder and Technical Lead at buidly. Senior backend engineer with 8+ years building distributed systems, high-throughput APIs, and real-time data pipelines at scale.">
14+
<link rel="canonical" href="https://gabrielmatei.com">
15+
<meta name="theme-color" content="#1e1e1e">
16+
17+
<!-- Open Graph -->
18+
<meta property="og:type" content="website">
19+
<meta property="og:url" content="https://gabrielmatei.com">
20+
<meta property="og:title" content="Gabriel Matei | Co-Founder & Technical Lead at buidly">
21+
<meta property="og:description" content="Co-Founder and Technical Lead at buidly. Senior backend engineer with 8+ years building distributed systems, high-throughput APIs, and real-time data pipelines at scale.">
22+
23+
<!-- Twitter Card -->
24+
<meta name="twitter:card" content="summary_large_image">
25+
<meta name="twitter:site" content="@gabrielvmatei">
26+
<meta name="twitter:title" content="Gabriel Matei | Co-Founder & Technical Lead at buidly">
27+
<meta name="twitter:description" content="Co-Founder and Technical Lead at buidly. Senior backend engineer with 8+ years building distributed systems, high-throughput APIs, and real-time data pipelines at scale.">
28+
29+
<link rel="preconnect" href="https://fonts.googleapis.com">
30+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
31+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet">
1432

1533
<link rel="stylesheet" href="/src/style.css">
1634

1735
<script src="https://kit.fontawesome.com/27f86ca87a.js" crossorigin="anonymous"></script>
1836
</head>
1937

20-
<body>
21-
<main id="app">
22-
<!-- <div class="profile">
23-
<span class="profile-picture"></span>
24-
</div> -->
38+
<body class="m-0 bg-[#1e1e1e] text-white text-base">
39+
<main class="flex flex-col-reverse lg:flex-row min-h-screen lg:items-end justify-center">
40+
<div class="hidden lg:relative lg:block lg:w-[500px] lg:h-[500px] xl:w-[600px] xl:h-[600px] shrink-0">
41+
<span class="profile-picture block h-full w-full bg-no-repeat bg-contain bg-[position:bottom_left]"></span>
42+
</div>
2543

26-
<div class="content">
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>
44+
<div class="box-border w-full max-w-2xl mx-auto px-6 py-12 md:px-16 md:py-16 lg:max-w-[900px] lg:p-16">
45+
<div class="mb-8 flex flex-col gap-2 text-xl lg:text-2xl">
46+
<p class="m-0">Hi there <span class="inline-block filter grayscale brightness-0 invert">👋</span>, I'm</p>
47+
<h1 class="m-0 text-[2.5rem] leading-[2.5rem] lg:text-[4rem] lg:leading-[4rem] font-bold tracking-tighter">Gabriel Matei</h1>
48+
<h3 class="m-0">Co-Founder & Technical Lead at <a href="https://buidly.com" target="_blank" class="font-semibold">buidly</a></h3>
3149
</div>
3250

33-
<div class="description mb-2 flex flex-col gap-4">
34-
<p>
35-
Im 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.
51+
<div class="mb-8 flex flex-col gap-4">
52+
<p class="m-0">
53+
I'm a backend engineer with 8 years of experience building distributed systems, high-throughput APIs, and real-time data pipelines. I've worked on things serving millions of users, the kind of systems where the interesting problems live in the gaps between services.
3654
</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.
55+
<p class="m-0">
56+
What I enjoy most is the design phase, before any code is written. Mapping constraints, picking the right tradeoffs, building something that holds up under pressure and is still readable six months later.
3957
</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.
58+
<p class="m-0">
59+
I co-founded <a href="https://buidly.com" target="_blank" class="font-semibold">buidly</a>, where we build backend infrastructure for companies that need things done right. When I'm not in the codebase, I'm usually judging or mentoring at hackathons.
4260
</p>
4361
</div>
4462

45-
<div class="social">
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>
63+
<div class="flex gap-4">
64+
<a href="https://twitter.com/gabrielvmatei" target="_blank" class="text-[1.75rem] text-white hover:text-white/60"><i class="fa-brands fa-x-twitter"></i></a>
65+
<a href="https://github.com/gabrielmatei" target="_blank" class="text-[1.75rem] text-white hover:text-white/60"><i class="fa-brands fa-github"></i></a>
66+
<a href="https://www.linkedin.com/in/mateigabriel/" target="_blank" class="text-[1.75rem] text-white hover:text-white/60"><i class="fa-brands fa-linkedin"></i></a>
4967
</div>
5068
</div>
5169
</main>
52-
<!-- <script type="module" src="/src/main.ts"></script> -->
53-
54-
<script type="module">
55-
// Import the functions you need from the SDKs you need
56-
import { initializeApp } from "https://www.gstatic.com/firebasejs/12.3.0/firebase-app.js";
57-
import { getAnalytics } from "https://www.gstatic.com/firebasejs/12.3.0/firebase-analytics.js";
58-
// TODO: Add SDKs for Firebase products that you want to use
59-
// https://firebase.google.com/docs/web/setup#available-libraries
60-
61-
// Your web app's Firebase configuration
62-
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
63-
const firebaseConfig = {
64-
apiKey: "AIzaSyDdPuMA_pwjZ-XO2kMTED2Wd2rlL1i291Y",
65-
authDomain: "vue-demo-33248.firebaseapp.com",
66-
databaseURL: "https://vue-demo-33248.firebaseio.com",
67-
projectId: "vue-demo-33248",
68-
storageBucket: "vue-demo-33248.firebasestorage.app",
69-
messagingSenderId: "221525780674",
70-
appId: "1:221525780674:web:4c005ffa7fa9f60983335b",
71-
measurementId: "G-JJW6VN6E5H"
72-
};
73-
74-
// Initialize Firebase
75-
const app = initializeApp(firebaseConfig);
76-
const analytics = getAnalytics(app);
77-
</script>
70+
<script type="module" src="/src/main.ts"></script>
7871
</body>
7972

8073
</html>

0 commit comments

Comments
 (0)