-
Notifications
You must be signed in to change notification settings - Fork 0
/
shop.html
149 lines (138 loc) · 7.13 KB
/
shop.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v4.0.1">
<title>Boldi Art - Shop</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/album/">
<!-- Lightbox Gallery CSS -->
<link href="css/lightbox.css" rel="stylesheet">
<script src="js/lightbox.js"></script>
<!-- Animate CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="css/shop.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample08" aria-controls="navbarsExample08" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-md-center" id="navbarsExample08">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Mural</a>
</li>
<li class="nav-item">
<a class="nav-link" href="fineart.html">FineArt</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="shop.html">Shop</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="container-lg">
<section class="py-5" id="shops">
<div class="container py-5">
<header class="mb-4 text-center mb-5">
<h2 class="text-uppercase animate_animated animate__bounceIn">Our latest works</h2>
</header>
<div class="row">
<div class="col-lg-4 mb-5 mb-lg-0"><a class="primary-overlay d-block mb-3 hvr-box-shadow-outset" href="text.html">
<div class="overlay-content"><img class="img-fluid w-100" src="images/artpal.jfif" alt="..."></div></a>
<h4 class="mb-0"> <a class="reset-anchor" href="text.html">The Testing of Our Faith</a></h4>
<p class="text-serif text-primary text-small">Holiday</p>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur elit sed do eiusmod tempor incididunt labore.</p>
</div>
<div class="col-lg-4 mb-5 mb-lg-0"><a class="primary-overlay d-block mb-3 hvr-box-shadow-outset" href="text.html">
<div class="overlay-content"><img class="img-fluid w-100" src="images/vsual.png" alt="..."></div></a>
<h4 class="mb-0"> <a class="reset-anchor" href="text.html">Peaceful day</a></h4>
<p class="text-serif text-primary text-small">Holiday, Faith</p>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur elit sed do eiusmod tempor incididunt labore.</p>
</div>
<div class="col-lg-4"><a class="primary-overlay d-block mb-3 hvr-box-shadow-outset" href="https://www.patreon.com/boldiart">
<div class="overlay-content"><img class="img-fluid w-100" src="images/bigcartel.png" alt="..."></div></a>
<h4 class="mb-0"> <a class="reset-anchor" href="text.html">True connection</a></h4>
<p class="text-serif text-primary text-small">Holiday, Children</p>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur elit sed do eiusmod tempor incididunt labore.</p>
</div>
</div>
</div>
</section>
</div>
<footer class="container-lg py-5 bg-light">
<div class="row">
<div class="col-12 col-md">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24" focusable="false"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
<small class="d-block mb-3 text-muted">© 2017-2020</small>
</div>
<div class="col-6 col-md">
<h5>Shop</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="https://www.artpal.com/boldi" rel="noopener noreferrer" target="_blank">Artpal</a></li>
<li><a class="text-muted" href="https://boldi.bigcartel.com" rel="noopener noreferrer" target="_blank">Big Cartel</a></li>
<li><a class="text-muted" href="#">Saichi</a></li>
</div>
<div class="col-6 col-md">
<h5>Social Media</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Artstation</a></li>
<li><a class="text-muted" href="#">Twitter</a></li>
<li><a class="text-muted" href="#">Another resource</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Contact Us</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="https://api.whatsapp.com/send?phone=4915145629595&text=I%20want%20to%20find%20out%20about%20your%20products">WhatsApp</a></li>
<li><a class="text-muted" href="#">Discord</a></li>
<li><a class="text-muted" href="contact.html">Email</a></li>
</ul>
</div>
<!-- <div class="col-6 col-md">
<h5>About</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Team</a></li>
<li><a class="text-muted" href="#">Locations</a></li>
<li><a class="text-muted" href="#">Privacy</a></li>
<li><a class="text-muted" href="#">Terms</a></li>
</ul>
</div> -->
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="js/bootstrap.js"></script>
<script src="js/custom.js"></script>
<script src="js/lightbox-plus-jquery.js"></script>
</body>
</html>