-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomingsoon.html
61 lines (53 loc) · 2.06 KB
/
comingsoon.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
---
title: "Coming Soon"
permalink: "/"
exclude_from_nav: false
published: false
---
<!DOCTYPE html>
<html class="bg">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="./maintenance/image/png" href="/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="./maintenance/image/png" href="/img/favicon-16x16.png" sizes="16x16" />
<link href="./maintenance/css/comingsoon.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="pagewrapper">
<div id="content">
<div class="section text-center">
{% if site.logourl %}
<img class="img logo" src="{{ site.logourl }}"/>
{% else %}
<img class="img logo" src="./maintenance/img/asird-logo.png"/>
{% endif %}
<h1>We'll Be Back</h1>
<h4>{%if site.doctor.practicename %}The {{ site.doctor.practicename }} site{% else %}This website{% endif %} is down for maintenance. We appreciate your patience.</h4>
{% if site.email %}
<hr />
<div class="row-80 formwrapper">
<h4>Contact Us With any Immediate Needs</h4>
{% include widgets/contact-form.html %}
{% if site.doctor.contact.phone %}
<h3 class="call-link">Or call: <a href="tel:{{ site.doctor.contact.phone }}">{{ site.doctor.contact.phone }}</a><h3>
{% else %}
<h3 class="call-link">Or call: <a href="tel:754-307-6990">754-307-6990</a><h3>
{% endif %}
</div>
{% else %}
{% endif %}
</div>
<footer id="footer">
<div class="container">
<div class="row subfooter">
<p>Please contact <a href="http://ASIRD.org">ASIRD with questions about membership</a>. © 2018</p>
</div>
</div>
</footer>
</div>
</body>
</html>