Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
docs(eol): add EOL options banner to header of every page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Clement authored and Splaktar committed Dec 22, 2021
1 parent 4cb5de8 commit 6ec3454
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,17 @@ md-toolbar.demo-toolbar .md-button {

}

/***************************
* End Of Life (EOL) Banner
***************************/
.eol-notice {
background: #ECEFF1;
padding: 4px 16px;
text-align: center;
font-size: 13px;
margin: 0;
}

/***************
* Landing Page
***************/
Expand Down
5 changes: 5 additions & 0 deletions docs/config/template/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ <h2 class="md-toolbar-item md-breadcrumb md-headline" tabindex="-1">
</div>
</div>

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

</md-toolbar>

<md-content md-scroll-y flex>
Expand Down

0 comments on commit 6ec3454

Please sign in to comment.