-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (78 loc) · 3.84 KB
/
Copy pathindex.html
File metadata and controls
80 lines (78 loc) · 3.84 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="output.css" />
<title>Document</title>
</head>
<body>
<div class="bg-white w-full h-screen px-50">
<div
class="bg-white w-full h-full flex flex-col items-center justify-center pt-10 px-10 border-2 border-gray-200"
>
<nav
class="flex items-center justify-center gap-20 border-2 border-gray-200 px-3 py-1 rounded-4xl"
>
<div class="flex items-center gap-3.5">
<div class="w-10 h-10 bg-red-600 rounded-full overflow-hidden">
<img
src="https://media.licdn.com/dms/image/v2/D4D03AQFjLCc0wjL5_w/profile-displayphoto-scale_200_200/B4DZlDQM6dJYAY-/0/1757769946814?e=2147483647&v=beta&t=njR4c6PQXQbNlKb8mkXSGEkX1GwRPwhXBoTx5unoSsg"
alt=""
/>
</div>
<a href="#">Amarjeet Chaudhary</a>
</div>
<div class="flex items-center justify-center gap-5">
<a href="">Work</a>
<a href="">Services</a>
<a href="">Pricing</a>
<a href="">Blog</a>
<a href=""
><button class="px-4 py-1 rounded-4xl border-2 border-gray-200">
contact
</button></a
>
</div>
</nav>
<div class="flex w-full h-full">
<div
class="w-1/2 h-full flex flex-col justify-center items-start gap-6"
>
<button
class="flex items-center justify-center gap-3 px-4 py-1 rounded-4xl border-2 border-gray-200"
>
<div class="w-2 h-2 bg-green-500 rounded-full"></div>
<h4 class="font-semibold">Available for work</h4>
</button>
<h1 class="text-7xl font-semibold tracking-tight">
<span class="text-gray-400">Design that</span> delivers results.
</h1>
<p class="w-[70%] leading-5 font-medium">
Strategic design that drives growth, not just looks good.
<span class="text-gray-500"
>I create everything your brand needs to attract customers and
turn them into sales.</span
>
</p>
<div class="flex items-center bg-black text-white px-3 py-2 gap-3.5 rounded-full">
<div class="w-10 h-10 bg-red-600 rounded-full overflow-hidden">
<img
src="https://media.licdn.com/dms/image/v2/D4D03AQFjLCc0wjL5_w/profile-displayphoto-scale_200_200/B4DZlDQM6dJYAY-/0/1757769946814?e=2147483647&v=beta&t=njR4c6PQXQbNlKb8mkXSGEkX1GwRPwhXBoTx5unoSsg"
alt=""
/>
</div>
<a class="font-semibold" href="#">Amarjeet Chaudhary</a>
</div>
</div>
<div class="relative flex items-center justify-center w-1/2 h-full">
<img class="absolute w-3/4 h-1/2 -rotate-6 rounded-3xl" src="https://framerusercontent.com/images/tBF8hMQFxONWA4CXtHf3R4.jpg?scale-down-to=1024&width=1600&height=1200" alt="">
<img class="absolute w-3/4 h-1/2 rotate-12 rounded-3xl" src="https://framerusercontent.com/images/AZe7hFsRlGAWp9spF25RMEwS0gA.jpg?scale-down-to=1024&width=1600&height=1200" alt="">
<img class="absolute w-3/4 h-1/2 rotate-6 rounded-3xl" src="https://framerusercontent.com/images/2qj0p6EuGsEK2eNc7VR1BFDSik.jpg?scale-down-to=1024&width=1600&height=1200" alt="">
<img class="absolute w-3/4 h-1/2 rounded-3xl" src="https://framerusercontent.com/images/q3ruKmoVYmFXP9EeyZlQPnTDuVw.jpg?scale-down-to=1024&width=1600&height=1200" alt="">
</div>
</div>
</div>
</div>
</body>
</html>