Skip to content

Commit

Permalink
fix post1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackievaleri committed Jun 11, 2024
1 parent 17ecfa9 commit b7301fb
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -972,34 +972,12 @@ <h3 class="p-1">Recent Posts</h3>
<a href="post1.html">
<img src="images/post1_thumbnail.jpg" alt="Post 1" class="img-fluid" />
<div class="post-content">
<h5 class="post-title">Post Title 1</h5>
<h5 class="post-title">Introduction</h5>
<p class="post-excerpt">This is a brief excerpt for post 1...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="post-card">
<a href="post2.html">
<img src="images/post2_thumbnail.jpg" alt="Post 2" class="img-fluid" />
<div class="post-content">
<h5 class="post-title">Post Title 2</h5>
<p class="post-excerpt">This is a brief excerpt for post 2...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="post-card">
<a href="post3.html">
<img src="images/post3_thumbnail.jpg" alt="Post 3" class="img-fluid" />
<div class="post-content">
<h5 class="post-title">Post Title 3</h5>
<p class="post-excerpt">This is a brief excerpt for post 3...</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit b7301fb

Please sign in to comment.