Skip to content

Commit

Permalink
Add course articles clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphonseMehounme committed May 25, 2024
1 parent 5d652ea commit c0bf4d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 6 additions & 4 deletions course.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ <h1>Bitcoin Engineering School</h1>
<h2>Courses</h2>
<section class="courses">
<article class="course">
<a href="https://learn.saylor.org/course/view.php?id=500"><img src="images/bitcoinforeveryone.svg"></a>
<h3>Course : Bitcoin for Developers</h3>
<p>by : Saylor Academy</p>
<p>Cost : Free</p>
<a href="https://learn.saylor.org/course/view.php?id=500">
<img src="images/bitcoinforeveryone.svg">
<h3>Course : Bitcoin for Developers</h3>
<p>by : Saylor Academy</p>
<p>Cost : Free</p>
</a>
</article>
<article class="course">
<a href="https://base58.info/classes/tx-deep-dive"><img src="images/bitcoindeveloperbasics.png"></a>
Expand Down
8 changes: 8 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ footer {
border: 2px solid black;
border-radius: 5px;
}

.course a {
text-decoration: none;
}

.course a:visited {
text-decoration: none;
}

0 comments on commit c0bf4d6

Please sign in to comment.