-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.html
More file actions
337 lines (329 loc) · 22.9 KB
/
posts.html
File metadata and controls
337 lines (329 loc) · 22.9 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
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!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">
<script src="https://cdn.tailwindcss.com"></script>
<title>Document</title>
<link rel="icon" href="pratyushhhhhh.png">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5275006007312721"
crossorigin="anonymous"></script>
</head>
<body>
<!-- navbar -->
<header class="text-gray-100 bg-blue-500 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-white mb-4 md:mb-0">
<!-- logo -->
<img alt="testimonial" src="/pratyush_logo.png"
class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
<!-- -->
<span class="ml-3 text-xl">CodeWithCat</span>
</a>
<nav class="md:ml-auto md:mr-auto flex flex-wrap items-center text-base justify-center">
<a href="/" class="mr-5 hover:text-white">Home</a>
<a href="/posts.html" class="mr-5 hover:text-white">Posts</a>
<a href="/about.html" class="mr-5 hover:text-white">About</a>
<a href="/contact.html" class="mr-5 hover:text-white">Contact Us</a>
</nav>
<button
class="inline-flex items-center bg-green-600 border-0 py-1 px-3 focus:outline-none hover:bg-green-900 rounded text-base mt-4 md:mt-0"><a
href="/signup.html">signup</a>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>
<!-- <marquee behavior="right" direction="">WelCome to CodeWithCat</marquee> -->
<!-- hero -->
<section class="py-6 sm:py-12 dark:bg-gray-800 dark:text-gray-100">
<div class="container p-6 mx-auto space-y-8">
<div class="space-y-2 text-center">
<h2 class="text-3xl font-bold">CodeWithCat Blogs</h2>
<p class="font-serif text-sm dark:text-gray-400">My Online Reference!!!</p>
</div>
<!-- HTML cheatsheet -->
<div class="dark:bg-gray-800 dark:text-gray-100">
<div class="container max-w-4xl px-10 py-6 mx-auto rounded-lg shadow-sm dark:bg-gray-900">
<div class="flex items-right justify-between">
<span class="text-sm dark:text-gray-400">nov 14, 2022</span>
</div>
<div class="mt-3">
<a rel="noopener noreferrer" href="#" class="text-2xl font-bold hover:underline">HTML
Cheatsheet</a>
<p class="mt-2">HTML stands for <strong><em>Hyper Text Markup
Language</em></strong>.HTML
Cheatsheet for people coding in HTML.</p>
</div>
<div class="flex items-center justify-between mt-4">
<a rel="noopener noreferrer" href="/HTML_Cheatsheet_CWH.pdf" target="_blank"
class="hover:underline dark:text-violet-400">Read more</a>
<div>
<a rel="noopener noreferrer" href="#" class="flex items-center">
<img src="/pratyushhhhhh.png" alt="avatar"
class="object-cover w-10 h-10 mx-4 rounded-full dark:bg-gray-500">
<span class="hover:underline dark:text-gray-400">Pratyush Singha</span>
</a>
</div>
</div>
</div>
</div>
<!-- C Cheatsheet -->
<div class="dark:bg-gray-800 dark:text-gray-100">
<div class="container max-w-4xl px-10 py-6 mx-auto rounded-lg shadow-sm dark:bg-gray-900">
<div class="flex items-right justify-between">
<span class="text-sm dark:text-gray-400">nov 14, 2022</span>
</div>
<div class="mt-3">
<a rel="noopener noreferrer" href="#" class="text-2xl font-bold hover:underline">C
Language
Cheatsheet</a>
<p class="mt-2">C Language cheatsheet for all the C language programmers!</p>
</div>
<div class="flex items-center justify-between mt-4">
<a rel="noopener noreferrer" href="/C_Cheatsheet_CodeWithHarry.pdf" target="_blank"
class="hover:underline dark:text-violet-400">Read more</a>
<div>
<a rel="noopener noreferrer" href="#" class="flex items-center">
<img src="/pratyushhhhhh.png" alt="avatar"
class="object-cover w-10 h-10 mx-4 rounded-full dark:bg-gray-500">
<span class="hover:underline dark:text-gray-400">Pratyush Singha</span>
</a>
</div>
</div>
</div>
</div>
<!-- java cheatsheet -->
<div class="dark:bg-gray-800 dark:text-gray-100">
<div class="container max-w-4xl px-10 py-6 mx-auto rounded-lg shadow-sm dark:bg-gray-900">
<div class="flex items-right justify-between">
<span class="text-sm dark:text-gray-400">nov 14, 2022</span>
</div>
<div class="mt-3">
<a rel="noopener noreferrer" href="#" class="text-2xl font-bold hover:underline">Java
Cheatsheet</a>
<p class="mt-2">Java cheatsheet for all the Java programmers!</p>
</div>
<div class="flex items-center justify-between mt-4">
<a rel="noopener noreferrer" href="/Java_Cheatsheet_CodeWithHarry.pdf" target="_blank"
class="hover:underline dark:text-violet-400">Read more</a>
<div>
<a rel="noopener noreferrer" href="#" class="flex items-center">
<img src="/pratyushhhhhh.png" alt="avatar"
class="object-cover w-10 h-10 mx-4 rounded-full dark:bg-gray-500">
<span class="hover:underline dark:text-gray-400">Pratyush Singha</span>
</a>
</div>
</div>
</div>
</div>
<!-- css cheatsheet -->
<div class="dark:bg-gray-800 dark:text-gray-100">
<div class="container max-w-4xl px-10 py-6 mx-auto rounded-lg shadow-sm dark:bg-gray-900">
<div class="flex items-right justify-between">
<span class="text-sm dark:text-gray-400">nov 14, 2022</span>
</div>
<div class="mt-3">
<a rel="noopener noreferrer" href="#" class="text-2xl font-bold hover:underline">CSS
Cheatsheet</a>
<p class="mt-2">CSS stands for <strong><em>Cascading Style Sheet</em></strong>.CSS
Cheatsheet
for coders coding in CSS.</p>
</div>
<div class="flex items-center justify-between mt-4">
<a rel="noopener noreferrer" href="/CSS_Cheatsheet_CodeWithHarry.pdf" target="_blank"
class="hover:underline dark:text-violet-400">Read more</a>
<div>
<a rel="noopener noreferrer" href="#" class="flex items-center">
<img src="/pratyushhhhhh.png" alt="avatar"
class="object-cover w-10 h-10 mx-4 rounded-full dark:bg-gray-500">
<span class="hover:underline dark:text-gray-400">Pratyush Singha</span>
</a>
</div>
</div>
</div>
</div>
<!-- -->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="p-4 lg:w-1/3">
<div
class="h-full bg-gray-800 bg-opacity-40 px-8 pt-16 pb-24 rounded-lg overflow-hidden text-center relative">
<h2 class="tracking-widest text-xs title-font font-medium text-gray-500 mb-1">CATEGORY
</h2>
<h1 class="title-font sm:text-2xl text-xl font-medium text-white mb-3">Ultimate HTML</h1>
<p class="leading-relaxed mb-3">Best Website for HTML with Editor,tags,cheetsheet,blogs,links and many more.... </p>
<!-- <div>
<a rel="noopener noreferrer" href="https://htmlcheatsheet.com/" target="_blank"
class="hover:underline dark:text-blue-400">Read more</a>
</div> -->
<a href="https://htmlcheatsheet.com/" target="_blank" class="text-blue-400 inline-flex items-center">Let's Go
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<div
class="text-center mt-2 leading-none flex justify-center absolute bottom-0 left-0 w-full py-4">
<span
class="text-gray-500 mr-3 inline-flex items-center leading-none text-sm pr-3 py-1 border-r-2 border-gray-700 border-opacity-50">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>1.2K
</span>
<span class="text-gray-500 inline-flex items-center leading-none text-sm">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path
d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z">
</path>
</svg>6
</span>
</div>
</div>
</div>
<div class="p-4 lg:w-1/3">
<div
class="h-full bg-gray-800 bg-opacity-40 px-8 pt-16 pb-24 rounded-lg overflow-hidden text-center relative">
<h2 class="tracking-widest text-xs title-font font-medium text-gray-500 mb-1">CATEGORY
</h2>
<h1 class="title-font sm:text-2xl text-xl font-medium text-white mb-3">Ennui Snackwave
Thundercats</h1>
<p class="leading-relaxed mb-3">Photo booth fam kinfolk cold-pressed sriracha leggings
jianbing microdosing tousled waistcoat.</p>
<a href="https://html-css-js.com/css/" target="_blank" class="text-blue-400 inline-flex items-center">Let's Go
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<div
class="text-center mt-2 leading-none flex justify-center absolute bottom-0 left-0 w-full py-4">
<span
class="text-gray-500 mr-3 inline-flex items-center leading-none text-sm pr-3 py-1 border-r-2 border-gray-700 border-opacity-50">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>1.2K
</span>
<span class="text-gray-500 inline-flex items-center leading-none text-sm">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path
d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z">
</path>
</svg>6
</span>
</div>
</div>
</div>
<div class="p-4 lg:w-1/3">
<div
class="h-full bg-gray-800 bg-opacity-40 px-8 pt-16 pb-24 rounded-lg overflow-hidden text-center relative">
<h2 class="tracking-widest text-xs title-font font-medium text-gray-500 mb-1">CATEGORY
</h2>
<h1 class="title-font sm:text-2xl text-xl font-medium text-white mb-3">Selvage Poke
Waistcoat Godard</h1>
<p class="leading-relaxed mb-3">Photo booth fam kinfolk cold-pressed sriracha leggings
jianbing microdosing tousled waistcoat.</p>
<a class="text-blue-400 inline-flex items-center">Learn More
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<div
class="text-center mt-2 leading-none flex justify-center absolute bottom-0 left-0 w-full py-4">
<span
class="text-gray-500 mr-3 inline-flex items-center leading-none text-sm pr-3 py-1 border-r-2 border-gray-700 border-opacity-50">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>1.2K
</span>
<span class="text-gray-500 inline-flex items-center leading-none text-sm">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path
d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z">
</path>
</svg>6
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="text-gray-400 bg-gray-900 body-font">
<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-white">
<span class="ml-4 text-xl">CodeWithCat</span>
</a>
<p
class="text-sm text-gray-400 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-800 sm:py-2 sm:mt-0 mt-4">
©
2022 CodeWithCat.com
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a class="text-gray-400">
<a href="https://www.facebook.com/supriya.singha.585" class="text-gray-500 ml-1"
target="_blank">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z">
</path>
</svg>
</a>
<a class="ml-3 text-gray-400">
<a href="https://github.com/pratyushsingha" class="text-gray-500 ml-1" target="_blank">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path
d="M12 2C6.477 2 2 6.463 2 11.97c0 4.404 2.865 8.14 6.839 9.458.5.092.682-.216.682-.48 0-.236-.008-.864-.013-1.695-2.782.602-3.369-1.337-3.369-1.337-.454-1.151-1.11-1.458-1.11-1.458-.908-.618.069-.606.069-.606 1.003.07 1.531 1.027 1.531 1.027.892 1.524 2.341 1.084 2.91.828.092-.643.35-1.083.636-1.332-2.22-.251-4.555-1.107-4.555-4.927 0-1.088.39-1.979 1.029-2.675-.103-.252-.446-1.266.098-2.638 0 0 .84-.268 2.75 1.022A9.607 9.607 0 0 1 12 6.82c.85.004 1.705.114 2.504.336 1.909-1.29 2.747-1.022 2.747-1.022.546 1.372.202 2.386.1 2.638.64.696 1.028 1.587 1.028 2.675 0 3.83-2.339 4.673-4.566 4.92.359.307.678.915.678 1.846 0 1.332-.012 2.407-.012 2.734 0 .267.18.577.688.48 3.97-1.32 6.833-5.054 6.833-9.458C22 6.463 17.522 2 12 2Z">
</path>
</svg>
</a>
<a class="ml-3 text-gray-400">
<a href="https://www.instagram.com/_hacked_pratyush04/" class="text-gray-500 ml-1"
target="_blank">
<svg fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" class="w-5 h-5"
viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01">
</path>
</svg>
</a>
<a class="ml-3 text-gray-400">
<a href="https://www.linkedin.com/in/pratyush-singha-5739021ab/"
class="text-gray-500 ml-1" target="_blank">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="0" class="w-5 h-5"
viewBox="0 0 24 24">
<path stroke="none"
d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z">
</path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</footer>
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/23604005.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>