-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.html
61 lines (59 loc) · 1.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
title: We're updating
permalink: /update/
---
{% if site.update == false %}
<script type="text/javascript">
window.location = "/"
</script>
<noscript>
<meta http-equiv="refresh" content="0;URL='/'" />
</noscript>
{% endif %}
<div class="main">
<h1>We're updating...</h1>
<br />
<p>My website is currently undergoing updates and is currently unavailable. Please check back for updates. Thanks!</p>
<br />
<h4>In the meantime, you can still <b><a href="/contact/">contact me</a></b>.</h4>
<br />
<div class="card" style="text-align: left;">
<div class="card-block">
<h3 class="card-title">What's New! - v2.2.0</h3>
<p class="card-text">
<i>Coming soon</i>
<li>
Updated content/information
</li>
<li>
New photos! Some photos are 2+ years old
</li>
<li>
Refined experience
</li>
<li>
Full rowing results
</li>
<!--
<li>
Updated content/information
</li>
<li>
JavaScript requirement
</li>
<li>
Bug fixes
</li>
<li>
Performance improvements
</li>
-->
</p>
</div>
</div>
<br />
<p>If you want to see what is happening behind the scenes, visit <a href="https://github.com/michael-bateman/michaelbateman.ca">this repository on GitHub</a> for live updates. Want to check out my computer science projects? Go to <a href="https://projects.michaelbateman.ca">projects.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>