-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
The homepage has two CTAs (Open Source and Education) pointing to anchors that do not exist, leading the user nowhere.
I believe this was supposed to unhide some elements, but that does not seem to be working anymore.
I see an Uncaught Error: Syntax error, unrecognized expression: https://www.scala-lang.org/blog/2023/01/31/scala-center-2023-roadmap.html
error on my console, so I think the problem is that this links are marked as popovers when they are normal links:
scala.epfl.ch/_layouts/frontpage.html
Lines 69 to 72 in 5f87c33
<div class="col-md-12 text-center home-popovers"> | |
<a class="btn btn-default btn" href="https://www.scala-lang.org/blog/2023/01/31/scala-center-2023-roadmap.html">2023 Roadmap</a> | |
<a class="btn btn-default btn" href="/records/first-five-years/">5 year impact report</a> | |
</div> |