-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost3.html
More file actions
386 lines (285 loc) · 18.2 KB
/
post3.html
File metadata and controls
386 lines (285 loc) · 18.2 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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<!-- Post-3 : Nature -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
<title> Suraj Dalvi - Developer </title>
<meta property="og:title" content="Society – The soil in which we grow | Third Blog" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="//post" />
<meta property="og:url" content="//post" />
<meta name="description"
content=" Computer Science Engineering (CSE) Student pursuing B.Tech from PCCOE Pune Campus">
<link rel="icon" type="image/png" href="/assets/img/weblogo.png" />
<meta name="theme-color" content="#5540af" />
<!-- <meta property="og:site_name" content="Atom Template" /> -->
<meta property="og:image" content="//assets/img/social.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@tailwindmade" />
<link crossorigin="crossorigin" href="https://fonts.gstatic.com" rel="preconnect" />
<link as="style"
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Raleway:wght@400;500;600;700&display=swap"
rel="preload" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Raleway:wght@400;500;600;700&display=swap"
rel="stylesheet" />
<link href="https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css" rel="stylesheet" />
<link crossorigin="anonymous" href="/assets/styles/main.min.css" media="screen" rel="stylesheet" />
<script defer src="https://unpkg.com/@alpine-collective/toolkit@1.0.0/dist/cdn.min.js"></script>
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/atom-one-dark.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script>
<script>
hljs.highlightAll();
</script>
</head>
<body :class="{ 'overflow-hidden max-h-screen': mobileMenu }" class="relative" x-data="{ mobileMenu: false }">
<div id="main" class="relative">
<div x-data="{
triggerNavItem(id) {
$scroll(id)
},
triggerMobileNavItem(id) {
mobileMenu = false;
this.triggerNavItem(id)
}
}">
<div class="w-full z-50 top-0 py-3 sm:py-5 bg-primary " id="navbar">
<div class="container flex items-center justify-between">
<div>
<a href="/">
<img src="/assets/img/atomlogo.png"
class="w-10 lg:w-20 bg-transparent mb-3 pb-3 inline-block relative hover:scale-105 cursor-pointer "
alt="logo" />
</a>
<a href="/#about">
<h2
class="text-white relative inline-block text-2xl font-header mr-10 font-bold cursor-pointer ">
Suraj Dalvi
</h2>
</a>
</div>
<div class="hidden lg:block">
<ul class="flex items-center">
<li class="group pl-6">
<a href="/#about"
class="cursor-pointe pt-0.5 font-header font-semibold uppercase text-white">About</a>
<span class="block h-0.5 w-full bg-transparent group-hover:bg-yellow"></span>
</li>
<li class="group pl-6">
<a href="/#skills"
class="cursor-pointe pt-0.5 font-header font-semibold uppercase text-white">Skills</a>
<span class="block h-0.5 w-full bg-transparent group-hover:bg-yellow"></span>
</li>
<li class="group pl-6">
<a href="/#projects"
class="cursor-pointe pt-0.5 font-header font-semibold uppercase text-white">Projects</a>
<span class="block h-0.5 w-full bg-transparent group-hover:bg-yellow"></span>
</li>
<li class="group pl-6">
<a href="/#education"
class="cursor-pointe pt-0.5 font-header font-semibold uppercase text-white">Education</a>
<span class="block h-0.5 w-full bg-transparent group-hover:bg-yellow"></span>
</li>
<li class="group pl-6">
<a href="/#statistics"
class="cursor-pointe pt-0.5 font-header font-semibold uppercase text-white">Statistics</a>
<span class="block h-0.5 w-full bg-transparent group-hover:bg-yellow"></span>
</li>
<li class="group pl-6">
<a href="/#blog"
class="cursor-pointe pt-0.5 font-header font-semibold uppercase text-white">Blog</a>
<span class="block h-0.5 w-full bg-transparent group-hover:bg-yellow"></span>
</li>
<li class="group pl-6">
<a href="/#contact"
class="cursor-pointe pt-0.5 font-header font-semibold uppercase text-white">Contact</a>
<span class="block h-0.5 w-full bg-transparent group-hover:bg-yellow"></span>
</li>
</ul>
</div>
<div class="block lg:hidden">
<button @click="mobileMenu = true">
<i class="bx bx-menu text-4xl text-white"></i>
</button>
</div>
</div>
</div>
<div class="pointer-events-none fixed inset-0 z-70 min-h-screen bg-black bg-opacity-70 opacity-0 transition-opacity lg:hidden"
:class="{ 'opacity-100 pointer-events-auto': mobileMenu }">
<div class="absolute right-0 min-h-screen w-2/3 bg-primary py-4 px-8 shadow md:w-1/3">
<button class="absolute top-0 right-0 mt-4 mr-4" @click="mobileMenu = false">
<img src="/assets/img/icon-close.svg" class="h-10 w-auto" alt="" />
</button>
<ul class="mt-8 flex flex-col">
<li class="py-2">
<a href="/#about" class="pt-0.5 font-header font-semibold uppercase text-white">About</a>
</li>
<li class="py-2">
<a href="/#skills" class="pt-0.5 font-header font-semibold uppercase text-white">Skills</a>
</li>
<li class="py-2">
<a href="/#projects"
class="pt-0.5 font-header font-semibold uppercase text-white">Projects</a>
</li>
<li class="py-2">
<a href="/#education"
class="pt-0.5 font-header font-semibold uppercase text-white">Education</a>
</li>
<li class="py-2">
<a href="/#statistics"
class="pt-0.5 font-header font-semibold uppercase text-white">Statistics</a>
</li>
<li class="py-2">
<a href="/#blog" class="pt-0.5 font-header font-semibold uppercase text-white">Blog</a>
</li>
<li class="py-2">
<a href="/#contact"
class="pt-0.5 font-header font-semibold uppercase text-white">Contact</a>
</li>
</ul>
</div>
</div>
<div>
<div class="container py-6 md:py-10">
<div class="mx-auto max-w-4xl">
<div class="">
<h1
class="pt-5 font-body text-3xl font-semibold text-primary sm:text-4xl md:text-5xl xl:text-5xl">
Society – The soil in which we grow
</h1>
<div class="flex items-center pt-5 md:pt-10">
<div>
<img src="/assets/img/Suraj.png"
class="h-20 w-20 rounded-full border-2 hover:scale-105 border-grey-70 shadow"
alt="author image" />
</div>
<div class="pl-5">
<span class="block font-body text-xl font-bold text-grey-10">By Suraj Dalvi</span>
<span class="block pt-1 font-body text-xl font-bold text-grey-30">August 20,
2022</span>
</div>
</div>
</div>
<div class="prose max-w-none pt-8">
<h2 id="lorem-ipsum-dolor-sit-amet">Connecting with nature</h2>
<div class="prose max-w-none text-xl text-black font-body pt-0 py-0 md:pt-0">
<p> In order for any plant to grow and flourish to its full potential, it needs the
right conditions.</p>
<p> The soil is all important. Everything grows in the soil. If the soil is good and you
have the right amount of sunshine and water everything takes care of itself. Nature
follows its own course. We don’t need to interfere. The tiny acorn grows into the
majestic Oak tree.</p>
<p> Would the same Oak tree grow in a desert? Would it flourish in a tiny plant pot?
What if the soil is barren and polluted?</p>
<p> It is no different for human beings. In order for us to grow and flourish to our
full potential, we need the right conditions. In our case, you could think of
society as the soil in which we grow. What do I mean when I say “society”? I mean it
in the broadest possible sense: our families, our communities, our schools, our
friends, our government institutions, our laws, our offices, our work, our
recreational spaces, our culture… the world in which we live.</p>
</div>
<div>
<a class="mx-auto transform transition-all hover:scale-105 md:mx-0">
<img src="/assets/img/nature1.jpg" class="w-50% " alt="Nature" />
</a>
</div>
</div>
<div class=" font-header text-xl font-extrabold">
<blockquote>
<br><strong>
<em>"Nature is the purest portal to inner-peace!"</em>
</strong>
<br>
</blockquote>
</div>
<div class="mt-10 flex justify-between border-t border-lila py-12">
<a href="/post2.html" class="flex items-center">
<i class="bx bx-left-arrow-alt hover:text-yellow text-2xl text-primary"></i>
<button
class="bg-primary text-white font-bold font-header border-1 border-black px-4 py-1 mx-3 my-4 rounded-full hover:text-yellow hover:bg-grey-20 ">
Previous Post
</button>
</a>
<a href="/#post" class="flex items-center">
<button
class="bg-primary text-white font-bold font-header border-1 border-black px-4 py-1 mx-3 my-4 rounded-full hover:text-yellow hover:bg-grey-20 ">
Next Post
</button>
<i class="bx bx-right-arrow-alt hover:text-yellow text-2xl text-primary"></i>
</a>
</div>
<div
class="flex flex-col items-center border-t border-lila py-12 pt-12 md:flex-row md:items-start xl:pb-20">
<div class="w-3/4 sm:w-2/5 lg:w-1/4 xl:w-1/5">
<img src="/assets/img/Suraj.png"
class="rounded-full shadow h-30 w-40 border-2 border-grey-70 hover:scale-105 "
alt="author image" />
</div>
<div class="ml-0 text-center md:ml-10 md:w-5/6 md:text-left">
<h3 class="pt-10 font-body text-2xl font-bold text-secondary md:pt-0">
Suraj Dalvi
</h3>
<p
class="pt-5 font-body text-lg leading-8 text-secondary sm:leading-9 md:text-xl md:leading-9 lg:leading-9 xl:leading-9">
Nature, “a creative and controlling force in the universe,” “the external world in
its entirety” or “humankind's original condition,” “the phenomena of the physical
world collectively, including plants, animals and the humans."
</p>
<div class="flex items-center justify-center pt-5 pl-0 md:justify-start">
<a href="https://github.com/Suraj-Encoding" class="pl-0">
<i class="bx bxl-github text-2xl text-primary hover:text-yellow"></i>
</a>
<a href="https://twitter.com/dalvisuraj116" class="pl-4">
<i class="bx bxl-twitter text-2xl text-primary hover:text-yellow"></i>
</a>
<a href="https://www.linkedin.com/in/suraj-dalvi-929644247/" class="pl-4">
<i class="bx bxl-linkedin text-2xl text-primary hover:text-yellow"></i>
</a>
<a href="https://www.instagram.com/accounts/login/" class="pl-4">
<i class="bx bxl-instagram text-2xl text-primary hover:text-yellow"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-primary">
<div class="container flex flex-col justify-between py-3 sm:flex-row">
<div>
<p @click="triggerNavItem('#navbar')"
class="text-center pt-2 font-body text-white inline-block md:text-left">
<img src="/assets/img/weblogo.png"
class="h-8 w-3 rounded-full inline-block lg:w-9 pl-4 ml-0 mr-4 mb-2 mt-0 text-center relative hover:scale-105 shadow cursor-pointer"
alt="logo" />
<h2 @click="triggerNavItem('#about')"
class="text-center relative text-white inline-block my-3 mt-2 md:mt-2 cursor-pointer"
id="footer">
| Copyright © 2022 Suraj Dalvi
</h2>
</p>
</div>
<div class="flex items-center justify-center pt-5 sm:justify-start sm:pt-0">
<a href="https://github.com/Suraj-Encoding" class="pl-4">
<i class="bx bxl-github text-2xl text-white hover:text-yellow"></i>
</a>
<a href="https://twitter.com/dalvisuraj116" class="pl-4">
<i class="bx bxl-twitter text-2xl text-white hover:text-yellow"></i>
</a>
<a href="https://www.linkedin.com/in/suraj-dalvi-929644247/" class="pl-4">
<i class="bx bxl-linkedin text-2xl text-white hover:text-yellow"></i>
</a>
<a href="https://www.instagram.com/accounts/login/" class="pl-4">
<i class="bx bxl-instagram text-2xl text-white hover:text-yellow"></i>
</a>
</div>
</div>
</div>
</div>
<script src="/assets/js/main.js"></script>
</body>
</html>