-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (152 loc) · 6.62 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
<!DOCTYPE html>
<html>
<head>
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Menti Bot</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/fontAwesome.css">
<link rel="stylesheet" href="css/hero-slider.css">
<link rel="stylesheet" href="css/templatemo-main.css">
<link rel="stylesheet" href="css/owl-carousel.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<div class="fixed-side-navbar">
<ul class="nav flex-column">
<li class="nav-item"><a class="nav-link" href="#home"><span>Intro</span></a></li>
<li class="nav-item"><a class="nav-link" href="#services"><span>Search</span></a></li>
<li class="nav-item"><a class="nav-link" href="#contact-us"><span>About Us</span></a></li>
</ul>
</div>
<div class="parallax-content baner-content" id="home">
<div class="container">
<div class="first-content">
<h1>MENTI BOT</h1>
<div class="typewriter"><h2><span><em>Ask me bot</em>ever you can</span></div></h2>
<div class="primary-button">
<a href="#services">Get Started</a>
</div>
</div>
</div>
</div>
<div class="service-content" id="services">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="left-text">
<div class="service-item">
<h1>Menti Bot Instructions</h1>
<div class="line-dec"></div>
<p>For finding the best gadget that suits you, we want to hear from you a little about your needs</p>
</div>
</div>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-12">
<div class="service-item">
<h4>Please fill out the form so that we can find your required mobile</h4>
<div class="primary-button">
<div class="line-dec2"></div>
<a href="mobile (1).html">Let's Go</a>
</div>
</div>
</div>
<div class="col-md-12">
<div class="service-item">
<h4>Please fill out the form so that we can find your required laptop</h4>
<div class="primary-button">
<div class="line-dec2"></div>
<a href="laptop.html">Let's Go</a>
</div>
</div>
</div>
<div class="line-dec"></div>
</div>
</div>
</div>
</div>
</div>
<div class="service-content2" id="contact-us">
<div class="container">
<div class="col-md-12">
<div class="left-text">
<div class="service-item">
<h1>Our team</h1>
<div class="line-dec"></div>
<ul>
<li>Vaibhav</li>
<li>Prateek</li>
<li>Chrislyn</li>
<li>Vivin</li>
<li>Krish</li>
</ul></p>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="primary-button">
<a href="#home">Back To Top</a>
</div></div></div>
<!-- <ul>
<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-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
</ul> -->
<div class="first-content"><span><em><p>Developed by</em> Team #6</p></span></div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
function openCity(cityName) {
var i;
var x = document.getElementsByClassName("city");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
document.getElementById(cityName).style.display = "block";
}
</script>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$(".fixed-side-navbar a, .primary-button a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>