-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsucess.html
252 lines (243 loc) · 14.5 KB
/
sucess.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
<!DOCTYPE html>
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--=================== The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags ===================-->
<meta name="description" content="Dye - Multipurpose Creative Shop Art & Photography HTML Template">
<meta name="author" content="ThemeTidy">
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png" />
<title>Dye - Account Created </title>
<!--=================== Bootstrap core CSS ===================-->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all">
<!--=================== Animate CSS ===================-->
<link href="assets/css/animate.min.css" rel="stylesheet" type="text/css" media="all">
<!--=================== Paira Framework Main CSS ===================-->
<link href="assets/css/paira.css" rel="stylesheet" type="text/css" media="all">
<!--=================== Paira Framework Font and Color CSS ===================-->
<link href="assets/css/paira-color-font.css" rel="stylesheet" type="text/css" media="all">
<!--=================== Paira Framework Main Responsive CSS ===================-->
<link href="assets/css/paira-responsive.css" rel="stylesheet" type="text/css" media="all">
<!--=================== Font Awesome ===================-->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all">
<!--=================== HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries ===================-->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js" type="text/javascript"></script>
<script src="assets/js/respond.min.js" type="text/javascript"></script>
<![endif]-->
<!--=================== Google Fonts ===================-->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600" rel="stylesheet">
</head>
<body>
<!--=================== Main Body Content Container ===================-->
<div class="paira-container pages-container">
<!--=================== Header Container ===================-->
<header>
<!--=================== Header Top Section ===================-->
<section class="header-top">
<div class="container-fluid padding-fix">
<div class="row">
<div class="pull-left logo col-md-3 col-sm-3 col-xs-4">
<a href="http://localhost/dye/index.html"><img src="assets/images/logo.png" alt="" class="pull-left"></a>
</div>
<div class="text-center col-md-6 col-sm-6 col-xs-4">
<a href="#" class="menu-pops"><img src="assets/images/menu-plus.png" alt="" class="margin-right-10 img-hover"><img src="assets/images/menu-plus-hover.png" alt="" class="margin-right-10 img-hovers"><span class="text-uppercase">MENU</span></a>
</div>
<div class="pull-right col-md-3 col-sm-3 col-xs-4">
<div class="account-ajax-cart pull-right">
<ul class="list-inline pull-right">
<li>
<a href="#" class="search-popup"><img src="assets/images/search.png" alt="" class=""></a>
</li>
<li><a href="http://localhost/dye/login.html" class="login-popup"><img src="assets/images/corg.png" alt="" class=""></a></li>
<li class="dropdown cart-menu-body">
<a href="http://localhost/dye/cart.html"><img src="assets/images/shopping-bag.png" alt="" class="position-r"><span class="span"></span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</header>
<!--=================== Main Content Container ===================-->
<main class="404-page">
<!--=================== Breadcrumb Section ===================-->
<section class="breadcrumb-container paira-margin-bottom-3">
<div class="breadcrumb">
<div class="container-fluid padding-fix">
<ul class="list-inline">
<li><a href="http://localhost/dye/index.html">Home <i class="fa fa-angle-right"></i></a></li>
<li>Login Message</li>
</ul>
</div>
</div>
</section>
<!--=================== 404 content Section ===================-->
<section class="error-content paira-margin-bottom-3">
<div class="container">
<div class="row">
<div class="col-md-12 heading-title">
<h2 class="text-capitalize margin-clear text-center"><span>Account Create Succesfully</span></h2>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 margin-top-30 text-center">
<div class="error">
<a href="http://localhost/dye/index.html" class="btn btn-lg btn-primary margin-top-20">Back To Home</a>
<a href="http://localhost/dye/login.html" class="btn btn-lg btn-primary margin-top-20">Login</a>
</div>
</div>
</div>
</div>
</section>
</main>
<!--=================== Footer Container ===================-->
<footer>
<!--=================== Footer Top Section ===================-->
<section class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12">
<div class="paira-widget paira-subscribe">
<h3 class="text-center margin-clear text-uppercase">Sign up for the newsletter</h3>
<hr class="margin-bottom-40 margin-top-15">
<div class="input-group">
<input type="text" class="form-control" placeholder="Email Address">
<span class="input-group-btn">
<button class="btn btn-default" type="button">SUBSCRIBE</button>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=================== Footer Bottom Section ===================-->
<section class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="paira-widget paira-menu">
<h4>Importent link</h4>
<ul class="list-unstyled">
<li><a href="#">Help Center</a></li>
<li><a href="#">Market Place</a></li>
<li><a href="#">Author Terms</a></li>
<li><a href="#">Licenses</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About Us</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="paira-widget paira-menu">
<h4>Support</h4>
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">AutThemetidy Blog</a></li>
<li><a href="#">Faqs</a></li>
<li><a href="#">Terms & Conditions </a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-12 col-xs-12">
<div class="paira-widget paira-social">
<h4>Follow Us</h4>
<ul class="list-inline list-unstyled">
<li><a href="https://www.facebook.com/profile.php?id=100009810821468" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com " target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://twitter.com" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/pritam-mondal-3645b6201/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.pinterest.com/" target="_blank"><i class="fa fa-pinterest"></i></a></li>
<li><a href="https://www.behance.net " target="_blank"><i class="fa fa-behance"></i></a></li>
</ul>
</div>
<div class="paira-widget paira-payment">
<h4>Payment Methode</h4>
<img src="assets/images/footer/payment-icon.png" alt="">
</div>
</div>
<div class="col-md-12 col-xs-12 col-sm-12">
<div class="paira-widget paira-copyright">
<p class="margin-clear">© ThemeTidy. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</section>
</footer>
</div>
<!--=================== Menu Dialog ===================-->
<div class="modal fade paira-menu-popup" id="paira-menu" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg text-center">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i class="fa fa-times"></i></span></button>
<div class="row">
<div class="col-md-12 margin-top-15">
<div class="menus">
<h3>MAIN MENU</h3>
<ul class="list-unstyled margin-top-20">
<li><a href="index.html">Home</a></li>
<li><a href="collection.php">Shop</a></li>
<li><a href="list-collections.html">List Collection</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="login.html">login</a></li>
<li><a href="register.html">register</a></li>
<li><a href="article.html">article</a></li>
<li><a href="ad_login.html">Admin Login</a></li>
</ul>
<hr>
<ul class="social-links list-inline">
<li><a href="https://www.facebook.com/profile.php?id=100009810821468" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com " target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://twitter.com" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/pritam-mondal-3645b6201/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.pinterest.com/" target="_blank"><i class="fa fa-pinterest"></i></a></li>
<li><a href="https://www.behance.net " target="_blank"><i class="fa fa-behance"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--=================== Search Dialog ===================-->
<div class="modal fade paira-search-popup search-pops" id="paira-search" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i class="fa fa-times"></i></span></button>
<div class="row">
<div class="col-md-12 paira-margin-top-1">
<form class="popup-search-form">
<input type="text" class="form-control padding-clear text-capitalize pop-light" name="q" value="" placeholder="Search here..."/>
<button class="search"><i class="fa fa-search fa-2x"></i></button>
<button class="btn btn-success btn-lg text-uppercase pull-right margin-top-15">go</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!--=================== Placed at the end of the document, so the pages load faster ===================-->
<script src="assets/js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="assets/js/jquery-migrate-3.0.0.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="assets/js/jquery.waypoints.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.mousewheel.min.js" type="text/javascript"></script>
<!--=================== Paira Framework Main Javascript ===================-->
<script src="assets/js/paira.js" type="text/javascript"></script>
</body>
</html>