-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWelcome.html
54 lines (49 loc) · 2.82 KB
/
Welcome.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
<! DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>Welcome</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="refresh" content="60" >
</head>
<body>
<section style = "position: absolute; left:20%;">
<br> <br>
<p> <img style = "width:200%;height: 70%" src = "Photos/W.gif"> </p>
</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 ">Book Store</span>
<img style="float: right" src="Photos/book.png"width="70"height="85">
</header>
<div class="topnav">
<a class="active" href="Welcome.html" >Welcome</a>
<a 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="sidebar">
<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 ="sale" width = "37px" height = "45px"> </a> </li>
<li> <a href = "ReadAboutUs.html"> <img src = "Photos/read.png" alt ="sale" width = "37px" height = "45px"></a> </li>
<li> <a href = "ContactUs.html"> <img src = "Photos/contactus2.png" alt ="sale" 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 ="sale" 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>