-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadAboutUs.html
131 lines (95 loc) · 4.97 KB
/
ReadAboutUs.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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>Read About Us </title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="refresh" content="60" >
</head>
<body>
<section style = " width:85%; height: 250%; top: 150px; left:100px;">
<h1 style="color:#4CAF50 ; position : absolute ; left : 50%"> Read About Us </h1> <br> <br> <br>
<p style="color:#4CAF50 ; position : absolute ; left : 30% ; font-size : 22px">
Here some personal information about the owners of the website. <br>
<strong> Please click on name to see the information. </strong>
</p>
<br> <br> <br>
<h4><a href = "#ABDULMALIK"> ABDULMALIK ALAQL </a></h4>
<h4><a href = "#ABDULSALAM"> ABDULSALAM ALDWOSIRY </a> </h4>
<h4><a href = "#MOHAMMED"> MOHAMMED ALHAQBANY </a></h4>
<p id = "ABDULMALIK"> <img style = "margin-bottom : 6%" src = "Photos/ABDULMALIK.jpg" alt = "ABDULMALIK Photo" width = "400px" height = "500px"></p>
<div style = "position : absolute ; top : 20% ; right : 35%">
<p>Name: ABDULMALIK SULIMAN ALAQL </p>
<p>Academic: Information System Student in Imamm University </p>
<p>Email: <a href = "mailto::[email protected]">[email protected] </a></p>
<p>Interests:
<ul>
<li>Traveling</li>
<li>Volleyball</li>
<li>Reading books </li>
</ul>
</p>
</div>
<p id = "ABDULSALAM"> <img style = "margin-bottom : 6%" src = "Photos/ABDULSALAM.jpg" alt = "ABDULMALIK Photo" width = "400px" height = "500px"></p>
<div style = "position : absolute ; top : 52% ; right : 35%">
<p>Name: ABDULSALAM ALDWOSIRY </p>
<p>Academic:Information System Student in Imamm University </p>
<p>Email: <a href = "mailto::[email protected]">[email protected] </a></p>
<p>Interests:
<ul>
<li>blog writing</li>
<li>fishing</li>
<li>football</li>
</ul>
</p>
</div>
<p id = "MOHAMMED"> <img src = "Photos/MOHAMMED.jpg" alt = "MOHAMMED Photo" width = "400px" height = "500px"></p>
<div style = "position : absolute ; top : 85% ; right : 35%">
<p>Name: MOHAMMED ALHAQBANY </p>
<p>Academic:Information System Student in Imamm University </p>
<p>Email: <a href = "mailto::[email protected]">[email protected] </a></p>
<p>Interests:
<ul>
<li>Vedio games</li>
<li>Basketball </li>
</ul>
</p>
</div>
</section>
<header>
<img style="margin-left: 5px" src="Photos/logo.png"width=""height="90">
<span style = "color : white ; font-size : 42px ; position : relative ; left :40% ;top:-25px ; font:Comic Sans MS, Impact ">Book Store</span>
<img style="float: right" src="Photos/book.png"width="70"height="85">
</header>
<div class="topnav">
<a href="Welcome.html" >Welcome</a>
<a class = "active"href="ReadAboutUs.html">Read About Us</a>
<a href="ContactUs.html">Contact Us</a>
<a href="Books_for_sale.php">Books For Sale</a>
<a href="Book_registration.php">Books Registration</a>
</div>
<div class="sidebarR">
<nav>
<a href = "Main.php"> <img src="Photos/Home.png"
style="margin-left: -5px ;"alt="Home png clipart from pngtree.com" width = "37px" height = "39px"> </a>
<ul>
<li> <a href = "Welcome.html" > <img src = "Photos/Welcome.png" alt ="Welcome" width = "37px" height = "45px"></a> </li>
<li> <a href = "ReadAboutUs.html"> <img src = "Photos/read.png" alt ="ReadAboutUs" width = "37px" height = "45px"></a> </li>
<li> <a href = "ContactUs.html"> <img src = "Photos/contactus2.png" alt ="ContactUs" width = "37px" height = "45px"></a> </li>
<li> <a href = "Books_for_sale.php"> <img src = "Photos/sale.png" alt ="sale" width = "37px" height = "45px"></a> </li>
<li> <a href = "Book_registration.php"> <img src = "Photos/Registration.png"alt ="BookRegistration" width = "37px" height = "45px"></a> </li>
</ul>
</nav>
</div>
<footer>
<p><strong> © 2019 Group 6, IS203, IMAM, all rights reserved</strong>
<span style = "position :absolute ; left : 80% ; top : -4px">
<a href = "http://www.twitter.com"> <img src = "Photos/TwitterS.png" height = "25px">
<a href = "http://www.youtube.com"> <img src = "Photos/YoutubeS.png" height = "25px">
<a href = "http://www.facebook.com"> <img src = "Photos/FacebookS.png" height = "25px">
<a href = "http://www.instagram.com"> <img src = "Photos/InstagramS.png" height = "25px">
</span>
</p>
</footer>
</body>
</html>