Skip to content

Commit 0ac3a9b

Browse files
author
cacaoapps
committed
Add new article
1 parent 7a3cea8 commit 0ac3a9b

4 files changed

Lines changed: 430 additions & 2 deletions

File tree

209 KB
Loading

blog.html

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,39 @@ <h2>Blog</h2>
159159
<div class="container" data-aos="fade-up">
160160
<div class="row">
161161
<div class="entries col-md-10">
162+
<article class="entry">
163+
<div class="row">
164+
<div class="col-lg-6 d-flex flex-column justify-content-center">
165+
<h2 class="entry-title">
166+
<a href="cooking-series-cookai-recipe-ideas.html"
167+
>Unleash Your Inner Chef: Start a Cooking Series with CookAI Recipe Ideas</a
168+
>
169+
</h2>
170+
<div class="entry-content">
171+
<p>
172+
Hey there, culinary adventurers! Ever dreamt of having your own cooking show, but without the cameras and the pressure? Well, guess what? You can totally do it from the comfort of your own kitchen! And the secret ingredient? CookAI, your AI-powered culinary sidekick.
173+
</p>
174+
<div class="read-more">
175+
<a href="cooking-series-cookai-recipe-ideas.html">Read More</a>
176+
</div>
177+
</div>
178+
</div>
179+
180+
<div class="col-lg-6 d-flex align-items-center">
181+
<div>
182+
<div>
183+
<a href="cooking-series-cookai-recipe-ideas.html">
184+
<img
185+
src="assets/img/blog/cooking-series-cookai-recipe-ideas.jpg"
186+
alt="Different plates of food"
187+
class="img-fluid"
188+
/>
189+
</a>
190+
</div>
191+
</div>
192+
</div>
193+
</div>
194+
</article>
162195
<article class="entry">
163196
<div class="row">
164197
<div class="col-lg-6 d-flex flex-column justify-content-center">
@@ -799,7 +832,7 @@ <h2 class="entry-title">
799832
<p>
800833
So, you're thinking about diving into the world of keto? Or maybe you're
801834
already a seasoned keto pro, but you're tired of the same old recipes?
802-
Well, buckle up, buttercup, because this is going to be a wild ride!
835+
Well, buckle up,buttercup, because this is going to be a wild ride!
803836
</p>
804837
<div class="read-more">
805838
<a href="keto-cooking-cookai-recipes.html">Read More</a>
@@ -1231,4 +1264,5 @@ <h2>
12311264
<script src="assets/js/main.js"></script>
12321265
<script src="assets/js/utils.js"></script>
12331266
</body>
1234-
</html>
1267+
</html>
1268+
```

0 commit comments

Comments
 (0)