Skip to content

Commit

Permalink
Merge pull request ayush-that#692 from zalabhavy/Economic
Browse files Browse the repository at this point in the history
Added Blog Economic Trends and Analysis
  • Loading branch information
deepeshmlgupta authored Jul 24, 2024
2 parents a772fb9 fe2c7b4 commit 8b28c5f
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 1 deletion.
Binary file added assets/images/economic-trend-analysis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 162,7 @@
document.getElementById("progressBar").style.width = scrolled "%";
};
</script>
<div class="preloader">
<div class="preloader">
<div class="loader">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
Expand Down Expand Up @@ -536,6 536,23 @@ <h3 class="title"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="./blogs/economic-trends-and-analysis.html">
<img src="./assets/images/economic-trend-analysis.jpg" alt="blog" />
</a>
</div>
<div class="blog-content">
<p class="reviewtext">
Economic Trends and Analysis.
</p>
<a class="more" href="./blogs/economic-trends-and-analysis.html">
Learn More <i class="lni-chevron-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
Expand Down
Loading

0 comments on commit 8b28c5f

Please sign in to comment.