-
Notifications
You must be signed in to change notification settings - Fork 2
/
landingTest.html
170 lines (151 loc) · 6.67 KB
/
landingTest.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>Schedule Me</title>
<!-- BOOTSTRAP CORE STYLE -->
<link href="assets2/css/bootstrap.css" rel="stylesheet" />
<!-- FONT AWESOME STYLE -->
<link href="assets2/css/font-awesome.css" rel="stylesheet" />
<!-- ANIMATE STYLE -->
<link href="assets2/css/animate.css" rel="stylesheet" />
<!-- FLEXSLIDER STYLE -->
<link href="assets2/css/flexslider.css" rel="stylesheet" />
<!-- CUSTOM STYLE -->
<link href="assets2/css/style.css" rel="stylesheet" />
<!-- GOOGLE FONTS -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css' />
</head>
<body>
<div class="navbar navbar-inverse set-radius-zero" >
<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="index.html">
<h1 style = "color: #ffffff ;font-size: 44px;text-align: center; font-family: "Roboto", sans-serif">Schedule Me</h1>
<!-- <img src="assets/img/logo.png" /> -->
</a>
</div>
<div class="right-div">
<!-- <strong>Support : </strong> [email protected]
--> </div>
</div>
</div>
<!-- LOGO HEADER END-->
<section class="menu-section">
<div class="container">
<div class="row ">
<div class="col-md-12">
<div class="navbar-collapse collapse ">
<ul id="menu-top" class="nav navbar-nav navbar-right">
<li><a href="index.html" class="menu-top-active" >HOME</a></li>
<li><a onclick="openEdit()">EDIT BASIC INFO</a></li>
<li><a href="gallery.html" >EMPLOYEES AND TASKS</a></li>
<li><a href="features.html">LOGOUT</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- MENU SECTION END-->
<div id="slideshow-sec">
<div class="item active">
<img src="https://3.bp.blogspot.com/-SosBVk0jAhU/VFev4ZiLYrI/AAAAAAAABXE/oCihtPgqQ60/s1600/04_tablet%2B(1).png" height="500px" alt="" />
</div>
</div>
<!-- SLIDESHOW SECTION END-->
<div class="below-slideshow">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="txt-block">
<!-- <i class="fa fa-lastfm fa-4x"></i> -->
<h4>Create your Profile</h4>
<p >
Set info about your business such as employees and contact info to be used by the bot.
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="txt-block">
<!-- <i class="fa fa-yelp fa-4x"></i> -->
<h4>Sit Back</h4>
<p >
The Schedule Me chat bot will use your contact info and will allow people to make reservations in your business's Google Calendar. You can also add events to your Google Calendar and the Schedule Me chat bot will work around it.
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="txt-block">
<!-- <i class="fa fa-ioxhost fa-4x"></i> -->
<h4>Wait as New Customers Come in Effortlessly</h4>
<p >
The best thing about the Schedule Me chat bot is that it can bring in new customers with almost no work on your part. In many cases it can reduce your workload as customers will use the bot instead of calling you.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- BELOW SLIDESHOW SECTION END-->
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h1 class="tag-home">The Schedule Me chat bot brings small businesses into the 21st century.</h1>
<hr />
</div>
</div>
</div>
<div class="footer-sec">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<h3> <strong>ABOUT COMPANY</strong> </h3>
<p style="padding-right:50px;" >
The Schedule Me chat bot was developed at LA Hacks 2017 by four Saratoga High School students.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<hr />
<div style="text-align:right;padding:5px;">
©2017 schedulemebot.github.io | <a href="" style="color:#fff;" target="_blank" ></a>
</div>
</div>
</div>
</div>
</div>
<!--FOOTER SECTION END-->
<!-- WE PUT SCRIPTS AT THE END TO LOAD PAGE FASTER-->
<!--CORE SCRIPTS PLUGIN-->
<script src="assets/js/jquery-1.11.1.min.js"></script>
<!--BOOTSTRAP SCRIPTS PLUGIN-->
<script src="assets/js/bootstrap.js"></script>
<!--WOW SCRIPTS PLUGIN-->
<script src="assets/js/wow.js"></script>
<!--FLEXSLIDER SCRIPTS PLUGIN-->
<script src="assets/js/jquery.flexslider.js"></script>
<!--CUSTOM SCRIPTS -->
<script src="assets/js/custom.js"></script>
</body>
<script>
function openEdit() {
var bizName = window.location.hash.substring(1);
window.location.href = "/editBasicInfo.html" + "#" + bizName;
}
</script>
</html>