-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Julian Dawson</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:[email protected]" rel="stylesheet">
<style>
body {
font-family: 'Lexend', sans-serif;
font-size: 21.6px;
}
h1 {
line-height: 1.6;
}
p {
line-height: 34.56px;
}
</style>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-black">
<div class="h-screen w-screen bg-[radial-gradient(ellipse_at_top,_var(--tw-gradient-stops))] from-slate-800 via-black to-black">
<div class="h-screen w-screen flex flex-col justify-center items-center text-white">
<h1 class="bold text-[140px]">Hi, I'm
<span class="text-transparent bg-clip-text bg-gradient-to-r from-indigo-600 via-pink-600 to-purple-600">Julian</span>
</h1>
<p>Head of Integrations @ Legl 🤝 Founder @ Mattertwo 🚀 Open Law 🌌 A2J ⚖️ Ex-Law Firm CxO 🤖</p>
</div>
</div>
<!--
-->
</body>
</html>