-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
621 lines (553 loc) · 26.2 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
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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
<!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="Dashboard">
<meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">
<title>MOLTRES-Web Builder</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!--external css-->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="assets/css/zabuto_calendar.css">
<link rel="stylesheet" type="text/css" href="assets/js/gritter/css/jquery.gritter.css" />
<link rel="stylesheet" type="text/css" href="assets/lineicons/style.css">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/style-responsive.css" rel="stylesheet">
<script src="assets/js/chart-master/Chart.js"></script>
<!-- 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.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section id="container" >
<!-- **********************************************************************************************************************************************************
TOP BAR CONTENT & NOTIFICATIONS
*********************************************************************************************************************************************************** -->
<!--header start-->
<header class="header black-bg">
<div class="sidebar-toggle-box">
<div class="fa fa-bars tooltips" data-placement="right" data-original-title="Toggle Navigation"></div>
</div>
<!--logo start-->
<a href="index.html" class="logo"><b>Moltres </b></a>
<!--logo end-->
<div class="nav notify-row" id="top_menu">
<!-- notification start -->
<ul class="nav top-menu">
<!-- settings start -->
<!-- settings end -->
<!-- inbox dropdown start-->
<li id="header_inbox_bar" class="dropdown">
<a href="" data-toggle="dropdown" class="dropdown-toggle">
<i id = "env"class="fa fa-envelope-o"></i>
<script>
</script>
<button onClick= "func()" id = "one" class="badge bg-theme">1</button>
<script>
</a>
function func() {
document.getElementById("one").innerHTML="0";
}
</script>
<ul class="dropdown-menu extended inbox">
<div class="notify-arrow notify-arrow-green"></div>
<li>
<p class="green">You have 1 new message</p>
</li>
<li>
<a href="temp/about.html" target="_blank">
<span class="photo"><img alt="avatar" src="member1.jpg"></span>
<span class="subject">
<span class="from">Deepak</span>
<span class="time">Just now</span>
</span>
<span class="message row">
Welcome. Let's get <b>started</b>.
</span>
</a>
</li>
<!-- inbox dropdown end -->
</ul>
<!-- notification end -->
</div>
<div class="top-menu">
<ul class="nav pull-right top-menu">
<li><a class="logout" href="temp/about.html">Getting Started</a></li>
</ul>
</div>
</header>
<!--header end-->
<!-- **********************************************************************************************************************************************************
MAIN SIDEBAR MENU
*********************************************************************************************************************************************************** -->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<p class="centered" style = "margin-left : -15px"><a href="profile.html"><img src="moltreslogo.png" width="250px" height ="400px"></a>
</p>
<li class="mt" style = "margin-top:-45px">
<a class="active" href="index.html">
<i class="fa fa-dashboard"></i>
<span>Dashboard</span>
</a>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-cogs"></i>
<span>Customize</span>
</a>
<ul class="sub">
<li><a href="calendar.html">Panel</a></li>
</ul>
</li>
<!--
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-book"></i>
<span>Extra Pages</span>
</a>
<ul class="sub">
<li><a href="blank.html">Blank Page</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="lock_screen.html">Lock Screen</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-tasks"></i>
<span>Forms</span>
</a>
<ul class="sub">
<li><a href="form_component.html">Form Components</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-th"></i>
<span>Data Tables</span>
</a>
<ul class="sub">
<li><a href="basic_table.html">Basic Table</a></li>
<li><a href="responsive_table.html">Responsive Table</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class=" fa fa-bar-chart-o"></i>
<span>Charts</span>
</a>
<ul class="sub">
<li><a href="morris.html">Morris</a></li>
<li><a href="chartjs.html">Chartjs</a></li>
</ul>
</li>
</ul>
<!-- sidebar menu end-->
</div>
</aside> -->
<!--sidebar end-->
<!-- **********************************************************************************************************************************************************
MAIN CONTENT
*********************************************************************************************************************************************************** -->
<!--main content start-->
<section id="main-content">
<section class="wrapper">
<div class = "box1" ><h1> Features on fingers </h1></div>
<div class="row">
<div class="col-lg-9 main-chart">
<div class="row mtbox">
<div class="col-md-2 col-sm-2 col-md-offset-1 box0">
<div class="box1">
<span class="li_heart"></span>
<h3>Easy </br>to use</h3>
</div>
<p>Focusses on non-tech people's use.</p>
</div>
<div class="col-md-2 col-sm-2 box0">
<div class="box1">
<span class="li_cloud"></span>
<h3>Drag and drop</h3>
</div>
<p>That's it. We mean it.</p>
</div>
<div class="col-md-2 col-sm-2 box0">
<div class="box1">
<span class="li_stack"></span>
<h3>Custom pannel</h3>
</div>
<p>Start from scratch and go pro.</p>
</div>
<div class="col-md-2 col-sm-2 box0">
<div class="box1">
<span class="li_news"></span>
<h3>Ready-made<br>template</h3>
</div>
<p>Choose the one that suits your need.</p>
</div>
<div class="col-md-2 col-sm-2 box0">
<div class="box1">
<span class="li_data"></span>
<h3>Get Started</h3>
</div>
<p>Let us do the work for you. Relax & enjoy.</p>
</div>
</div><!-- /row mt -->
<div class="row mt">
<!-- SERVER STATUS PANELS -->
<div class="col-md-4 col-sm-4 mb">
<div class="white-panel pn donut-chart">
<div class="white-header">
<h5>Site Progress</h5>
</div>
<div class="row">
<div class="col-sm-6 col-xs-6 goleft">
<p><i class="fa fa-database"></i> 80%</p>
</div>
</div>
<canvas id="serverstatus01" height="120" width="120"></canvas>
<script>
var doughnutData = [
{
value: 80,
color:"#68dff0"
},
{
value : 30,
color : "#fdfdfd"
}
];
var myDoughnut = new Chart(document.getElementById("serverstatus01").getContext("2d")).Doughnut(doughnutData);
</script>
</div><! --/grey-panel -->
</div><!-- /col-md-4-->
<div class="col-md-4 col-sm-4 mb">
<div class="white-panel pn">
<div class="white-header">
<h5>TOP PRODUCT </h5>
</div>
<div class="row">
<div class="col-sm-6 col-xs-6 goleft">
<p><i class="fa fa-heart"></i>3</p>
</div>
<div class="col-sm-6 col-xs-6"></div>
</div>
<div class="centered">
<img src="template4.jpg" width="250" height="170">
</div>
</div>
</div><!-- /col-md-4 -->
<div class="col-md-4 mb">
<!-- WHITE PANEL - TOP Product -->
<div class="white-panel pn">
<div class="white-header">
<h5>TOP PRODUCT </h5>
</div>
<div class="row">
<div class="col-sm-6 col-xs-6 goleft">
<p><i class="fa fa-heart"></i>2</p>
</div>
<div class="col-sm-6 col-xs-6"></div>
</div>
<div class="centered">
<img src="template5.jpg" width="250" height="155">
</div>
</div>
</div><!-- /col-md-4 -->
</div><!-- /row -->
<div class="row">
<!-- TWITTER PANEL -->
<div class="col-md-4 mb">
<!-- WHITE PANEL - TOP Product -->
<div class="white-panel pn">
<div class="white-header">
<h5>TOP PRODUCT </h5>
</div>
<div class="row">
<div class="col-sm-6 col-xs-6 goleft">
<p><i class="fa fa-heart"></i>2</p>
</div>
<div class="col-sm-6 col-xs-6"></div>
</div>
<div class="centered">
<img src="template6.jpg" width="250" height="155">
</div>
</div>
</div>
<div class="col-md-4 mb">
<!-- WHITE PANEL - TOP Product -->
<div class="white-panel pn">
<div class="white-header">
<h5>TOP PRODUCT </h5>
</div>
<div class="row">
<div class="col-sm-6 col-xs-6 goleft">
<p><i class="fa fa-heart"></i>2</p>
</div>
<div class="col-sm-6 col-xs-6"></div>
</div>
<div class="centered">
<img src="template2.jpg" width="250" height="155">
</div>
</div>
</div>
<div class="col-md-4 mb">
<!-- WHITE PANEL - TOP Product -->
<div class="white-panel pn">
<div class="white-header">
<h5>TOP PRODUCT </h5>
</div>
<div class="row">
<div class="col-sm-6 col-xs-6 goleft">
<p><i class="fa fa-heart"></i>1</p>
</div>
<div class="col-sm-6 col-xs-6"></div>
</div>
<div class="centered">
<img src="template3.jpg" width="250" height="155">
</div>
</div>
</div>
</div><!-- /row -->
<div class="row mt">
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">Be a part of our journey. Stay connected.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" style = "height : 130px; width : 600px" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!--custom chart end-->
</div><!-- /row -->
</div><!-- /col-lg-9 END SECTION MIDDLE -->
<!-- **********************************************************************************************************************************************************
RIGHT SIDEBAR CONTENT
*********************************************************************************************************************************************************** -->
<div class="col-lg-3 ds">
<!--COMPLETED ACTIONS DONUTS CHART-->
<h3>Language Support</h3>
<!-- First Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<a href="#">English<br/>
</p>
</div>
</div>
<!-- Second Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<a href="#">Hindi<br/>
</p>
</div>
</div>
<!-- Third Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<a href="#">Gujarati<br/>
</p>
</div>
</div>
<!-- Fourth Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<a href="#">Marathi<br/>
</p>
</div>
</div>
<!-- Fifth Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<a href="#">Punjabi<br/>
</p>
</div>
</div>
<!-- USERS ONLINE SECTION -->
<h3>TEAM MEMBERS</h3>
<!-- First Member -->
<div class="desc">
<div class="thumb">
<img class="img-circle" src="member1.jpg" width="35px" height="35px" align="">
</div>
<div class="details">
<p><a href="#">Deepak Pathania</a><br/>
<muted>Full stack web Develepor</muted>
</p>
</div>
</div>
<!-- Second Member -->
<div class="desc">
<div class="thumb">
<img class="img-circle" src="member2.jpg" width="35px" height="35px" align="">
</div>
<div class="details">
<p><a href="#">Aditya Chawla</a><br/>
<muted>Web Master</muted>
</p>
</div>
</div>
<!-- Third Member -->
<div class="desc">
<div class="thumb">
<img class="img-circle" src="member3.jpg" width="35px" height="35px" align="">
</div>
<div class="details">
<p><a href="#">Himanshu Tiwari</a><br/>
<muted>Back-end Develepor</muted>
</p>
</div>
</div>
</div>
</div>
</div><!-- /col-lg-3 -->
</div><! --/row -->
</section>
</section>
<!--main content end-->
<!--footer start-->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright" style = "margin-left:120px">Copyright © Your Website 2014</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!--footer end-->
</section>
<!-- js placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/jquery-1.8.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script class="include" type="text/javascript" src="assets/js/jquery.dcjqaccordion.2.7.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.nicescroll.js" type="text/javascript"></script>
<script src="assets/js/jquery.sparkline.js"></script>
<!--common script for all pages-->
<script src="assets/js/common-scripts.js"></script>
<script type="text/javascript" src="assets/js/gritter/js/jquery.gritter.js"></script>
<script type="text/javascript" src="assets/js/gritter-conf.js"></script>
<!--script for this page-->
<script src="assets/js/sparkline-chart.js"></script>
<script src="assets/js/zabuto_calendar.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var unique_id = $.gritter.add({
// (string | mandatory) the heading of the notification
title: 'Welcome to Dashgum!',
// (string | mandatory) the text inside the notification
text: 'Hover me to enable the Close Button. You can hide the left sidebar clicking on the button next to the logo. Free version for <a href="http://blacktie.co" target="_blank" style="color:#ffd777">BlackTie.co</a>.',
// (string | optional) the image to display on the left
image: 'assets/img/ui-sam.jpg',
// (bool | optional) if you want it to fade out on its own or just sit there
sticky: true,
// (int | optional) the time you want it to be alive for before fading out
time: '',
// (string | optional) the class name you want to apply to that specific message
class_name: 'my-sticky-class'
});
return false;
});
</script>
<script type="application/javascript">
$(document).ready(function () {
$("#date-popover").popover({html: true, trigger: "manual"});
$("#date-popover").hide();
$("#date-popover").click(function (e) {
$(this).hide();
});
$("#my-calendar").zabuto_calendar({
action: function () {
return myDateFunction(this.id, false);
},
action_nav: function () {
return myNavFunction(this.id);
},
ajax: {
url: "show_data.php?action=1",
modal: true
},
legend: [
{type: "text", label: "Special event", badge: "00"},
{type: "block", label: "Regular event", }
]
});
});
function myNavFunction(id) {
$("#date-popover").hide();
var nav = $("#" + id).data("navigation");
var to = $("#" + id).data("to");
console.log('nav ' + nav + ' to: ' + to.month + '/' + to.year);
}
</script>
</body>
</html>