-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-details2.html
395 lines (325 loc) · 20.2 KB
/
blog-details2.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
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
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Pet Rock Care 101</title>
<meta content="Blog 2 from Rock Hard Sitters, Pet Rock Care 101:" name="description">
<meta content="blog, rocks, care, pet, friendly" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Append
* Updated: Aug 30 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/append-bootstrap-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="blog-details-page" data-bs-spy="scroll" data-bs-target="#navmenu">
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top d-flex align-items-center">
<div class="container-fluid d-flex align-items-center justify-content-between">
<a href="/#hero" class="logo d-flex align-items-center me-auto me-xl-0">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1>Rock Hard Sitters</h1>
<span></span>
</a>
<!-- Nav Menu -->
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="/#hero" class="active">Home</a></li>
<li><a href="/#about">About</a></li>
<li><a href="/#services">Services</a></li>
<li><a href="/#pricing">Pricing</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="/#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav><!-- End Nav Menu -->
<a class="btn-getstarted" href="/#pricing">Reserve Now</a>
</div>
</header><!-- End Header -->
<main id="main">
<!-- Blog Details Page Title & Breadcrumbs -->
<div data-aos="fade" class="page-title">
<div class="heading">
<div class="container">
<div class="row d-flex justify-content-center text-center">
<div class="col-lg-8">
<h1>Blog Details</h1>
<p class="mb-0">Read up on why we love our pet rock companions.</p>
</div>
</div>
</div>
</div>
<nav class="breadcrumbs">
<div class="container">
<ol>
<li><a href="/#hero">Home</a></li>
<li class="current">Blog Details</li>
</ol>
</div>
</nav>
</div><!-- End Page Title -->
<!-- Blog-details Section - Blog Details Page -->
<section id="blog-details" class="blog-details">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row g-5">
<div class="col-lg-8">
<article class="article">
<div class="post-img">
<img src="assets/img/stones-5677828_1280.jpg" alt="Rocked stacked in a waterfall" class="img-fluid">
<p><em>https://pixabay.com/photos/stones-waterfalls-balance-5677828/</em></p>
</div>
<h2 class="title">Pet Rock Care 101: A Guide to Keeping Your Mineral Companion Happy</h2>
<div class="meta-top">
<ul>
<li class="d-flex align-items-center"><i class="bi bi-person"></i> <a
href="blog-details.html">Sarah Pebble </a></li>
<li class="d-flex align-items-center"><i class="bi bi-clock"></i> <a
href="blog-details.html"><time datetime="2020-01-01">Jan 1, 2022</time></a>
</li>
</ul>
</div><!-- End meta top -->
<div class="content">
<p>
Owning a pet rock is a unique experience, and like any pet, they require care and
attention. In this guide, we'll walk you through the basics of pet rock care to
ensure your mineral companion stays happy and healthy.
</p>
<h3>Choosing the Perfect Pet Rock:</h3>
<p>
Selecting a pet rock is a deeply personal process. It's not just about finding any
rock; it's about finding the right one for you. Consider the size and shape that
feels most comfortable in your hand. Pay attention to the mineral type as well; it
should resonate with your interests and preferences. Your pet rock should feel like
an extension of yourself.
</p>
<h3>Creating a Comfortable Environment:</h3>
<p>
Your pet rock's environment is its home, and like any home, it should be safe and
inviting. Choose a soft seating area for your rock, like a cozy cushion or a plush
velvet-lined box. Ensure there's adequate lighting; rocks appreciate a bit of
natural sunlight now and then. Maintain a stable temperature to keep your rock
comfortable.
</p>
<h3>Daily Maintenance:</h3>
<p>
While pet rocks are low-maintenance, they do require some daily care. A quick wipe
with a soft cloth to remove dust not only keeps your rock looking its best but also
prevents abrasive particles from scratching its surface. Arrange the environment
around your rock regularly to keep things fresh and stimulating.
</p>
<h3>Engaging Activities:</h3>
<p>
Pet rocks may not need walks or play fetch, but they do benefit from stimulation.
Try "rocky" yoga by arranging your pet rock into different positions; this can be a
fun and creative activity. Mineral meditation is another excellent way to bond with
your rock and practice mindfulness. Simply hold your rock, focus on its texture and
energy, and allow yourself to be present in the moment.
</p>
<h3>Building a Connection:</h3>
<p>
Although pet rocks don't communicate in the traditional sense, they can form a deep
bond with their owners. Talk to your rock, share your thoughts, and listen with your
heart. The act of sharing your feelings and thoughts can create a profound
connection, even in silence.
</p>
<img src="assets/img/beach-1868280_1280.jpg" class="img-fluid" alt="Pictures of rocks in a beach">
<p><em>https://pixabay.com/photos/beach-rocks-fog-rocky-stones-1868280/</em></p>
<p>With the right care and attention, your pet rock can be a lifelong companion that
brings joy and tranquility to your life. Just like any other pet, they thrive on
love, care, and a bit of creativity.</p>
</div><!-- End post content -->
<div class="meta-bottom">
<i class="bi bi-folder"></i>
<ul class="cats">
<li><a href="#">Business</a></li>
</ul>
<i class="bi bi-tags"></i>
<ul class="tags">
<li><a href="#">Creative</a></li>
<li><a href="#">Tips</a></li>
</ul>
</div><!-- End meta bottom -->
</article><!-- End post article -->
<div class="blog-author d-flex align-items-center">
<img src="assets/img/blog/blog-author-2.jpg" class="rounded-circle flex-shrink-0" alt="Picture of Author, Sarah Pebble">
<div>
<h4>Sarah Pebble </h4>
<div class="social-links">
<a href="https://twitters.com/#"><i class="bi bi-twitter"></i></a>
<a href="https://facebook.com/#"><i class="bi bi-facebook"></i></a>
<a href="https://instagram.com/#"><i class="biu bi-instagram"></i></a>
</div>
<p>
Sarah Pebble, a dedicated rock collector, finds solace in her home filled with pet
rocks. Her writings offer insights into the world of rock collecting, celebrating
the joy of keeping rocks as pets and discovering the beauty in nature's everyday
treasures.
</p>
</div>
</div><!-- End post author -->
</div>
<div class="col-lg-4">
<div class="sidebar">
<div class="sidebar-item search-form">
<h3 class="sidebar-title">Search</h3>
<form action="" class="mt-3">
<input type="text">
<button type="submit"><i class="bi bi-search"></i></button>
</form>
</div><!-- End sidebar search formn-->
<div class="sidebar-item categories">
<h3 class="sidebar-title">Categories</h3>
<ul class="mt-3">
<li><a href="#">General <span>(25)</span></a></li>
<li><a href="#">Lifestyle <span>(12)</span></a></li>
<li><a href="#">Travel <span>(5)</span></a></li>
<li><a href="#">Design <span>(22)</span></a></li>
<li><a href="#">Creative <span>(8)</span></a></li>
<li><a href="#">Educaion <span>(14)</span></a></li>
</ul>
</div><!-- End sidebar categories-->
<div class="sidebar-item recent-posts">
<h3 class="sidebar-title">Recent Posts</h3>
<div class="post-item">
<img src="assets/img/blog/blog-recent-1.jpg" alt="Picture of an office" class="flex-shrink-0">
<div>
<h4><a href="blog-details.html">Could your rock be plotting something?</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-recent-2.jpg" alt="Picture of two women in an office" class="flex-shrink-0">
<div>
<h4><a href="blog-details.html">Are we safe from our rock overlords?</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-recent-3.jpg" alt="Picture of woman looking at her phone" class="flex-shrink-0">
<div>
<h4><a href="blog-details.html">Snacks for your beloved rocks.</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-recent-4.jpg" alt="Picture of two people in an office" class="flex-shrink-0">
<div>
<h4><a href="blog-details.html">How you should be cleaning after your pet.</a>
</h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-recent-5.jpg" alt="A couple people in a meeting" class="flex-shrink-0">
<div>
<h4><a href="blog-details.html">Could pet rocks be a lie?</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
</div><!-- End sidebar recent posts-->
<div class="sidebar-item tags">
<h3 class="sidebar-title">Tags</h3>
<ul class="mt-3">
<li><a href="#">Rockin'</a></li>
<li><a href="#">Stone Cold</a></li>
<li><a href="#">Boldering</a></li>
<li><a href="#">Sedimental</a></li>
<li><a href="#">Techtonics</a></li>
<li><a href="#">Pebble</a></li>
<li><a href="#">Hardness</a></li>
<li><a href="#">Bedrock</a></li>
<li><a href="#">Density</a></li>
<li><a href="#">Fossil</a></li>
<li><a href="#">Rock Hard Men</a></li>
</ul>
</div><!-- End sidebar tags-->
</div><!-- End Sidebar -->
</div>
</div>
</div>
</section><!-- End Blog-details Section -->
</main>
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-about">
<a href="/#hero" class="logo d-flex align-items-center">
<span>Rock Hard</span>
</a>
<p>Over a Decade of Serene Stones</p>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="https://www.youtube.com/watch?v=klfT41uZniI">Home</a></li>
<li><a href="https://www.youtube.com/watch?v=klfT41uZniI">About us</a></li>
<li><a href="https://www.youtube.com/watch?v=klfT41uZniI">Services</a></li>
<li><a href="https://www.youtube.com/watch?v=klfT41uZniI">Terms of service</a></li>
<li><a href="https://www.youtube.com/watch?v=klfT41uZniI">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>5762 Imaginary Rd.</p>
<p>Las Cruces, NM 88012</p>
<p>United States</p>
<p class="mt-4"><strong>Phone:</strong> <span>+1 575 187 5551</span></p>
<p><strong>Email:</strong> <span>[email protected]</span></p>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1">Rock Hard Sitters</strong> <span>All Rights Reserved</span></p>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<!-- Scroll Top Button -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>