-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
225 lines (206 loc) · 10.9 KB
/
signup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Manifesta | SEO</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="container-fluid p-0 bg-light">
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" width="60" alt="PrimaThink" id="logo" />
<h2 class="d-inline-block ml-2 font-weight-bold">Manifesta</h2></a>
<div>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Services
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="seoservices.html">SEO</a></li>
<li><a class="dropdown-item" href="localseoservices.html">Local SEO Services</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="training.html">Training</a>
</li>
<li class="nav-item">
<a class="nav-link" href="careers.html">Careers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="case-studies.html">Case Studies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="signup.html">Sign Up</a>
</li>
<li class="ps-3">
<form class="d-flex" role="search">
<input class="form-control border-primary me-2" type="search" placeholder="Search"
aria-label="Search" />
<button class="btn btn-success" type="submit">
<i class="bi bi-search"></i>
</button>
</form>
</li>
</ul>
</div>
</div>
</nav>
<div class="row container-fluid my-4">
<div class="col-6 p-5 shadow-lg mx-auto">
<form action="" method="post">
<h2 class="text-center font-weight-bold">Sign Up</h2>
<p class="text-center">Please fill in this form to create an account!</p>
<hr>
<div class="form-group my-3">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="bi bi-envelope-fill"></i>
</span>
</div>
<input type="email" class="form-control" id="exampleFormControlInput1"
placeholder="name@example.com">
</div>
</div>
<div class="form-group my-3">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="bi bi-lock"></i>
</span>
</div>
<input type="password" class="form-control" id="exampleFormControlInput1"
placeholder="Password">
</div>
</div>
<div class="form-group mb-3 d-flex justify-content-center">
<button type="submit" class="btn btn-block col-3 mx-auto btn-outline-success">Sign Up</button>
</div>
<div class="text-center">Already have an account? <a href="#">Login here</a></div>
</form>
</div>
</div>
<footer class="bg-dark text-center text-white ">
<div class="container p-4">
<section class="mb-4">
<a class="btn btn-outline-light btn-floating m-1" href="#" role="button"><i
class="bi bi-facebook"></i></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#" role="button"><i
class="bi bi-twitter"></i></a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#" role="button"><i
class="bi bi-google"></i></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#" role="button"><i
class="bi bi-instagram"></i></a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#" role="button"><i
class="bi bi-linkedin"></i></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#" role="button"><i
class="bi bi-github"></i></a>
</section>
<!-- Section: Text -->
<section class="mb-4">
<div><img src="images/logo.png" width="150" alt="PrimaThink" id="logo" />
<p class="mt-2">
Manifesta is the solution to your each and every query regarding your <br> online presence
digitally with our full-stack digital marketing and <br> transformation services.
</p>
</div>
</section>
<!-- Section: Text -->
<!-- Section: Links -->
<section class="">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-4 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Services</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#" class="text-white">SEO Services</a>
</li>
<li>
<a href="#" class="text-white">Web Development Services</a>
</li>
<li>
<a href="#" class="text-white">Software Development Services</a>
</li>
<li>
<a href="#" class="text-white">Social Media Marketing</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-4 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Manifesta</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#l" class="text-white">About Manifesta</a>
</li>
<li>
<a href="#" class="text-white">Blog</a>
</li>
<li>
<a href="#" class="text-white">Internship</a>
</li>
<li>
<a href="#" class="text-white">Career</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-4 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Training</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#" class="text-white">Search Engine Optimization</a>
</li>
<li>
<a href="#" class="text-white">Digital Marketing</a>
</li>
<li>
<a href="#" class="text-white">Web Development</a>
</li>
<li>
<a href="#" class="text-white">Graphic Designing</a>
</li>
</ul>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<!-- Section: Links -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2022 Copyright:
<a class="text-white" href="https://mdbootstrap.com/">Manifesta Private Limited</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
</body>
</html>