-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (203 loc) · 7.78 KB
/
index.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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Shop</title>
<!-- link icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- link css custom -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navbar section start -->
<nav>
<div class="nav-container">
<div class="nav-title">
<h1>LOGO</h1>
</div>
<div class="nav-content">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#product">Product</a>
<a href="#service">Service</a>
<a href="#contact">Contact</a>
</div>
<div class="topnav">
<div id="myLinks">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#product">Product</a>
<a href="#service">Service</a>
<a href="#contact">Contact</a>
</div>
</div>
<div class="burger">
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
</nav>
<!-- navbar section end -->
<!-- home section start -->
<section class="home" id="home">
<div class="home-container">
<div class="home-content">
<h1>Welcome to Your Name<span>Business!</span></h1>
<p>Find High Quality Food for Your Pet!</p>
<div class="home-button">
<a href="#">Explore</a>
</div>
</div>
<div class="home-image">
<img src="img/home.jpg" alt="">
</div>
</div>
</section>
<!-- home section end -->
<!-- about section start -->
<section class="about" id="about">
<h2>About Us</h2>
<div class="about-container">
<div class="about-image">
<img src="img/about.jpg" alt="">
</div>
<div class="about-content">
<p>Welcome to Pet Food Store! We are your go-to destination for all your pet food needs. With more than 10 years of experience in this industry, we have provided a wide range of high-quality food for your pets. We believe that every pet deserves quality, healthy food. That's why we work hard to provide the best food options for a wide range of pets, from dogs and cats to birds and other small animals.Apart from that, our shop also provides examinations for your pets, of course with our trusted doctors</p>
</div>
</div>
</section>
<!-- about section end -->
<!-- product section start -->
<section class="product" id="product">
<h2>Our Product</h2>
<div class="product-container">
<div class="product-box1">
<a href="#">
<img src="img/1.jpg" alt="">
<div class="title-product">
<h2>$15</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</a>
<a href="#">
<img src="img/2.jpg" alt="">
<div class="title-product">
<h2>$15</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</a>
<a href="#">
<img src="img/3.jpg" alt="">
<div class="title-product">
<h2>$15</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</a>
</div>
<div class="product-box2">
<a href="#">
<img src="img/4.jpg" alt="">
<div class="title-product">
<h2>$15</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</a>
<a href="#">
<img src="img/5.jpg" alt="">
<div class="title-product">
<h2>$15</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</a>
<a href="#">
<img src="img/6.jpg" alt="">
<div class="title-product">
<h2>$15</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</a>
</div>
<div class="button-product">
<a href="#">See More</a>
</div>
</div>
</section>
<!-- product section end -->
<!-- service section start -->
<section class="service" id="service">
<h2>We Serve</h2>
<div class="service-container">
<div class="service-box">
<img src="img/image.png" alt="">
<p>Providing High Quality Food</p>
</div>
<div class="service-box">
<img src="img/image.png" alt="">
<p>Pet Nutrition Consultation</p>
</div>
<div class="service-box">
<img src="img/image.png" alt="">
<p>Delivery Services</p>
</div>
<div class="service-box">
<img src="img/image.png" alt="">
<p>Animal Health Products</p>
</div>
<div class="service-box">
<img src="img/image.png" alt="">
<p>Animal Behavior Consultation</p>
</div>
</div>
</section>
<!-- service section end -->
<!-- contact section start -->
<section class="contact" id="contact">
<h2>Contact Us</h2>
<div class="contact-container">
<form action="/action_page.php">
<label for="name">Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">
<label for="email">Email</label>
<input type="text" id="lname" name="lastname" placeholder="Your email..">
<label for="message">Message</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</section>
<!-- contact section end -->
<!-- footer section start -->
<section class="footer">
<div class="footer-container">
<div class="social-media">
<a href="#">
<img src="img/facebook (2).svg" alt="">
</a>
<a href="#">
<img src="img/twitter.svg" alt="">
</a>
<a href="#">
<img src="img/instagram.svg" alt="">
</a>
</div>
<div class="address">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Natus, quos.
</p>
</div>
</div>
</section>
<!-- footer section end -->
<script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
</script>
</body>
</html>