-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
146 lines (128 loc) · 5.2 KB
/
Copy pathindex.php
File metadata and controls
146 lines (128 loc) · 5.2 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="home.css"/>
<script src="home.js"></script>
<link rel="shortcut icon" href="product_images/large.png" />
</head>
<body>
<nav class="navbar">
<div class="container">
<link rel="shortcut icon" href="product_images/large.png" />
<img src="product_images/large.png" alt="HTML5 Icon" style="width:128px;height128px;">
<ul class="nav">
<li><a href="#home">Home</a></li>
<li><a href="products.php">Products</a></li>
<li><a href="#about">About</a></li>
<!-- <li><a href="#specs">Specs</a></li>
<li><a href="#contact">Contact</a></li> -->
</ul>
</div>
</nav>
<!-- Showcase -->
<section class="section-a">
<div class="container">
<div>
<h1>Buy Stationery and Office Supplies Online.</h1>
<div>
<input type="checkbox" class="read-more-state" id="post-1" />
<p class="read-more-wrap">
Stationery and office supplies are needed by almost everybody, from students to working professionals. People are continuously on the lookout for good stationery items and would love to get their hands on pens, pencils, notebooks and other beautiful stationery supplies easily and quickly. It can get a bit difficult, not to mention quite tedious, to look for stationery products at local stationery stores.<span class="read-more-target"> Hence, bigbasket offers you the biggest range of stationery products and office supplies online. All you need to do is just browse through the impressive collection of stationery items and office supplies we have. </span></p>
<label for="post-1" class="read-more-trigger"></label></div>
</div>
<img src="pic2.jpeg" width="500" height="500" alt="" />
</div>
<center>
<input type="Submit" value="Shop Now" onclick="parent.location='products.php'"> </center>
</section>
<!-- Large Text -->
<section id="about" class="section-b">
<div class="overlay">
<div class="section-b-inner py-5">
<h3 class="text-2">Loud & Clear</h3>
<h2 class="text-5 mt-1">About us</h2>
<p>
10 years of experience is a boon for our organization as we have secured a remarkable position in the publishing industry. We are serving our global clients by offering them a range of children entertainment books, children educational books, stationary products, story books, calendar, panchang, diary, activity books, fiction books, writing books, children motivational books, coloring books, meaning books, motivational books, entertainment books, educational books and drawing books.
</p>
</div>
</div>
</section>
<!-- Gallery -->
<section class="section-c">
<div class="gallery">
<a href="product_images/4.jpg" class="big"
><img src="product_images/4.jpg" alt=""
/></a>
<a href="product_images/13.jpg" class="big"
><img src="product_images/13.jpg" alt=""
/></a>
<a href="product_images/7.jpg" class="big"
><img src="product_images/7.jpg" alt=""
/></a>
<a href="product_images/9.jpg" class="big"
><img src="product_images/9.jpg" alt=""
/></a>
<a href="product_images/12.jpg" class="big">
<img src="product_images/12.jpg" alt=""
/></a>
<a href="product_images/18.jpg" class="big"
><img src="product_images/18.jpg" alt=""
/></a>
</div>
</section>
<!-- Footer -->
<footer class="section-footer py-4 bg-primary">
<div class="container">
<div>
<h2 class="text-2 mb-1">Stationary Shop</h2>
<a href="http://twitter.com">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="http://facebook.com">
<i class="fab fa-facebook fa-2x"></i>
</a>
<a href="http://youtube.com">
<i class="fab fa-youtube fa-2x"></i>
</a>
</div>
<div>
<h3>Company Info</h3>
<ul>
<li><a href="#">All Products</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
</ul>
</div>
<div>
<h3>Blog Posts</h3>
<ul>
<li><a href="#">Our products and about .</a></li>
</ul>
</div>
<div>
<h3>Subscribe</h3>
This is for student..
<form
class="mt-1"
name="email-form"
method="POST"
data-netlify="true">
<div class="email-form">
<span class="form-control-wrap"
><input
type="email"
name="email"
id="email"
size="40"
class="form-control"
placeholder="E-mail"/></span
><button type="submit" value="Submit" class="form-control submit">
<i class="fas fa-chevron-right"></i>
</button>
</div>
</form>
</div>
</div>
</footer>
</body>
</html>