-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarket.html
173 lines (149 loc) · 7.1 KB
/
market.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Serenity Farewell</title>
<link rel="icon" type="image/x-icon" href="Images/Logo2.png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="market.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@160&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link href="https://fonts.cdnfonts.com/css/graublau-web" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/shared/general.css">
<link rel="stylesheet" href="styles/shared/amazon-header.css">
<link rel="stylesheet" href="styles/pages/card.css">
<style>
:root{
--white1: #F1E4E8;
--white2: #E2DCDE;
--white3: #E2DCDE;
--white4: #3c2323;
--white5: #2D2D34;
--white6: #FFE548;
--white7: #492c2d;
--white8: #CEB5B7;
--black1: #E9FFF9;
--black2: #1D3354;
--black3: #090C02;
--black4: #FFFFFA;
--black5: #BDD4E7;
--black6: #0D1317;
--black-linearGradient: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url('AnImages/candle2.jpg');
--white-linearGradient: linear-gradient(rgba(0,0,0,0.43),rgba(0,0,0,0.75)),url('AnImages/WhiteCandle.jpg');
}
.light{
--bg: var(--white8);
--bg-nav: var(--white2);
--text: var(var(--white5));
--firstcontainer-background: var(--white4);
--firstcontainer-text: var(--white5);
--pricing-bg: var(--white2);
--team-text-background: var(--white7);
--team-text-text: var(--white5);
--meetourTime-line: var(--white4);
--HomeBackground: var(--white-linearGradient);
}
.dark{
--bg: var(--black1);
--bg-nav: var(--black2);
--text: var(--black3);
--firstcontainer-background: var(--black3);
--firstcontainer-text: var(--black4);
--pricing-bg: var(--black5);
--team-text-background: var(--black3);
--team-text-text: var(--black1);
--meetourTime-line: var(--black3);
--HomeBackground: var(--black-linearGradient);
}
</style>
</head>
<body class="dark">
<nav style="background-color: var(--team-text-background);" class="navbar navbar-expand-lg " data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="mainindex.html">
<img src="AnImages/Logo2.png" alt="Bootstrap" width="80" height="70">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="mainindex.html">Home</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="mainindex.html#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mainindex.html#planning">Planning</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="Xservice.html">Our Services</a>
</li>
<li class="nav-item">
<a class="nav-link active " aria-current="page" href="market.html">Market</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<form class="d-flex10" role="search">
<label class="switch10">
<input type="checkbox">
<span class="slider10 round10"></span>
</label>
</form>
<form action="index.html" class="d-flex mx-4 js-text-input" role="search">
<button id="signUpButton" class="toggleButton">
Log out
</button>
</form>
<form class="d-flex mx-4 " role="search">
<a href="checkout.html" class="total-item mx-4 toggleButton">
Total Item: <p><div class="cart-quantity js-cart-quantity">0</div>
</p>
</a>
</div>
</div>
</nav>
<div class="market-container">
<div class="text">
<div class="strong-text">Shop With Us!</div>
<p class="content" style="text-align: left;">This is where you can purchase all of the funeral needs and more if you like.</p></div>
<div class="image"></div>
</div>
<div class="container-fluid">
<h1 class="important">Funeral Items</h1>
<div class="main">
<div class="products-grid js-products-grid">
</div>
</div>
</div>
</div>
<div class="main">
<div class="products-grid js-products-grid">
</div>
</div>
<script type="module" src="scripts/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="marketscriptspecific.js"></script>
<footer>
<div class="container-sm" id="contact">
<p style="display: flex;font-size: 20px;color: grey"><img src="AnImages/phone.png" style="height: 25px;width: 25px;"> Personal Number: +62 821-4636-6500</p>
<p style="display: flex;font-size: 20px;color: grey"><img src="AnImages/telephone.png" style="height: 25px;width: 25px;"> Work Number: +62 (21)7203333</p>
<p style="display: flex;font-size: 20px;color: grey"><img src="AnImages/email.png" style="height: 25px;width: 25px;"> Email: [email protected]</p>
</div>
</footer>
</body>
</html>