-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback.html
138 lines (134 loc) · 5.76 KB
/
feedback.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BookZone | feedback</title>
<link href="css/style.css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="description" content="an online Book store website">
<meta name="keywords" content="HTML, CSS">
<meta name='auther' content='YusufAbdulwahab'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<!-- The width=device-width part sets the width of the page to follow the screen-width of the device
The initial-scale=1.0 part sets the initial zoom level when the page is first loaded by the browser.-->
<script src="https://kit.fontawesome.com/a530ce494c.js" crossorigin="anonymous"></script>
<!--this is the source of all icons used in this website-->
<script src='scripts/script.js'></script>
<!--this is the source of java scrpt code-->
<script src="scripts/script.js"></script>
<!--this is the source of java scrpt code-->
</head>
<body class="grid-body">
<div class='header'>
<div class='header-top'>
<div class='header-logo'>
<h1><span>B</span>ook<span>Z</span>one</h1>
</div>
<div class='header-search-icon'>
</div>
</div>
<div class='header-down'>
<div class='header-menue'>
<!--the menue list-->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="mags.html">Magazines</a></li>
<li><a href="textbooks.html">TextBooks</a></li>
<li><a href="feedback.html" id='header-menue-current'>FeedBack</a></li>
</ul>
</div>
<div class='header-down-account-icon'>
<i class="fas fa-user-circle"></i>
</div>
<div class='header-down-account-icon'>
<span id="SignIn" onclick="signInButton();">SignIn</span>
<p>/</p>
<span>SignUp</span>
<div id="header-down-account-icon-signInID" class="header-down-account-icon-signIn">
<form action="process" method="POST" onsubmit="return validateLogin();">
<label>User Name</label><br />
<div id='errName'>error: the name is empty</div>
<input onblur="whenBlur(this);" onfocus='whenFocus(this);' id='login-name' name='username'
type='text' placeholder="username"><br />
<label>Password</label><br />
<div id='errPass'>error: the password is empty</div>
<input onblur="whenBlur(this);" onfocus='whenFocus(this);' id='login-pass' name='password'
type='password' placeholder='password'><br />
<label id='header-down-account-icon-signIn-label'><input type='checkbox'><span>remember
me</span></label>
<input type='submit' value='submit'>
</form>
</div>
</div>
</div>
</div>
<!--__________________________________________________________________________________________________-->
<div class='content-area-2'>
<div class='content-area-formdiv'>
<!--the feed back form-->
<form action="index.html" method='post' onsubmit='return validateFeedBack();'>
<label>Full Name</label><br />
<div class='errName2'>error: digits are not allowed</div>
<div class='errName2'>error: this field is required</div>
<input onblur="whenBlur(this);" onfocus='whenFocus(this);' id='name' name='name' type='text' placeholder="FullName" onkeyup='validateNameFeedBack();'><br />
<label>Email Address</label><br />
<div class="errEmail">error: provide a correct Email Address</div>
<input onblur="whenBlur(this);" onfocus='whenFocus(this)' id='email' name='email' type='text'
placeholder="EmailAddress"><br />
<label>Subject</label><br />
<div id="errSubject">error: select a subject</div>
<select onblur="whenBlur(this);" onfocus='whenFocus(this);' id='subject-menu' name='subject'>
<option>select a subject</option>
<option>suggestion</option>
<option>complaint</option>
<option>idea</option>
<option>help</option>
<option>other</option>
</select><br />
<div id="errTextarea">error: this field is required</div>
<textarea onblur="whenBlur(this);" onfocus='whenFocus(this);' id='input-field' rows='10' cols='50'
placeholder="write your text here"></textarea><br />
<input type='submit' value="submet">
</form>
</div>
</div>
<!--__________________________________________________________________________________________________-->
<div class='footer'>
<!--the apper div of the footer-->
<div class='footer-information'>
<div class='footer-information-Box'>
<p class='footer-information-Box-discription'><i class="fas fa-hashtag"></i> Follow BookZone</p>
<ul>
<li><a href=""><i class="fab fa-twitter-square"><span> Twitter</span></i></a></li>
<li><a href=""><i class="fab fa-instagram-square"><span> Instagram</span></i></a></li>
<li><a href=""><i class="fab fa-snapchat-square"><span> Snapchat</span></i></a></li>
<li><a href=""><i class="fab fa-facebook-square"><span> Facebook</span></i></a></li>
</ul>
</div>
<div class='footer-information-Box'>
<p class='footer-information-Box-discription'><i class="fas fa-phone-alt"></i> Customer Care</p>
<ul>
<li><a href=""><span>FAQ</span></a></li>
<li><a href=""><span>Warranty Policy</span></a></li>
<li><a href=""><span>Return & Exchange</span></a></li>
<li><a href=""><span>contact us</span></a></li>
<li><a href=""><span>92000000</span></a></li>
</ul>
</div>
<div class='footer-information-Box'>
<p class='footer-information-Box-discription'><i class="fas fa-address-card"></i> About BookZone</p>
<ul>
<li><a href=""><span>BookZone Profile</span></a></li>
<li><a href=""><span>Investor Guide & Services</span></a></li>
<li><a href=""><span>Sustainability</span></a></li>
</ul>
</div>
</div>
<!--the down div of the footer-->
<div class='footer-copyright'>
<p> copyright <i class="fas fa-copyright"></i> preserved for the site 2020 | YusufAbdulwahab
<p>
</div>
</div>
</body>
</html>