-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 loc) · 3.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Petty</title>
<link rel="icon" class="topphoto" type="image/x-icon" href="https://t4.ftcdn.net/jpg/05/65/62/93/360_F_565629355_3MAzwiVK6CtXTgzW3YSjHqMWfd8R3OtG.jpg">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="logo">
<h1 class="indie-flower-regular ">Petty</h1>
</div>
<div class="search-bar">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap" rel="stylesheet">
<input type="text" placeholder=" Search high quality foods for your lovely pets" style="font-family:Arial, FontAwesome" />
</div>
<nav>
<ul>
<li><a href="./webcompnents/construction.html">Home</a></li>
<li><a href="./contacts/aboutus.html">About us</a></li>
<li><a href="./contacts/contactus.html">Contact us</a></li>
<li><a href="./contacts/workwithus.html">Work with us</a></li>
<!-- <li><a href="index.html">Back to page</a></li> -->
</ul>
</nav>
<div class="profile">
<span class="profile-icon">signup/login</span>
</div>
</header>
<main>
<section class="intro">
<h2>Introducing Petty</h2>
<p>When it comes to buy food for yours pets its always a difficult choice for us to buy food with high quality and at a resonale price but if you are at this sitution then worry not</p>
<p>Because "Petty offers you High Quality Pet Foods With An Affordable Cost" so no more confusion from here now just click here👇 check out our products </p>
<a href="./webcompnents/construction.html"><button id="browse-button">Browse Petty</button></a>
</section>
<section class="art-grid">
<div class="grid">
<div class="art-box"> <img src="https://www.wiggles.in/cdn/shop/products/2RightNutritioncopy-100.jpg?v=1706864496&width=1445" alt="Art Piece 1"></div>
<div class="art-box"><img src="https://petsnpets.com/cdn/shop/files/MiowMiowAdultTunaFishCatFood1.2kg.png?v=1716185686&width=1000" alt=""></div>
<div class="art-box"><img src="https://m.media-amazon.com/images/I/81vGiZuZbhL._AC_UF1000,1000_QL80_.jpg" alt=""></div>
<div class="art-box"><img src="https://5.imimg.com/data5/ECOM/Default/2024/1/378810208/RF/HJ/GK/12142841/71krmfpgpjl-sx679.jpg" alt=""></div>
<div class="art-box"><img src="https://m.media-amazon.com/images/I/71MyS7BUCgL.jpg" alt=""></div>
<div class="art-box"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT6BqpASnBJrw8ZnGpYLLWkgQyPvvXoOiP4cQ&s" alt=""></div>
</div>
</section>
</main>
<footer>
<div class="footer-links">
<a class="bottom-link" href="./contacts/contactus.html">Help</a>
<a class="bottom-link"href="./contacts/contactus.html">Contact us</a>
<a class="bottom-link"href="./contacts/aboutus.html">About us</a>
<a class="bottom-link"href="./contacts/workwithus.html">Work with us</a>
</div>
<div class="footer-logo">
<p>©Petty 2024</p>
</div>
</footer>
<link rel="stylesheet" href="script.js">
</body>
</html>