Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Adding deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
hay committed May 1, 2019
1 parent 383cca6 commit 4852e68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -10,6 +10,10 @@
</head>
<body>
<div class="container">
<div class="notice">
<p>Stapes.js is deprecated and will not be updated anymore. Please <a href="https://www.haykranen.nl/2016/07/05/stapes/">read the blog post why</a>.</p>
</div>

<div class="row">
<div class="col-md-12">
<div class="jumbotron">
Expand Down
10 changes: 10 additions & 0 deletions web-assets/css/style.css
Expand Up @@ -48,4 +48,14 @@ small {
text-transform: uppercase;
color: #999;
letter-spacing: 1px;
}

.notice {
background: #f99;
text-align: center;
font-size: 18px;
padding: 10px;
font-weight: bold;
margin-bottom: 30px;
line-height: 30px;
}

0 comments on commit 4852e68

Please sign in to comment.