-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
345 lines (302 loc) · 11.2 KB
/
index.html
File metadata and controls
345 lines (302 loc) · 11.2 KB
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>MeetOrg:Let's Schedule It</title>
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="css/nivo-lightbox.css" rel="stylesheet" />
<link href="css/nivo-lightbox-theme/default/default.css" rel="stylesheet" type="text/css" />
<link href="css/animate.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet">
<link rel="icon" href="./img/fav.png" type="image" sizes="16x16">
<!-- template skin -->
<link id="t-colors" href="color/default.css" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<div id="wrapper">
<nav class="navbar navbar-custom" role="navigation">
<div class="container navigation">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<img src="img/logo.png" alt="" height="70" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li>
<div id="cart"></div>
</li>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#">Installation <span class="label label-danger">New</span></a> </li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Section: intro -->
<section id="intro" class="intro">
<div class="intro-content">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="wow fadeInDown" data-wow-offset="0" data-wow-delay="0.1s">
<img src="img/iphone.png" class="img-responsive" alt="" />
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6 slogan">
<div class="wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.2s">
<h2>Meeting Organiser</h2>
<p>
Meeting Organiser aka MeetOrg is a simple chrome extension which is developed to
schedule Google Meetings
</p>
<p>
It Automatically Opens the scheduled Google Meet at the correct time and auto attend
meet if no user intraction is deteceted
</p>
</div>
<div class="buttons">
<a href="#" class="btn btn-success btn-lg wow fadeInLeft" data-wow-duration="2s"
data-wow-delay="0.2s"><i class="fa fa-chrome fa-2x"></i> Download<br />
<small>Chrome/New Edge</small></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: intro -->
<div class="divider-short"></div>
<section id="content1" class="home-section">
<div class="container">
<div class="row text-center heading">
<h3>Awesome features</h3>
</div>
<div class="row">
<div class="col-md-6">
<div class="wow fadeInLeft" data-wow-delay="0.2s">
<img src="img/img-1.png" alt="" class="img-responsive" />
</div>
</div>
<div class="col-md-6">
<div class="wow fadeInRight" data-wow-delay="0.3s">
<div class="features">
<i class="fa fa-check fa-2x circled bg-skin float-left"></i>
<h5>Simple to Use</h5>
<p>
Meetorg is a simple and easy tool.It's local stororing methodology helps in fast
working of the extension.
</p>
</div>
<div class="features">
<i class="fa fa-check fa-2x circled bg-skin float-left"></i>
<h5>Simple UI</h5>
<p>
The simple and clean UI design makes it easy use. Moreover the code is well
protected is approved by google.
</p>
</div>
<div class="features">
<i class="fa fa-check fa-2x circled bg-skin float-left"></i>
<h5>Free updates</h5>
<p>
The product is entirely free to use . We also promise to release out regular updates
after getting feedback from users
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: content -->
<div class="divider-short"></div>
<section id="content2" class="home-section">
<div class="container">
<div class="row text-center heading">
<h3>About the Extension</h3>
</div>
<p>
<div class="50">
<center>This Extension was my personal tool which I used to automate my Google meeting.
As the number of Google meeting increased due to the ourbreak of COVID-19.Many people
started looking for an application which could automatically organise Google Meeting. Thus I
thought of publishing the Extension .This extension is also
an Open-Source product. Feel free to make a PR in the Official Github <a
href="https://github.com/MeetOrg/">Repo</a>.</center>
</div>
</p>
<center><q><i>Yah I developed a whole extension just so I doesn’t have to listen to teachers
blabbering</i></q></center>
</div>
</section>
<!-- /Section: content -->
<div class="divider-short"></div>
<section id="works" class="home-section text-center">
<div class="container">
<div class="row text-center heading">
<h3>Screenshots</h3>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="row gallery-item">
<div class="col-md-3 display-img">
<a href="img/works/1.png" title="This is an image title"
data-lightbox-gallery="gallery1" data-lightbox-hidpi="img/works/1@2x.jpg">
<img src="img/works/1.png" class="img-responsive" alt="img">
</a>
</div>
<div class="col-md-3 display-img">
<a href="img/works/2.png" title="This is an image title"
data-lightbox-gallery="gallery1" data-lightbox-hidpi="img/works/1@2x.jpg">
<img src="img/works/2.png" class="img-responsive" alt="img" height="5%">
</a>
</div>
<div class="col-md-3 display-img">
<a href="img/works/3.png" title="This is an image title"
data-lightbox-gallery="gallery1" data-lightbox-hidpi="img/works/1@2x.jpg">
<img src="img/works/3.png" class="img-responsive" alt="img">
</a>
</div>
<div class="col-md-3 display-img">
<a href="img/works/4.png" title="This is an image title"
data-lightbox-gallery="gallery1" data-lightbox-hidpi="img/works/1@2x.jpg">
<img src="img/works/4.png" class="img-responsive" alt="img">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">New message</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<font color="red"><i id="emailResult"></i></font>
<div class="form-group">
<label for="recipient-name" class="col-form-label">Email:</label>
<input type="text" class="form-control" id="recipient-name">
</div>
<div class="form-group">
<label for="message-text" class="col-form-label">Complaint/Feedback:</label>
<textarea class="form-control" id="message-text"></textarea>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" onclick="sendMessage()">Send message</button>
</div>
</div>
</div>
</div>
<section id="callaction" class="home-section paddingtop-40">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="callaction">
<div class="row">
<div class="col-md-8">
<div class="wow fadeInUp" data-wow-delay="0.1s">
<div class="cta-text">
<h3>Got a Suggestion or Problem?</h3>
<p>We are happy to know your feedback so that we can improve a lot.Feel free
to contact us at anytime</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="wow lightSpeedIn" data-wow-delay="0.1s">
<div class="cta-btn">
<a href="#" class="btn btn-skin btn-lg" type="button"
class="btn btn-primary" data-toggle="modal" data-target="#exampleModal"
data-whatever="@mdo">Contact us</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="sub-footer">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<ul class="social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
<div class="wow fadeInLeft" data-wow-delay="0.1s">
<div class="text-left">
<p>© Copyright 2020 - Meetorg. All rights reserved.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="wow fadeInRight" data-wow-delay="0.1s">
<div class="text-right margintop-30">
<!--
All links in the footer should remain intact.
Licenseing information is available at: http://bootstraptaste.com/license/
You can buy this theme without footer links online at: http://bootstraptaste.com/buy/?theme=Appland
-->
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<a href="#" class="scrollup"><i class="fa fa-angle-up active"></i></a>
<!-- Core JavaScript Files -->
<script src="https://smtpjs.com/v3/smtp.js">
</script>
<script>
function sendMessage() {
Email.send({
SecureToken: "174f4427-7072-4627-b7e5-5ff4b41e1080",
To: 'tibinsunny95@gmail.com',
From: '4969@mbcpeermade.com',
Subject: "MeetOrg FeedBack From : " + document.getElementById('recipient-name').value,
Body: document.getElementById('message-text').value
}).then(
message => $('#emailResult').text(message)
);
}
</script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>