-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogs.html
275 lines (268 loc) · 17.1 KB
/
blogs.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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!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">
<link rel="stylesheet" href="style.css">
<title>Khitish Portfolio | Blogs</title>
</head>
<body>
<nav class="flex items-center p-3 flex-wrap">
<a href="/" class="p-2 mr-4 mx-[2rem] sm:mx-[4rem] md:mx-[5rem] lg:mx-[5rem] inline-flex items-center">
<div class="text-xl md:text-2xl text-gray-500 font-bold uppercase tracking-wide">KHITISH NATH</div>
</a>
<button
class="text-black mx-[1rem] sm:mx-[4rem] md:mx-[5rem] lg:mx-[5rem] inline-flex p-3 hover:bg-gray- rounded lg:hidden ml-auto hover:text-black outline-none nav-toggler"
data-target="#navigation">
<i><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6">
<path fill-rule="evenodd"
d="M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z"
clip-rule="evenodd" />
</svg></i>
</button>
<div class="hidden mx-[2rem] sm:mx-[4rem] md:mx-[5rem] lg:mx-[5rem] top-navbar w-full lg:inline-flex lg:flex-grow lg:w-auto"
id="navigation">
<div class="lg:flex-row lg:justify-center items-start flex flex-col ">
<a href="index.html"
class="lg:inline-flex text-[1.1rem] lg:w-auto w-full px-3 py-2 font-normal text-gray-700 items-center justify-center md:hover:border-b-4 md:hover:border-gray-500">
<span>Home</span>
</a>
<a href="/"
class="lg:inline-flex text-[1.1rem] lg:w-auto w-full px-3 py-2 font-normal text-gray-700 items-center justify-center md:hover:border-b-4 md:hover:border-gray-500">
<span>Blogs</span>
</a>
<a href=""
class="lg:inline-flex text-[1.1rem] lg:w-auto w-full px-3 py-2 font-normal text-gray-700 items-center justify-center md:hover:border-b-4 md:hover:border-gray-500">
<span>About</span>
</a>
<a href="contact.html"
class="lg:inline-flex text-[1.1rem] lg:w-auto w-full px-3 py-2 font-normal text-gray-700 items-center justify-center md:hover:border-b-4 md:hover:border-gray-500">
<span>Contact</span>
</a>
</div>
</div>
</nav>
<hr class="border-t border-black mx-[2rem] sm:mx-[4rem] md:mx-[5rem] lg:mx-[5rem]">
<main>
<div class="flex md:w-[20rem]">
<div class="flex flex-row items-center mt-7 mx-1 md:mx-16 ">
<img class="border-8 w-[8rem] h-[8rem] md:w-[10rem] md:h-[10rem] rounded-full border-gray-100"
src="img/people/khiti-33ce8754.png" alt="">
<h1 class="md:hidden text-lg md:w-2 md:text-xs text-gray-700 font-bold ml-3 uppercase tracking-wide">
KHITISH KUMAR
NATH</h1>
</div>
<div>
<div class="absolute left-[20rem] -ml-0.5 w-0.5 md:h-[42.6rem] bg-gray-600 invisible md:visible">
</div>
</div>
</div>
<div class="flex w-[20rem]">
<h1
class="invisible md:visible md:text-xl h-[1px] md:h-[2rem] text-gray-700 font-bold uppercase mt-2 mx-8 w-[1px] md:w-[15.3rem] text-sm">
KHITISH KUMAR
NATH
</h1>
</div>
<div class="w-[18rem] mx-4 font-medium text-gray-600 ">
<p class="text-center mr-0 ">Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem, sequi?
</p>
<div>
<button
class="text-black mx-[1rem] border border-gray-600 my-4 text-center py-2 sm:mx-[4rem] inline-flex p-6 hover:bg-gray- rounded md:hidden ml-auto hover:text-black outline-none nav-toggler"
data-target="#manu">
<p>Follow</p>
</button>
<div class="hidden mx-3 md:mx-0 md:inline-block " id="manu">
<div class="mt-5 flex flex-row">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z" />
</svg>
<p class=" ml-2 text-gray-700 ">Lorem, ipsum, dolor.</p>
</div>
<div class="mt-4 flex flex-row">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M20 12.875v5.068c0 2.754-5.789 4.057-9 4.057-3.052 0-9-1.392-9-4.057v-6.294l9 4.863 9-3.637zm-8.083-10.875l-12.917 5.75 12 6.5 11-4.417v7.167h2v-8.25l-12.083-6.75zm13.083 20h-4c.578-1 1-2.5 1-4h2c0 1.516.391 2.859 1 4z" />
</svg>
<p class="ml-2 text-gray-600">Lorem, ipsum.</p>
</div>
<div class="mt-4 flex flex-row">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z" />
</svg>
<a href="/">
<p class=" ml-2 text-gray-600 hover:text-[#52adc8] cursor-pointer hover:underline">Email</p>
</a>
</div>
<div class="mt-4 flex flex-row">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z" />
</svg>
<a href="/">
<p class=" ml-2 text-gray-600 hover:text-[#52adc8] cursor-pointer hover:underline">LinkedIn
</p>
</a>
</div>
<div class="mt-4 flex flex-row">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
</svg>
<a href="/">
<p class=" ml-2 text-gray-600 hover:text-[#52adc8] cursor-pointer hover:underline">Twitter
</p>
</a>
</div>
<div class="mt-5 flex flex-row">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M11.984 16.815c2.596 0 4.706-2.111 4.706-4.707 0-1.409-.623-2.674-1.606-3.538-.346-.303-.735-.556-1.158-.748-.593-.27-1.249-.421-1.941-.421s-1.349.151-1.941.421c-.424.194-.814.447-1.158.749-.985.864-1.608 2.129-1.608 3.538 0 2.595 2.112 4.706 4.706 4.706zm.016-8.184c1.921 0 3.479 1.557 3.479 3.478 0 1.921-1.558 3.479-3.479 3.479s-3.479-1.557-3.479-3.479c0-1.921 1.558-3.478 3.479-3.478zm5.223.369h6.777v10.278c0 2.608-2.114 4.722-4.722 4.722h-14.493c-2.608 0-4.785-2.114-4.785-4.722v-10.278h6.747c-.544.913-.872 1.969-.872 3.109 0 3.374 2.735 6.109 6.109 6.109s6.109-2.735 6.109-6.109c.001-1.14-.327-2.196-.87-3.109zm2.055-9h-12.278v5h-1v-5h-1v5h-1v-4.923c-.346.057-.682.143-1 .27v4.653h-1v-4.102c-1.202.857-2 2.246-2 3.824v3.278h7.473c1.167-1.282 2.798-2 4.511-2 1.722 0 3.351.725 4.511 2h7.505v-3.278c0-2.608-2.114-4.722-4.722-4.722zm2.722 5.265c0 .406-.333.735-.745.735h-2.511c-.411 0-.744-.329-.744-.735v-2.53c0-.406.333-.735.744-.735h2.511c.412 0 .745.329.745.735v2.53z" />
</svg>
<a href="/">
<p class=" ml-2 text-gray-600 hover:text-[#52adc8] cursor-pointer hover:underline">Instagram
</p>
</a>
</div>
<div class="mt-4 flex flex-row">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z" />
</svg>
<a href="/">
<p class=" ml-2 text-gray-600 hover:text-[#52adc8] cursor-pointer hover:underline">Facebook
</p>
</a>
</div>
</div>
</div>
<section>
<div
class="absolute md:mx-[4rem] md:top-[16%] md:overflow-y-scroll scrollbar-none md:h-[40rem] left-0 right-0 p-6 md:left-[47%] lg:left-[30%] z-50 ">
<h1 class="text-[1.563em] text-[#494e52] font-bold">
Blogs
</h1>
<div class="mt-5">
<div class="absolute ml-2 mt-7 w-0.5 h-[30px] bg-gray-600 ">
</div>
<div class="absolute ml-2 mt-[3.5rem] w-9 md:w-11 h-[2px] bg-gray-600 ">
</div>
<p class="text-[20px] ml-2 text-black underline">
Lorem ipsum dolor sit amet.
</p>
<p class="text-[18px] mt-2 ml-[3rem] md:ml-[3.5rem] mx-2">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Architecto, porro. Praesentium
inventore ipsum, nemo quasi dolores illo a, est, doloribus molestias adipisci asperiores
neque
iure! Sed minima dicta unde, voluptates repellat accusamus debitis aliquam molestias odit
est
porro quisquam.
</p>
</div>
<div class="mt-10">
<div class="absolute ml-2 mt-7 w-0.5 h-[30px] bg-gray-600 ">
</div>
<div class="absolute ml-2 mt-[3.5rem] w-9 md:w-11 h-[2px] bg-gray-600 ">
</div>
<p class="text-[20px] ml-2 text-black underline">
Lorem ipsum dolor sit amet.
</p>
<p class="text-[18px] mt-2 ml-[3rem] md:ml-[3.5rem] mx-2">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Architecto, porro. Praesentium
inventore ipsum, nemo quasi dolores illo a, est, doloribus molestias adipisci asperiores
neque
iure! Sed minima dicta unde, voluptates repellat accusamus debitis aliquam molestias odit
est
porro quisquam.
</p>
</div>
<div class="mt-10">
<div class="absolute ml-2 mt-7 w-0.5 h-[30px] bg-gray-600 ">
</div>
<div class="absolute ml-2 mt-[3.5rem] w-9 md:w-11 h-[2px] bg-gray-600 ">
</div>
<p class="text-[20px] ml-2 text-black underline">
Lorem ipsum dolor sit amet.
</p>
<p class="text-[18px] mt-2 ml-[3rem] md:ml-[3.5rem] mx-2">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Architecto, porro. Praesentium
inventore ipsum, nemo quasi dolores illo a, est, doloribus molestias adipisci asperiores
neque
iure! Sed minima dicta unde, voluptates repellat accusamus debitis aliquam molestias odit
est
porro quisquam.
</p>
</div>
<div class="mt-10">
<div class="absolute ml-2 mt-7 w-0.5 h-[30px] bg-gray-600 ">
</div>
<div class="absolute ml-2 mt-[3.5rem] w-9 md:w-11 h-[2px] bg-gray-600 ">
</div>
<p class="text-[20px] ml-2 text-black underline">
Lorem ipsum dolor sit amet.
</p>
<p class="text-[18px] mt-2 ml-[3rem] md:ml-[3.5rem] mx-2">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Architecto, porro. Praesentium
inventore ipsum, nemo quasi dolores illo a, est, doloribus molestias adipisci asperiores
neque
iure! Sed minima dicta unde, voluptates repellat accusamus debitis aliquam molestias odit
est
porro quisquam.
</p>
</div>
<div class="mt-10">
<div class="absolute ml-2 mt-7 w-0.5 h-[30px] bg-gray-600 ">
</div>
<div class="absolute ml-2 mt-[3.5rem] w-9 md:w-11 h-[2px] bg-gray-600 ">
</div>
<p class="text-[20px] ml-2 text-black underline">
Lorem ipsum dolor sit amet.
</p>
<p class="text-[18px] mt-2 ml-[3rem] md:ml-[3.5rem] mx-2">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Architecto, porro. Praesentium
inventore ipsum, nemo quasi dolores illo a, est, doloribus molestias adipisci asperiores
neque
iure! Sed minima dicta unde, voluptates repellat accusamus debitis aliquam molestias odit
est
porro quisquam.
</p>
</div>
</div>
</section>
</main>
<footer
class="text-gray-600 body-font border-t border-black mx-[2rem] sm:mx-[4rem] md:mx-[5rem] lg:mx-[5rem] mt-28 ">
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<span class="ml-3 text-xl">PORTFOLIO</span>
</a>
<p class="text-sm text-gray-500 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4">©
2023 KHITISH KUMAR NATH , design and code by <a
class="hover:text-[#52adc8] cursor-pointer hover:underline"
href="https://anubhavwc.tk">AnubhavWc</a>
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="./js/main.js"></script>
<script src="https://unpkg.com/@popperjs/[email protected]/dist/umd/popper.min.js" charset="utf-8"></script>
<script>
function openDropdown(event, dropdownID) {
let element = event.target;
while (element.nodeName !== "BUTTON") {
element = element.parentNode;
}
var popper = Popper.createPopper(element, document.getElementById(dropdownID), {
placement: 'top-end'
});
document.getElementById(dropdownID).classList.toggle("hidden");
document.getElementById(dropdownID).classList.toggle("block");
}
</script>
</body>
</html>