Skip to content

Commit 0bd5949

Browse files
authored
Merge pull request #460 from codebar/add-non-maintained-notice
Add message informing that codebar tutorials may not be up-to-date
2 parents c7f8f17 + 5886b3c commit 0bd5949

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

_layouts/page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default
33
---
44

5+
<div id='notice'>You are welcome to go through our tutorials but please keep in mind that as we rely on community PRs for maintainance they may be out of date.</div>
56
<div>
67
<article role="article">
78
{% if page.title %}

stylesheets/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ footer {
1212
min-width: 680px;
1313
margin: 0 auto;
1414
}
15+
16+
#notice {
17+
background-color: #ff036a;
18+
padding: 20px;
19+
font-size: 1.2em;
20+
}

0 commit comments

Comments
 (0)