Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 6ec3454

Browse files
Ed ClementSplaktar
Ed Clement
authored andcommitted
docs(eol): add EOL options banner to header of every page
1 parent 4cb5de8 commit 6ec3454

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/app/css/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,17 @@ md-toolbar.demo-toolbar .md-button {
597597

598598
}
599599

600+
/***************************
601+
* End Of Life (EOL) Banner
602+
***************************/
603+
.eol-notice {
604+
background: #ECEFF1;
605+
padding: 4px 16px;
606+
text-align: center;
607+
font-size: 13px;
608+
margin: 0;
609+
}
610+
600611
/***************
601612
* Landing Page
602613
***************/

docs/config/template/index.template.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ <h2 class="md-toolbar-item md-breadcrumb md-headline" tabindex="-1">
149149
</div>
150150
</div>
151151

152+
<div class="eol-notice">
153+
AngularJS Material is now in <a ng-href="/#long-term-support">Long Term Support (LTS) mode</a>.
154+
Explore End Of Life (EOL) options <a href="https://blog.angular.io/finding-a-path-forward-with-angularjs-7e186fdd4429">here</a>.
155+
</div>
156+
152157
</md-toolbar>
153158

154159
<md-content md-scroll-y flex>

0 commit comments

Comments
 (0)