-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredit.html
180 lines (166 loc) · 8.75 KB
/
credit.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Northumbria Toy Company </title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css"/>
<!-- Template stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body style="background-image: url('assets/img/header-pattern.png'); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed;">
<!-- Header Section -->
<header>
<div class="container">
<div class="inner-container">
<div class="top-bar">
<p>
Welcome To Toy Town, Let's Subscribe To GET Special Offer
</p>
</div>
<div class="site-header">
<a href="index.html">
<img src="assets/img/header-logo.png" alt="" class="logo">
</a>
<button>
<span id="open">
<svg role="img" class="ast-mobile-svg ast-menu-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 13h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 7h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 19h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1z"></path></svg>
</span>
<span id="close" style="display: none;">
<svg class="ast-mobile-svg ast-close-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z"></path></svg>
</span>
</button>
<ul class="font-b" id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="toys.html">View Toys</a></li>
<li><a href="admin.html">Admin</a></li>
<li><a href="credit.html" class="active">Credit</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- Main Content Area -->
<main>
<!-- Product Section -->
<section>
<div class="container bg-white section-credit">
<div class="inner-container">
<h1 class="font-b blog-title">
Credit
</h1>
<form action="">
<div class="form-grp">
<label for="">Name :</label>
<input type="text" name="name" id="name">
</div>
<div class="form-grp">
<label for="">ID :</label>
<input type="text" name="name" id="name">
</div>
<div class="form-grp">
<label for="">Email Address :</label>
<input type="text" name="name" id="name">
</div>
<button type="submit">Submit</button>
</form>
<div class="credit">
<table class="credit-table" border="1" cellpadding="0">
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th>ID</th>
<th>Email Address</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Akash</td>
<td>0972776522</td>
<td>[email protected]</td>
<td class="text-center">
<button class="delete">Delete</button>
</td>
</tr>
<tr>
<td>1</td>
<td>Masum</td>
<td>0972776522</td>
<td>[email protected]</td>
<td class="text-center">
<button class="delete">Delete</button>
</td>
</tr>
<tr>
<td>1</td>
<td>Fahim</td>
<td>0972776522</td>
<td>[email protected]</td>
<td class="text-center">
<button class="delete">Delete</button>
</td>
</tr>
<tr>
<td>1</td>
<td>Sakib</td>
<td>0972776522</td>
<td>[email protected]</td>
<td class="text-center">
<button class="delete">Delete</button>
</td>
</tr>
<tr>
<td>1</td>
<td>Alkas</td>
<td>0972776522</td>
<td>[email protected]</td>
<td class="text-center">
<button class="delete">Delete</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</main>
<!-- Footer Section -->
<footer style="background-image: url('assets/img/footer-bg.jpg'); background-repeat: no-repeat; background-size: cover;">
<div class="container">
<div class="inner-container">
<div class="footer">
<div class="mail-form">
<h1 class="font-b">
Sign Up Newsletter
</h1>
<p>Sign Up And Get Latest offer</p>
<form action="" class="mail-form">
<input type="email">
<button type="submit">Submit</button>
</form>
</div>
<div class="text-center">
<img src="assets/img/3 (1).jpg" class="social-img mx-auto" alt="">
</div>
</div>
<div class="text-center footer-credit">
<p class="font-b text-white">Copyright 2020 All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>