-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.html
43 lines (42 loc) · 1.23 KB
/
update.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: default
title: We're updating
permalink: /update/
---
<div class="container" style="padding-top: 40px; padding-bottom: 20px">
<h1>We're updating...</h1>
<br />
<p>Something big is waiting for you...</p>
<br />
<div class="card" style="text-align: left;">
<div class="card-block">
<h3 class="card-title">What's New!</h3>
<p class="card-text">
<i>Coming soon</i>
<!--
<li>
Updated content/information
</li>
<li>
JavaScript requirement
</li>
<li>
Bug fixes
</li>
<li>
Performance improvements
</li>
-->
<!-- REMOVE
Remove the comments on the following pages with "REMOVE Header"
1. nav.html
2. footer.html
-->
</p>
</div>
</div>
<br />
<p>If you want to see what is happening behind the scenes, visit <a href="https://github.com/michael-bateman/blog.michaelbateman.ca">this repository on GitHub</a> for live updates. Want to check out my website? Go to <a href="https://michaelbateman.ca">michaelbateman.ca</a>.</p>
<br />
<p><b>Suggestions?</b> If you have suggestions for this update or my website, please email me at <a href="mailto:info@michaelbateman.ca">info@michaelbateman.ca</a>.</p>
</div>