initial commit; header section finished
This commit is contained in:
commit
e6c266714c
29
index.html
Normal file
29
index.html
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!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> <br>
|
||||||
|
<p>+64 0224772398</p><br>
|
||||||
|
<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>
|
||||||
|
|
Reference in New Issue
Block a user