commit debe0cfb3ee8fe6fdb8c234479adc729fe42dcb3 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Nov 7 23:45:00 2018 +0100
Move "We're hiring" link from navbar to start page.
Suggested by antonela on #28349. --- src/main/resources/web/jsps/index.jsp | 5 +++++ src/main/resources/web/jsps/top.jsp | 1 - 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/web/jsps/index.jsp b/src/main/resources/web/jsps/index.jsp index 3fa49b8..fbccd7d 100644 --- a/src/main/resources/web/jsps/index.jsp +++ b/src/main/resources/web/jsps/index.jsp @@ -6,6 +6,11 @@ </jsp:include>
<div class="container"> + + <div class="col-12 alert alert-success" role="alert"> + <strong>We're hiring</strong> – The Tor Project is seeking an experienced Data Architect to take our metrics work to the next level. <a href="https://www.torproject.org/about/jobs-metrics-data-architect.html.en" target="_blank">Read the job posting.</a> + </div> + <div class="jumbotron"> <h1>Welcome to Tor Metrics!</h1> <div class="row"> diff --git a/src/main/resources/web/jsps/top.jsp b/src/main/resources/web/jsps/top.jsp index 96b3480..440b2ee 100644 --- a/src/main/resources/web/jsps/top.jsp +++ b/src/main/resources/web/jsps/top.jsp @@ -89,7 +89,6 @@ document.write('<div class="topButton" style="display:none;"><a href="#top"><i c
<!-- secondary navigation items --> <li class="visible-xs section-header">More</li> - <li><a href="https://www.torproject.org/about/jobs-metrics-data-architect.html.en"><i class="fa fa-bullhorn fa-fw hidden-sm" aria-hidden="true"></i> We Are Hiring!</a></li> <li <c:if test="${'News'.equals(param.navActive)}"> class="active"</c:if>><a href="/news.html"><i class="fa fa-newspaper-o fa-fw hidden-sm" aria-hidden="true"></i> News</a></li> <li <c:if test="${'Sources'.equals(param.navActive)}"> class="active"</c:if>><a href="/sources.html"><i class="fa fa-archive fa-fw hidden-sm" aria-hidden="true"></i> Sources</a></li> <li <c:if test="${'Services'.equals(param.navActive)}"> class="active"</c:if>><a href="/services.html"><i class="fa fa-cogs fa-fw hidden-sm" aria-hidden="true"></i> Services</a></li>
tor-commits@lists.torproject.org