-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
222 lines (214 loc) · 10.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>WEBZI</title>
<link rel="icon" type="image/png" href="logo2-removebg-preview.png"/>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<link rel="stylesheet" href="afterlog.css">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body" data-bs-theme="dark" style="background-color: black;" id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#" id="log">
<img src="logo2-removebg-preview.png" alt="Logo" width="50" style="margin-top: -7px;" class="d-inline-block align-text-top" id="logo">
Webzi
</a>
<button class="navbar-toggler" id="menu" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" id="first" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" id="first" href="feat.html">Features</a>
</li>
<li class="nav-item">
<a class="nav-link active" id="first" href="pricing.html">Pricing</a>
</li>
<li class="nav-item dropdown" id="first">
<a id="ddown" class="nav-link dropdown-toggle active" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Navigate
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#here" id="item">Contact us</a></li>
<li><a class="dropdown-item" href="#cont2" id="item">Amenities</a></li>
<li><a class="dropdown-item" href="#cont3" id="item">Community</a></li>
</ul>
</li>
</ul>
<!-- <form class="d-flex" role="search" id="second">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" id="search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form> -->
<!-- <nav class="navbar bg-body-tertiary"> -->
<form class="container-fluid justify-content-start">
<button class="btn btn-outline-light me-2" type="button" id="mode"><a href="tamil.html" style="text-decoration: none;color: cyan;font-weight: bolder;">English</a> </button>
</form>
<br>
<div class="container-fluid" id="dropdown">
<form class="container-fluid justify-content-start">
<button class="btn btn-outline-info me-2" type="button" id="prof"><img src="profiled.png" height="30px" width="30px"</button>
<div class="dropdown-content">
<a href="feat.html">Chatbot</a>
<a href="pricing.html">Pricing</a>
<a href="index.html">Log out</a>
</div>
</form>
</div>
</div>
</div>
</nav>
<div class="container-fluid" id="cont">
<h1 class="display-1" id="start">Wait! What is stress, does that exist..</h1>
</div>
<div class="container-fluid" id="cont2">
<div id="feat">
<div id="carouselExampleCaptions" class="carousel slide">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="allinone.jpg" class="rounded d-block w-60 mx-auto" style="height: 680px" width="1000px" >
<div class="carousel-caption d-none d-md-block">
<h2 style="color:black;font-weight:bolder;">All In One!</h2>
<p style="color:black;font-weight:bolder;">Million functions can be done in one website.</p>
</div>
</div>
<div class="carousel-item">
<img src="ai.jpg" class="d-block w-40 mx-auto" style="height: 680px" >
<div class="carousel-caption d-none d-md-block">
<h2 style="color:cyan;font-weight:bolder;">Quick and easy!</h2>
<p style="color:cyan;font-weight:bolder;">Your work is done in just few minutes so you don't have to wait.</p>
</div>
</div>
<div class="carousel-item">
<img src="easy.jpg" class="d-block w-40 mx-auto" height="580px"; width="1000px" >
<div class="carousel-caption d-none d-md-block">
<h2 style="color:rgb(41, 224, 16);font-weight:bolder;">Is tomorrow your project due?</h2>
<p style="color:rgb(41, 224, 16);font-weight:bolder;">Were are here to solve it for you in a moment.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-" style="color: black;">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="visually-" style="color: black;">Next</span>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</button>
</div>
</div>
</div>
<div class="container-fluid" id="cont3">
<section id="comm">
<div class="row d-flex justify-content-center">
<div class="col-md-10 col-xl-8 text-center">
<h3 class="mb-4">Community</h3>
<p class="mb-4 pb-2 mb-md-5 pb-md-0">
We have a large community who travel along with you throughout your journey. They help you with your doubts and give simple solutions to your problems.
</p>
</div>
</div>
<div class="row text-center d-flex align-items-stretch">
<div class="col-md-4 mb-5 mb-md-0 d-flex align-items-stretch">
<div class="card testimonial-card">
<div class="card-up" style="background-color: #9d789b;"></div>
<div class="avatar mx-auto bg-white">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(1).webp"
class="rounded-circle img-fluid" />
</div>
<div class="card-body">
<h4 class="mb-4">Maria Smantha</h4>
<hr />
<p class="dark-grey-text mt-4">
<i class="fas fa-quote-left pe-2"></i>"Webzi is just a simple solution to cure your depression and complete your college projects as easy as possible."
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-5 mb-md-0 d-flex align-items-stretch">
<div class="card testimonial-card">
<div class="card-up" style="background-color: #7a81a8;"></div>
<div class="avatar mx-auto bg-white">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(2).webp"
class="rounded-circle img-fluid" />
</div>
<div class="card-body">
<h4 class="mb-4">Lisa Cudrow</h4>
<hr />
<p class="dark-grey-text mt-4">
<i class="fas fa-quote-left pe-2"></i>"Had my assignments tomorrow and was in much stressed about its completion but Webzi just made my work easier."
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-0 d-flex align-items-stretch">
<div class="card testimonial-card">
<div class="card-up" style="background-color: #6d5b98;"></div>
<div class="avatar mx-auto bg-white">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(9).webp"
class="rounded-circle img-fluid" />
</div>
<div class="card-body">
<h4 class="mb-4">John Smith</h4>
<hr />
<p class="dark-grey-text mt-4">
<i class="fas fa-quote-left pe-2"></i>"The AI chatbot in Webzi is userfriendly and mush easier to work with and its precise results impress me."
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="mt-5 pt-5 pb-5 footer" id="here">
<div class="container">
<div class="row">
<div class="col-lg-5 col-xs-12 about-company">
<h2><img src="logo2-removebg-preview.png" width="100" style="margin-right: 10px;margin-top: -14px;" >Webzi</h2>
<p class="pr-5 text-white-50">Who does hardwork, when there is a term known as smartwork.We are here to solve your problems and complete your essays too.</p>
<p><a href="#"><i class="fa fa-facebook-square mr-1"></i></a><a href="#"><i class="fa fa-linkedin-square"></i></a></p>
</div>
<div class="col-lg-3 col-xs-12 links">
<h4 class="mt-lg-0 mt-sm-3" style="color: grey; font-weight: 900;">LEGAL</h4>
<ul class="m-0 p-0">
<li>- <a href="#">Privacy</a></li>
<li>- <a href="#">Cookie Policy</a></li>
<li>- <a href="#">FAQ</a></li>
<li>- <a href="#">Help</a></li>
<li>- <a href="#">Support</a></li>
<li>- <a href="#">Customer Care</a></li>
</ul>
</div>
<br>
<br>
<br>
<br><br>
<br><br>
<br>
<div class="col-lg-4 col-xs-12 location">
<h4 class="mt-lg-0 mt-sm-4" style="color: grey; font-weight: 900;">LOCATION</h4>
<p>SKCT, Coimbatore, TamilNadu, India.</p>
<p class="mb-0"><i class="fa fa-phone mr-3"></i>9047819933</p>
<p><i class="fa fa-envelope-o mr-3"></i>[email protected]</p>
</div>
</div>
<div class="row mt-5">
<div class="col copyright">
<p class="" id="copy"><small class="text-white-50">© 2023 Friends Group,LLC,All Rights Reserved.</small></p>
</div>
</div>
</div>
</div>
</body>
</html>