-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
190 lines (175 loc) · 8.13 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="description" content="Anime Template">
<meta name="keywords" content="Anime, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MorganScan</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/plyr.css" type="text/css">
<link rel="stylesheet" href="css/nice-select.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header Section Begin -->
<header class="header">
<div class="container">
<div class="row">
<div class="col-lg-2">
<div class="header__logo">
<a href="./index.php">
<img src="img/logo.png" alt="">
</a>
</div>
</div>
<div class="col-lg-8">
<div class="header__nav">
<nav class="header__menu mobile-menu">
<ul>
<li><a href="./index.php">Homepage</a></li>
<li><a href="./categories.html">Categories <span class="arrow_carrot-down"></span></a>
<ul class="dropdown">
<li><a href="./categories.html">Categories</a></li>
<li><a href="./anime-details.html">Anime Details</a></li>
<li><a href="./anime-watching.html">Anime Watching</a></li>
<li><a href="./blog-details.html">Blog Details</a></li>
<li><a href="./signup.html">Sign Up</a></li>
<li><a href="./login.php">Login</a></li>
</ul>
</li>
<li><a href="./blog.html">Our Blog</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-lg-2">
<div class="header__right">
<a href="#" class="search-switch"><span class="icon_search"></span></a>
<a href="./login.php"><span class="icon_profile"></span></a>
</div>
</div>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<!-- Header End -->
<!-- Normal Breadcrumb Begin -->
<section class="normal-breadcrumb set-bg" data-setbg="img/normal-breadcrumb.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="normal__breadcrumb__text">
<h2>Sign Up</h2>
<p>Welcome to the official Anime blog.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Normal Breadcrumb End -->
<!-- Signup Section Begin -->
<section class="signup spad">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="login__form">
<h3>Sign Up</h3>
<form action="#">
<div class="input__item">
<input type="text" placeholder="Email address">
<span class="icon_mail"></span>
</div>
<div class="input__item">
<input type="text" placeholder="Your Name">
<span class="icon_profile"></span>
</div>
<div class="input__item">
<input type="text" placeholder="Password">
<span class="icon_lock"></span>
</div>
<button type="submit" class="site-btn">Login Now</button>
</form>
<h5>Already have an account? <a href="#">Log In!</a></h5>
</div>
</div>
<div class="col-lg-6">
<div class="login__social__links">
<h3>Login With:</h3>
<ul>
<li><a href="#" class="facebook"><i class="fa fa-facebook"></i> Sign in With Facebook</a>
</li>
<li><a href="#" class="google"><i class="fa fa-google"></i> Sign in With Google</a></li>
<li><a href="#" class="twitter"><i class="fa fa-twitter"></i> Sign in With Twitter</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Signup Section End -->
<!-- Footer Section Begin -->
<footer class="footer">
<div class="page-up">
<a href="#" id="scrollToTopButton"><span class="arrow_carrot-up"></span></a>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="footer__logo">
<a href="./index.php"><img src="img/logo.png" alt=""></a>
</div>
</div>
<div class="col-lg-6">
<div class="footer__nav">
<ul>
<li class="active"><a href="./index.php">Homepage</a></li>
<li><a href="./categories.html">Categories</a></li>
<li><a href="./blog.html">Our Blog</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Designed By FxxMorgan For Morganscan.com
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Search model Begin -->
<div class="search-model">
<div class="h-100 d-flex align-items-center justify-content-center">
<div class="search-close-switch"><i class="icon_close"></i></div>
<form class="search-model-form">
<input type="text" id="search-input" placeholder="Search here.....">
</form>
</div>
</div>
<!-- Search model end -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/player.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>