Skip to content

Commit

Permalink
Merge pull request #70 from joshua-ketor/joshua-ketor
Browse files Browse the repository at this point in the history
Fix issue with text and image links
  • Loading branch information
dohoudaniel authored Nov 5, 2023
2 parents 6567efc + e302c7e commit 51e08e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions blogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@ <h2>Demystifying Open Source: A Beginner's Guide</h2>
Explore the world of open-source software, its significance, and how
beginners can get involved in open-source projects.
</p>
<div class="article_link">
<div><i class="fa-solid fa-arrow-right"></i></div>
<a
<a
href="https://algorithmiasecollaborators.hashnode.dev/"
target="_blank"
>Read full article</a
>
</div>
target="_blank">
<div class="article_link">
<div><i class="fa-solid fa-arrow-right"></i></div>
Read full article
</div>
</a>
</div>
<div class="image">
<img src="./images/blogs/open_source.png" alt="open source" />
Expand Down

0 comments on commit 51e08e6

Please sign in to comment.