-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
116 lines (102 loc) · 4.41 KB
/
about.html
File metadata and controls
116 lines (102 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AboutUs | ViN</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;900&family=Quicksand:wght@500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/2e6d39cf4b.js" crossorigin="anonymous"></script>
<link rel="icon" href="img/logo/vn.png">
</head>
<body>
<section id="header">
<a href="#"><img src="img/logo/vnlg.png" class="logo"></a>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a class="active" href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li id="lg-bag"><a href="cart.html"><i class="fa-solid fa-bag-shopping fa-lg"></i></a></li>
<a href="#" id="close"><i class="fa-solid fa-xmark"></i></a>
</ul>
</div>
<div id="mobile">
<a href="cart.html"><i class="fa-solid fa-bag-shopping fa-lg"></i></a>
<i id="bar" class="fa-solid fa-bars-staggered"></i>
</div>
</section>
<section id="about-page">
<h2>WE!!!</h2>
<p>We are the fashion providers</p>
</section>
<section id="product" class="section-p1">
<h2>Who we are?</h2>
<p>We are the fashion providers.<br> We are your stylists,<br> We are your designers and <br>We all are hard working to make you look professionally fashionable.</p>
</section>
<section id="update">
<div class="text">
<h2>Get updated</h2>
<p>Sign up for getting update about our latest shop and <span>offers.</span></p>
</div>
<div class="form">
<input type="text" placeholder="Your email">
<button>Sign up</button>
</div>
</section>
<footer>
<div id="foot">
<div class="col1" id="cntct">
<img class="lg" src="img/logo/vn.png">
<h4>Contact</h4>
<p><strong>Address:</strong> 302, Main street 12, Main Market,<br> Karnal, Haryana, India.</p>
<p><strong>Phone:</strong> +01 0012 365 / (+91) 01 2345 6987</p>
<p><strong>Hours:</strong> 10:00-18:00, Mon-Sat</p>
<div class="follow">
<h4>Follow Us</h4>
<div class="icon">
<i class="fa-brands fa-facebook fa-lg"></i>
<i class="fa-brands fa-twitter fa-lg"></i>
<i class="fa-brands fa-instagram fa-lg"></i>
<i class="fa-brands fa-pinterest fa-lg"></i>
<i class="fa-brands fa-youtube fa-lg"></i>
</div>
</div>
</div>
<div class="col2">
<h4>About</h4>
<a href="#">About Us</a>
<a href="#">Delivery Information</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Contact Us</a>
</div>
<div class="col2">
<h4>My Account</h4>
<a href="#">Sign In</a>
<a href="#">View Cart</a>
<a href="#">My Wishlist</a>
<a href="#">Track My Order</a>
<a href="#">Help</a>
</div>
<div class="col3" id="install">
<h4>Install App</h4>
<p>From App Store or Google Play</p>
<div class="row">
<img src="img/pay/ap.png.png">
<img src="img/pay/gp.png.png">
</div>
<p>Secured Payment Gateways</p>
<img class="py" src="img/pay/sp.png.png">
</div>
</div>
<div class="copyright">
<p>2023 ©VIN e-commerce Website - Vineeta</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>