-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·129 lines (105 loc) · 5.31 KB
/
index.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Free, open-source, self-hosted online reservation platform based on the Laravel PHP Framework.">
<meta name="author" content="Alariva">
<link rel="shortcut icon" href="assets/img/favicon.png">
<title>timegrid.io - Online reservations made easy</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- Fonts from Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<a target="_blank" href="https://github.com/alariva/timegrid">
<img style="position: absolute; top: 0; left: 0; border: 0; z-index:99999" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png">
</a>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><b>timegrid.io</b></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/timegridio/timegrid">Github</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div id="headerwrap">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h1>A basic Appointment Booking pet project.</h1>
<div class="alert alert-danger">Sorry, this project is no longer supported.</div>
<a href="https://github.com/timegridio/timegrid"><button type="submit" class="btn btn-default btn-lg">Github</button></a>
</div><!-- /col-lg-6 -->
<div class="col-lg-6">
<img class="img-responsive" src="assets/img/ipad-hand.png" alt="">
</div><!-- /col-lg-6 -->
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /headerwrap -->
<div class="container">
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<h1>timegrid.io</h1>
<h3>take online reservations from your customers</h3>
</div>
</div><!-- /row -->
<div class="row mt centered">
<div class="col-lg-4">
<img src="assets/img/problem.png" width="180" alt="">
<h4>The Problem</h4>
<p>Small and medium scale businesses wish to provide <strong>online service booking</strong>, but tools out there are either too expensive or too complex.</p>
</div><!--/col-lg-4 -->
<div class="col-lg-4">
<img src="assets/img/solution.png" width="180" alt="">
<h4>The Solution</h4>
<p>Timegrid is a single platform holding all businesses and customers while letting them an affordable and easy to use way to interact. <strong>Useful, Simple, Fast.</strong></p>
</div><!--/col-lg-4 -->
<div class="col-lg-4">
<img src="assets/img/github.png" width="180" alt="">
<h4>The Good News</h4>
<p>Timegrid is <strong>open source</strong>, built with <strong>Laravel 5.1</strong> framework for <strong>PHP</strong>, and you can find it on <strong>Github</strong></p>
</div><!--/col-lg-4 -->
</div><!-- /row -->
</div><!-- /container -->
<div class="container">
<hr>
<div class="row centered">
<div class="alert alert-danger">This project is no longer supported. Codebase left public for experimental playground purpose.</div>
<div class="col-lg-6 col-lg-offset-3">
<a href="https://github.com/alariva/timegrid/zipball/master"><button type="submit" class="btn btn-normal btn-lg">Download .zip file</button></a>
<a href="https://github.com/alariva/timegrid/tarball/master"><button type="submit" class="btn btn-normal btn-lg">Download .tar.gz file</button></a>
</div>
<div class="col-lg-3"></div>
</div><!-- /row -->
<hr>
<p class="centered">
<a href="https://github.com/alariva/timegrid">timegrid</a> was developed by <a href="https://github.com/alariva">alariva</a> | Template by BlackTie.co
</p>
</div><!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>