-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (139 loc) · 7.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ART</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="script.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="style-FOOTER1.css">
</head>
<body>
<nav id="ad" class="navbar sticky-top navbar-light bg-light">
<div class="icon"><i class="bi bi-cart-fill fa-lg icon" style="font-size: 1.25em;"></i></div>
<div class="icon"><a onclick="changeheart()" id="heart"><i class="bi bi-heart icon" style="font-size: 1.25em;"></i></a></div>
</nav>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="logo.png" alt="" width="24" height="24" class="d-inline-block align-text-top">
NARF ART
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav navbar-nav navbar-center">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="shop.html">Shop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="abouts-uss.html">About us</a>
</li>
</ul>
<form class="d-flex --search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<br><br>
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel" style="width: 80vw; margin-left: 10vw;">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="index-1 (1).jpg" class="d-block w-100 h-100" alt="...">
</div>
<div class="carousel-item">
<img src="index-2 (1).jpg" class="d-block w-100 h-100" alt="...">
</div>
<div class="carousel-item">
<img src="index-3 (1).jpg" class="d-block w-100 h-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<br><br>
<div style="width: 60vw; margin-left: 20vw; text-align: center;">
<h1>SHOP ALL ART</h1>
<p style="font-size: 1.25em;">Shop affordable art online with our wide selection of original artworks to suit both your budget and your style. Browse and shop thousands of paintings, photography, collages, drawings and prints from both established and emerging artists, brought to you by our resident galleries.</p>
</div>
<a href="#" style="background: #5cb85c; color: white; border-radius: 15px; border: solid 2px white; padding: 5px 10px; font-size: 1.25em; float: right; margin-right: 25px;">top</a>
<br><br><hr>
<footer class="footer-39201">
<div class="container">
<div class="row">
<div class="col-md mb-md-0">
<h3>About</h3>
<ul class="list-unstyled nav-links">
<li><a href="index.html">Homepage</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="about-uss.html">About us</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
<div class="col-md mb-4 mb-md-0">
<h3>Legal</h3>
<ul class="list-unstyled nav-links">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Author License</a></li>
</ul>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<h3>Subscribe to our newsletter!</h3>
<p class="mb-4"></p>
<form action="#" class="subscribe">
<input type="text" class="form-control" placeholder="Enter your e-mail">
<input type="submit" class="btn btn-submit" style="background: #5cb85c;" value="Send">
</form>
</div>
</div>
<div class="row align-items-center">
<div class="col-12">
<div class="border-top "></div>
</div>
<div class="col-md-6">
<p><small>© 2022 All Rights Reserved.</small></p>
</div>
<div class="col-md-6 text-md-right">
<ul class="social list-unstyled">
<li><a href="#" style="font-size: 1.25em;"><span class="icon-facebook"></span></a></li>
<li><a href="#" style="font-size: 1.25em;"><span class="icon-twitter"></span></a></li>
<li><a href="#" style="font-size: 1.25em;"><span class="icon-pinterest"></span></a></li>
<li><a href="#" style="font-size: 1.25em;"><span class="icon-instagram"></span></a></li>
<li><a href="#" style="font-size: 1.25em;"><span class="icon-behance"></span></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>