-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 2.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mert</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Roboto:wght@300;400&display=swap" rel="stylesheet">
<!-- Open Graph / Twitter Card meta tags -->
<meta property="og:title" content="Mertimus">
<meta property="og:description" content="Crypto. Money. Networks. Computers.">
<meta property="og:image" content="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='630' viewBox='0 0 1200 630'%3E%3Crect width='1200' height='630' fill='%230a0a0a'/%3E%3Cpath d='M0 315L1200 0L1200 630L0 315Z' fill='%23ff6600' fill-opacity='0.1'/%3E%3Cpath d='M0 315L1200 630L0 630L0 315Z' fill='%23ff9933' fill-opacity='0.1'/%3E%3Ctext x='600' y='315' font-family='Arial, sans-serif' font-size='120' font-weight='bold' fill='%23ff6600' text-anchor='middle' dominant-baseline='middle'%3EMERT%3C/text%3E%3Ctext x='600' y='435' font-family='Arial, sans-serif' font-size='48' fill='%23e0e0e0' text-anchor='middle' dominant-baseline='middle'%3ECyberpunk Portfolio%3C/text%3E%3C/svg%3E">
<meta property="og:url" content="https://mertimus.dev">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div class="cyberpunk-container">
<header>
<nav class="cyber-nav">
<div class="nav-logo">Mert</div>
<ul>
<li><a href="index.html" class="nav-link active">About</a></li>
<li><a href="blog.html" class="nav-link">Blog</a></li>
<li><a href="reading-list.html" class="nav-link">Reading List</a></li>
<li><a href="investments.html" class="nav-link">Investments</a></li>
</ul>
</nav>
</header>
<main class="about-main">
<h1 class="cyber-title">Private money, sovereign networks, an unstoppable world computer.</h1>
<div class="about-content">
<div class="about-text">
<p>Hi, I'm Mert. I'm the CEO of <a href="https://helius.dev">Helius</a> and co-host of <a href="https://x.com/lightspeedpodhq">Lightspeed</a>. I like crypto, startups, and angel investing. You can find me on Twitter, <a href="https://x.com/0xmert_">here</a>. This site is entirely static and generated with AI for fun.</p>
</div>
</div>
</main>
</div>
</body>
</html>