This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
CV-html/index.html
2025-03-02 23:32:03 +13:00

30 lines
757 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
</head>
<body class="bg-[#F8F4DA] m-5">
<div class="flex justify-between" id="header">
<div id="contact-details" class="flex flex-col text-sm justify-start">
<p>Auckland, NZ</p>
<p>+64 0224772398</p>
<p>pradyun.setti@icloud.com</p>
</div>
<div id="name-card" class="flex flex-col items-end">
<p class="text-8xl font-medium">
Pradyun Setti
</p>
<p class="text-7xl font-light">
Engineer • Creator
</p>
</div>
</div>
</body>
</html>