-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
255 lines (249 loc) · 11.7 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<!-- Navbar -->
<nav class="bg-white border-gray-200 dark:bg-gray-900">
<div
class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4"
>
<a href="https://flowbite.com/" class="flex items-center">
<img
src="https://flowbite.com/docs/images/logo.svg"
class="h-8 mr-3"
alt="Flowbite Logo"
/>
<span
class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white"
>Hitanshu</span
>
</a>
<button
data-collapse-toggle="navbar-default"
type="button"
class="inline-flex items-center m-2 ml-3 text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-default"
aria-expanded="false"
>
<span class="sr-only">Open main menu</span>
<svg
class="w-6 h-6"
aria-hidden="true"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd"
></path>
</svg>
</button>
<div
class="hidden w-full md:block md:w-auto"
id="navbar-default"
>
<ul
class="font-medium flex flex-col p-4 md:p-0 mt-4 border border-gray-100 rounded-lg bg-gray-50 md:flex-row md:space-x-8 md:mt-0 md:border-0 md:bg-white dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700"
>
<li>
<a
href="#"
class="block py-2 pl-3 pr-4 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 dark:text-white md:dark:text-blue-500"
aria-current="page"
>Home</a
>
</li>
<li>
<a
href="#"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>About</a
>
</li>
<li>
<a
href="#"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Services</a
>
</li>
<li>
<a
href="#"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Pricing</a
>
</li>
<li>
<a
href="#"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Contact</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="grid grid-cols-12 bg-blue-800">
<div class="flex flex-col col-span-7 p-10 my-auto">
<p class="text-white text-xl font-medium">I am</p>
<p class="text-4xl font-extrabold text-white">
Hitanshu Satpathy
</p>
</div>
<img class="col-span-5" src="./Assets/dpImg.jpeg" alt="" />
</div>
<div class="flex flex-col">
<p class="text-2xl mt-2 font-extrabold w-full px-3">Education</p>
<!-- Education Cards -->
<div class="grid grid-cols-3">
<a
href="#"
class="m-2 flex flex-col items-center bg-white border border-gray-200 rounded-lg bg-blue-900 shadow md:flex-row md:max-w-xl hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"
>
<div
class="flex flex-col justify-between p-4 leading-normal"
>
<h5
class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
>
IIIT Bhubaneswar
</h5>
<p class="mb-3 font-bold text-white">
Here are the biggest enterprise technology
acquisitions of 2021 so far, in reverse
chronological order.
</p>
</div>
</a>
<a
href="#"
class="m-2 flex flex-col items-center bg-white border border-gray-200 rounded-lg bg-blue-900 shadow md:flex-row md:max-w-xl hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"
>
<div
class="flex flex-col justify-between p-4 leading-normal"
>
<h5
class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
>
IIIT Bhubaneswar
</h5>
<p class="mb-3 font-bold text-white">
Here are the biggest enterprise technology
acquisitions of 2021 so far, in reverse
chronological order.
</p>
</div>
</a>
<a
href="#"
class="m-2 flex flex-col items-center bg-white border border-gray-200 rounded-lg bg-blue-900 shadow md:flex-row md:max-w-xl hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"
>
<div
class="flex flex-col justify-between p-4 leading-normal"
>
<h5
class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
>
IIIT Bhubaneswar
</h5>
<p class="mb-3 font-bold text-white">
Here are the biggest enterprise technology
acquisitions of 2021 so far, in reverse
chronological order.
</p>
</div>
</a>
</div>
</div>
<!-- Skills section -->
<div class="grid grid-cols-3 pb-5">
<p class="text-2xl font-bold text-black px-3 col-span-3">Skills</p>
<p class="text-base font-medium text-black px-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet assumenda necessitatibus adipisci perferendis, aliquid ad distinctio quibusdam nesciunt velit quaerat?</p>
<div class="flex flex-col px-5 col-span-2">
<div class="flex justify-between mb-1">
<span
class="text-base font-medium text-black"
>Education</span
>
<span
class="text-sm font-medium text-black"
>80%</span
>
</div>
<div
class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"
>
<div
class="bg-blue-600 h-2.5 rounded-full"
style="width: 80%"
></div>
</div>
<div class="flex justify-between mb-1">
<span
class="text-base font-medium text-black"
>Sports</span
>
<span
class="text-sm font-medium text-black"
>43%</span
>
</div>
<div
class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"
>
<div
class="bg-blue-600 h-2.5 rounded-full"
style="width: 43%"
></div>
</div>
<div class="flex justify-between mb-1">
<span
class="text-base font-medium text-black"
>Coding</span
>
<span
class="text-sm font-medium text-black"
>55%</span
>
</div>
<div
class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"
>
<div
class="bg-blue-600 h-2.5 rounded-full"
style="width: 55%"
></div>
</div>
<div class="flex justify-between mb-1">
<span
class="text-base font-medium text-black"
>Flirting</span
>
<span
class="text-sm font-medium text-black"
>10%</span
>
</div>
<div
class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"
>
<div
class="bg-blue-600 h-2.5 rounded-full"
style="width: 10%"
></div>
</div>
</div>
</div>
</body>
</html>