-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
179 lines (156 loc) · 5.72 KB
/
about.html
File metadata and controls
179 lines (156 loc) · 5.72 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="favorite online shopping sites,online shopping websites,favorite online shopping sites,online shopping websites,signin in the online website">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title>About</title>
<style>
/* Float four columns side by side */
.column {
box-shadow: 0 4px 8px 0 rgba(0,0,0,1);
float: left;
width: 50%;
padding: 0 10px;
}
/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive columns */
@media screen and (max-width: 600px) {
.column {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
/* Style the counter cards */
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 16px;
text-align: center;
background-color: #f1f1f1;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
* {
box-sizing: border-box;
}
.menu {
float: left;
width: 20%;
}
.menuitem {
padding: 8px;
margin-top: 7px;
border-bottom: 1px solid #f1f1f1;
}
.main {
float: left;
width: 60%;
padding: 0 20px;
overflow: hidden;
}
.right {
background-color: lightblue;
float: left;
width: 20%;
padding: 10px 15px;
margin-top: 7px;
}
@media only screen and (max-width:800px) {
/* For tablets: */
.main {
width: 80%;
padding: 0;
}
.right {
width: 100%;
}
}
@media only screen and (max-width:500px) {
/* For mobile phones: */
.menu, .main, .right {
width: 100%;
}
}
</style>
</head>
<body>
<!--<div class="element">-->
<!--<ul>-->
<!--<li><a class="active" href="Assignment2.html">Home</a></li>-->
<!--<li><a href="contact.html">Contact</a></li>-->
<!--<li><a href="about.html">About</a></li>-->
<!--<li><a href="login.html">Login</a></li>-->
<!--<li><a href="registration.html">Registration</a></li>-->
<!--</ul>-->
<!--</div>-->
<div class="w3-bar w3-black">
<a href="Assignment2.html" class="w3-bar-item w3-button w3-mobile">Home</a>
<a href="contact.html" class="w3-bar-item w3-button w3-mobile">Conatct Us</a>
<a href="about.html" class="w3-bar-item w3-button w3-mobile">About Us</a>
<a href="login.html" class="w3-bar-item w3-button w3-mobile">Log In</a>
<a href="registration.html" class="w3-bar-item w3-button w3-mobile">Registration</a>
</div>
<div>
<div class="col-sm-12 col-md-12 col-lg-12">
<img height=328 width="100%" src="https://freshome.com/wp-content/uploads/2012/09/Design-tricks-via-Triangle-Honeymoom-bright-LR.jpg">
</div>
<div class="style col-sm-12 col-md-12 col-lg-12">
<h1>Learn more About us</h1>
<p>The Home Experts</p>
<span>At Shop Online, we believe that your home should reflect your own personal style. Each corner of your life should be eye-catching and unique, just like you. Shop Online is a home decor store, dedicated to helping our customers discover their own design personality. Browse through our wide selection today to find just what you have been searching for.</span>
<span>Our company offers the perfect opportunity for online shoppers who live inside Pakistan, but would like to shop from the outside either through online stores or auctions like EBAY. You can ship your packages to our address and once we receive them, we can ship them to you by using our competitive shipping rates.</span>
</div>
</div>
</div>
<h2 class="contact">Admins & Designers of ShopOnline.com</h2>
<div class="row">
<div class="column col-sm-12 col-md-6 col-lg-6">
<img src="mypic.jpg" alt="Avatar" style="width:100%">
<div class="container">
<h4><a href="https://www.facebook.com/sumair.aslam.3">Sumair Aslam</a></h4>
<p>Software Engineer</p>
</div>
</div>
<div class="column col-sm-12 col-md-6 col-lg-6">
<img src="asad.jpg" alt="Avatar" style="width:80%">
<div class="container">
<h4><a href="https://www.facebook.com/asad.butt.944">Asad Butt</a></h4>
<p>Software Engineer</p>
</div>
</div>
</div>
<!--<div class="image">-->
<!--<img height="50%" width="50%" src="mypic.jpg">-->
<!--<span class="image">Muhammad Sumair Aslam</span>-->
<!--</div>-->
</body>
</html>