-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
84 lines (69 loc) · 2.46 KB
/
about.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
<!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">
<link rel="stylesheet" href="style.css">
<title>Pheonix Club</title>
<link rel="icon" type="image/x-icon" href="https://e7.pngegg.com/pngimages/888/34/png-clipart-red-phoenix-logo-greenville-winston-salem-preparatory-academy-winston-township-sport-phoenix-logo-united-states.png">
</head>
<body>
<div >
<img src="2.png" class="d-block w-100" alt="...">
</div>
<div class="sidenav">
<a class="navbar-brand" href="https://e7.pngegg.com/pngimages/888/34/png-clipart-red-phoenix-logo-greenville-winston-salem-preparatory-academy-winston-township-sport-phoenix-logo-united-states.png">
<div class="logo-image">
<img src="https://e7.pngegg.com/pngimages/888/34/png-clipart-red-phoenix-logo-greenville-winston-salem-preparatory-academy-winston-township-sport-phoenix-logo-united-states.png" height:"50" width="50">
</div>
</a>
<a style="color:antiquewhite;">Pheonix Club</a>
<a href="about.html">About</a>
<a href="home.html">Home</a>
<a href="gallary.html">Gallary</a>
<button class="btn" id="navbtn">Call now</button>
</div>
<div class="main">
<h1>ABOUT</h1>
<div >
<h5 style="color: #A1000C">Who are we?</h5>
<p>We are a small book shop that grew into an online club across the nation after huge success gained from online business. We deliver books for home, offices and schools. EVERY and ANY genre and author in available at shop. You can even order books for loved ones.</p>
</div>
<br>
<table>
<tr>
<th>Location</th>
<th>Contact</th>
<th>Timings</th>
</tr>
<tr>
<td>Karachi</td>
<td>1454666</td>
<td>9am-9pm</td>
</tr>
<tr>
<td>Lahore</td>
<td>2546725</td>
<td>9am-9pm</td>
</tr>
<tr>
<td>Islamabad</td>
<td>1454656</td>
<td>8am-8pm</td>
</tr>
</table>
<br>
<div style="color: #A1000C" >FAQs</div>
<div>
<h5 >Do you own a physical shop to visit or exchange? </h5>
<p >Yes we have a shop in Karachi, Lahore and Islamabad. You can always come for purchase or exchange.</p>
</div>
<br>
<br />
</div>
</form>
</div>
</div>
</body>
</html>