Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit 9df1197

Browse files
author
Vinay Vishal
committed
Add archival/migration notice
1 parent 6fae760 commit 9df1197

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

_layouts/default.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
</head>
1818

1919
<body>
20+
<div style="overflow-y: auto; height:96vh;">
2021
<header>
2122
<div class="inner">
2223
<a href="{{ '/' | absolute_url }}">
@@ -85,7 +86,12 @@ <h2><a href="LICENSE"><p>License</p></a></h2>
8586
</div>
8687

8788
<div class="footer"><a id="copyright" class="oracle" href="https://www.oracle.com/legal/copyright.html">&copy; Oracle</a> | By contributing to this project, you are agreeing to the terms of use described <a href="CONTRIBUTING">here</a>.</div>
88-
89+
90+
</div>
91+
92+
<div id="archive-footer">This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the <a href="https://github.com/eclipse-ee4j/jsp-api">corresponding Eclipse repository</a>. See <a href="https://www.eclipse.org/ee4j/status.php">here</a> for the overall EE4J transition status.
93+
</div>
94+
8995
{% if site.google_analytics %}
9096
<script type="text/javascript">
9197
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

assets/css/style.scss

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ blockquote {
212212
}
213213

214214
.footer {
215-
position: fixed;
216-
bottom: 0;
215+
position: relative;
216+
bottom: 18px;
217217
left: 0;
218218
right: 0;
219219
height: 6px;
@@ -239,4 +239,29 @@ blockquote {
239239
//float: center;
240240
color: FF0000;
241241
width: 900px;
242-
}
242+
}
243+
244+
#archive-footer {
245+
position: fixed;
246+
bottom: 0;
247+
width: 100%;
248+
}
249+
250+
#archive-footer {
251+
background: #B45252;
252+
line-height: 1.3;
253+
text-align: center;
254+
color: #FFF;
255+
font-size: 15px;
256+
font-family: sans-serif;
257+
font-weight: 100;
258+
text-shadow: 2px 2px 2px #8D0614;
259+
box-shadow: 0 0 12px #424242;
260+
}
261+
262+
#archive-footer a:link { color: white; font-weight: 700; }
263+
#archive-footer a:visited { color: white; font-weight: 700;}
264+
#archive-footer a:hover { color: white; font-weight: 700; text-decoration: underline;}
265+
#archive-footer a:active { color: white; font-weight: 700; text-decoration: underline;}
266+
267+

0 commit comments

Comments
 (0)