Skip to content

Commit 7bede2e

Browse files
committed
Banner
1 parent d2c9c8c commit 7bede2e

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

war/WEB-INF/appengine-web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
33
<application>jverrecchia-initializr-hrd</application>
4-
<version>1</version>
4+
<version>2</version>
55

66
<!-- Configure java.util.logging -->
77
<system-properties>

war/front/css/style.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,23 @@ body{ font:16px/26px Helvetica, Helvetica Neue, Arial; }
209209
float:right;
210210
}
211211

212+
.js-stack {
213+
background: #eee;
214+
border-radius: 5px;
215+
border: 1px solid #ddd;
216+
padding: 10px;
217+
margin-top: 25px;
218+
text-align: center;
219+
}
220+
221+
.js-stack a,
222+
.js-stack a:visited,
223+
.js-stack a:hover,
224+
.js-stack a:active
225+
{
226+
color: #F16529;
227+
}
228+
212229
#fine-tuning-separator{
213230
margin:30px 0 20px;
214231
}

war/front/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ <h2>Start an HTML5 project in 15 seconds!</h2>
5252
Initializr is an HTML5 templates generator to help you getting started with a new project based on HTML5 Boilerplate. It generates for you a clean customizable template with just what you need to start!
5353
</p>
5454
</div>
55+
<div class="js-stack" style="padding: 20px;">
56+
<p style="text-align: left; margin: 0; margin-bottom: 10px">Hey everyone! Initializr is going to retire at the end of 2017. I'd recommend using H5BP or Bootstrap directly instead. It doesn't take that long to combine them together and you'll get more up-to-date versions of those. Thank you for using Initializr all these years! ❤️</p>
57+
<strong>Want to get better at JavaScript?</strong> I wrote a free step-by-step guide to build a <a target="_blank"href="https://github.com/verekia/js-stack-from-scratch">modern JavaScript stack from scratch</a>.
58+
</div>
5559
<h2 class="separator">
5660
1 - Pre-configuration
5761
</h2>

0 commit comments

Comments
 (0)