-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforgot.html
174 lines (150 loc) · 6.46 KB
/
forgot.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CruptoCost - forgot</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img\icons\btcp.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="bootstrap\css\bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css\style_coin.css" rel="stylesheet">
</head>
<body class="my-login-page">
<!--==========================
Header
============================-->
<header id="header">
<div class="container-fluid">
<div id="logo" class="pull-left">
<h1><a href="index.html" class="scrollto">CryptoCost</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!--<a href="#intro"><img src="img/logo.png" alt="" title="" /></a> -->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html#intro">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="index.html#facts">Facts</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="coin.html">Coins</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<br>
<!--==========================
forgot password page
============================-->
<section class="container">
<div class="container-fluid">
<div class="row justify-content-md-center ">
<div class="card-wrapper">
<div class="row justify-content-md-center " >
<img src="img/icons/icn.png" >
</div>
<br>
<div class="card fat">
<div class="card-body">
<h4 class="card-title">Forgot Password</h4>
<form method="POST">
<div class="form-group">
<label for="email">E-Mail Address</label>
<input id="email" type="email" class="form-control" name="email" value="" required autofocus>
<div class="form-text text-muted">
By clicking "Reset Password" we will send a password reset link
</div>
</div>
<div class="form-group no-margin">
<button type="submit" class="btn btn-primary btn-block">
Reset Password
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
forgot password end
============================-->
<br>
<br>
<br>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<h3>CryptoCost</h3>
<p>We are involved in bitcoins since 2016 and were facinated by its concept we realized that for a new user, there is a learning curve and observation is a big part of it so we tried to make use of our java skills and fetch the cost of different cryptocurrencies in rs format at a single place.</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html#intro">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html#about">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html#facts">Facts</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html#team">Team</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="login.html">Sign In</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
<strong>Email:</strong> [email protected]<br>
<div class="social-links">
<a href="https://twitter.com/chirag8966"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/chirag8966"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/chirag-jain-401690127/"><i class="fa fa-linkedin"></i></a>
</div>
</p>
<p>
<strong>Email:</strong> [email protected]<br>
<div class="social-links">
<a href="https://twitter.com/dhiresh131"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/dhiresh.gullapalli"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/dhiresh-gullapalli-0b6b28151/"><i class="fa fa-linkedin"></i></a>
</div>
</p>
</div>
</div>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>