-
Notifications
You must be signed in to change notification settings - Fork 1
/
maintenance_disabled.html
74 lines (62 loc) · 2.88 KB
/
maintenance_disabled.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
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="ka">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bootstrap Starter Project</title>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<link href="/assets/application.css" media="all" rel="stylesheet" type="text/css" />
<!--[if IE 6]><link href="/assets/formtastic_ie6.css?body=1" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/ie6.css?body=1" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]><link href="/assets/formtastic_ie7.css?body=1" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/ie7.css?body=1" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!-- For all other devices -->
<!-- Size should be 32 x 32 pixels -->
<link href="/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
</head>
<body>
<nav class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a href="/" class="navbar-brand font">Bootstrap Starter Project</a>
</div>
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 style="margin-top: 40px;">საიტი დროებით გათიშულია</h1>
<p> </p>
<h2>20:00 - 2014 წლის 12 აგვისტო</h2>
<p>
საიტი ამჟამად გათიშულია დაგეგმილი ცვლილებების გამო.
საიტის განახლება დაგეგმილია 2014 წლის 12 აგვისტოს, 23:00 წუთზე.
</p>
<hr style="margin-top: 40px;" />
<h1 style="margin-top: 40px;">Down for Maintenance</h1>
<p> </p>
<h2>20:00 - 12 August 2014</h2>
<p>
The site is currently down for routine maintenance.
We expect the site to be operational again at
23:00 - 12 August 2014.
</p>
</div>
</div>
</div>
<footer class="clear">
<div id="left">© 2014</div>
<div id="middle">
</div>
<div id="right" class="clear">
<a href="http://www.jumpstart.ge" target="_blank" title="ეწვიეთ ჯამპსტარტ ჯორჯიას ვებ-გვერდს"><img alt="Jumpstart-logo" src="/assets/svg/js_logo.svg" /></a>
</div>
</footer>
</body>
</html>