Skip to content

Commit

Permalink
update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Dec 13, 2023
1 parent 4a63e7c commit dea0c2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions _layouts/chapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<!-- Announcement we can keep for 1 month or more. I remove it and re-add it from time to time. -->
<p class="announce">
📹 💻
<a style="font-size: 120%" href="https://www.udemy.com/course/common-lisp-programming/?couponCode=LISPMACROSPOWER" title="This course is under a paywall on the Udemy platform. Several videos are freely available so you can judge before diving in. vindarel is (I am) the main contributor to this Cookbook."> Discover vindarel's Lisp course in videos with this September coupon.</a>
<strong>
Recently added: 18 videos on MACROS.
</strong>
📢 🤶 ⭐
<a style="font-size: 120%" href="https://www.udemy.com/course/common-lisp-programming/?couponCode=LISPY-XMAS2023" title="This course is under a paywall on the Udemy platform. Several videos are freely available so you can judge before diving in. vindarel is (I am) the main contributor to this Cookbook."> Discover our contributor's Lisp course with this Christmas coupon.</a>
<strong>
Recently added: 18 videos on MACROS.
</strong>
<a style="font-size: 90%" href="https://github.com/vindarel/common-lisp-course-in-videos/">Learn more</a>.
</p>
<p class="announce-neutral">
Expand Down
4 changes: 2 additions & 2 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ footer {
// Orange announce:
// background-color: #f48224;
// color: white;
// background-color: gold;
background-color: rgba(255, 0, 0, 0.6);
background-color: gold;
// background-color: rgba(255, 0, 0, 0.6);
color: #3b3b3b;
margin: 1em 0 1em 0;
}
Expand Down

0 comments on commit dea0c2e

Please sign in to comment.