-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart.html
202 lines (193 loc) · 12.9 KB
/
cart.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VSG Computers</title>
<link href="/css/main.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://code.jquery.com/jquery-3.6.2.js" integrity="sha256-pkn2CUZmheSeyssYw3vMp1+xyub4m+e+QK4sQskvuo4=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/img/icon.jpg" type="icon">
</head>
<body>
<!-- Започва Navbar-->
<nav>
<div class="navbar border-bottom border-bottom-5 border-danger navbar-expand-custom navbar-dark bg-dark bg-gradient clearfix end_bx mb-5">
<!--Главното име на сайта в Navbar-->
<a class="navbar-brand justify-content-center" href="../../index.html">
<img src="/img/banner.png" class="mx-2"></img>
</a>
<!-- Search меню начало-->
<div class="container-lg" style="width: 500px; z-index:10;">
<div class="row justify-content-center">
<div class="col-12">
<div class="search">
<input type="text" placeholder="Какво ще желаете?" class="fw-bold" id="search">
<i class="bi bi-search"style="font-size: 20px" id="search_icon"></i>
<div class="search_bx2">
</div>
</div>
</div>
</div>
</div>
<!--Бутона който се показва при по-малките екари/телефони-->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--Navbar Content-->
<div class="collapse navbar-collapse" id="navbarNav">
<div class="navbar-nav shadow-lg">
<div class="nav-item my-3 mx-4 " id="navbarNav">
<a href="/PC/PC.html" class="nav-link text-light ps-2 justify-content-center" id="navbarNav"><h4>Компютри</h4></a>
</div>
<!-- Dropdown за Компоненти начало-->
<li class="nav-item dropdown my-3 mx-2 "id="navbarNav" >
<button class="btn text-white dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<h4>Компоненти</h4>
</button>
<ul class="dropdown-menu bg-dark" aria-labelledby="navbarDropdownMenuLink">
<li><a class=" dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Components/Processors.html"><i class="bi bi-cpu"></i> Процесори</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Components/GPU.html"><i class="bi bi-gpu-card"></i> Видео карти</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Components/RAM.html"><i class="bi bi-memory"></i> RAM памети</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Components/MotherBoard.html"><i class="bi bi-motherboard"></i> Дънни платки</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Components/PSU.html"><i class="bi bi-stop-btn"></i> Захранвания</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Components/SSD.html"><i class="bi bi-device-ssd"></i> SSD дискове</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Components/HDD.html"><i class="bi bi-device-hdd"></i> HDD дискове</a></li>
</ul>
</li>
<!-- Dropdown за Периферия начало-->
<li class="nav-item dropdown my-3 mx-2 "id="navbarNav" >
<button class="btn text-white dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<h4>Периферия</h4>
</button>
<ul class="dropdown-menu bg-dark" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Peripherials/Keyboard.html"><i class="bi bi-keyboard"></i> Клавиатури</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Peripherials/Mouse.html"><i class="bi bi-mouse3"></i> Мишки</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Peripherials/Headset.html"><i class="bi bi-headset"></i> Слушалки</a></li>
<li><a class="dropdown-item h5 border-4 border-bottom border-primary text-light" href="/Peripherials/Monitors.html"><i class="bi bi-display"></i> Монитори</a></li>
</ul>
</li>
<!-- Dropdown за Аксесоари и Софтуери начало-->
<div class="nav-item my-3 mx-4 " id="navbarNav">
<a href="/Accessories/Accessories.html" class="nav-link text-light ps-2 justify-content-center" id="navbarNav"><h4>Аксесоари</h4></a>
</div>
<!-- Количка-->
<li class="navbar-nav active text-light my-3 mx-5 cart" id="navbarNav" >
<a href="../../cart.html">
<div class="cart">
<button class="btn text-light" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasWithBothOptions" aria-controls="offcanvasWithBothOptions"><svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg></button>
<div id="cartAmount" class="cartAmount">0</div>
</div>
</a>
</li>
</div>
</div>
</div>
</nav>
<!-- Приключва Navbar -->
<!-- Информация за Toast-->
<div class="toast-container position-fixed bottom-0 end-0 p-3">
<div id="liveToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<img src="/img/icon.jpg" class="rounded me-2" alt="...">
<strong class="me-auto">VSG computers</strong>
<small>сега</small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
Поръчката Ви е приета!
</div>
</div>
</div>
<!-- Започва количка-->
<section class="p-3 mt-5">
<div class="container-fluid bg-light" style="min-height: 900px;">
<div id="label" class="text-center"></div>
<div class="shopping-cart" id="shopping-cart"></div>
</div>
</section>
<!-- Приключва количка-->
<!--footer начало-->
<section>
<div class="container-fluid bg-white py-5 px-sm-3 px-md-5 fw-bold" style="margin-top: 90px;">
<div class="row pt-5">
<!--Информация footer-->
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase mb-4">Местоположение</h4>
<p class="mb-2"><i class="bi bi-pin-map"></i> бул. „Джеймс Баучер“ 82 , София</p>
<p class="mb-2"><i class="bi bi-telephone-fill"></i> +359 989 8848</p>
<p><i class="bi bi-envelope"></i> [email protected]</p>
<h6 class="text-uppercase text-white py-2"></h6>
<div class="d-flex justify-content-start">
<button class="btn btn-lg btn-outline-dark btn-lg-square me-2" href="#"><i class="bi bi-twitter"></i></button>
<button class="btn btn-lg btn-outline-dark btn-lg-square me-2" href="#"><i class="bi bi-facebook"></i></button>
<button class="btn btn-lg btn-outline-dark btn-lg-square me-2" href="#"><i class="bi bi-linkedin"></i></button>
<button class="btn btn-lg btn-outline-dark btn-lg-square" href="#"><i class="bi bi-instagram"></i></button>
</div>
</div>
<!--Компоненти footer-->
<div class="col-lg-3 col-md-6 mb-5 ">
<h4 class="text-uppercase mb-4">Компоненти</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-body mb-2" href="/Components/Processors.html"><i class="fa fa-angle-right text-white ms-md-4 ms-xl-0"></i> Процесори</a>
<a class="text-body mb-2" href="/Components/GPU.html"><i class="fa fa-angle-right text-white ms-md-4 ms-xl-0"></i>Видео карти</a>
<a class="text-body mb-2" href="/Components/RAM.html"><i class="fa fa-angle-right text-white ms-md-4 ms-xl-0"></i>RAM памети</a>
<a class="text-body mb-2" href="/Components/MotherBoard.html"><i class="fa fa-angle-right text-white ms-md-4 ms-xl-0"></i>Дънни платки</a>
<a class="text-body mb-2" href="/Components/SSD.html"><i class="fa fa-angle-right text-white ms-md-4 ms-xl-0"></i>SSD дискове</a>
<a class="text-body mb-2" href="/Components/HDD.html"><i class="fa fa-angle-right text-white ms-md-4 ms-xl-0"></i>HDD дискове</a>
</div>
</div>
<!--Периферия footer-->
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase mb-4">Периферия</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-body mb-2" href="/Peripherials/Keyboard.html"><i class="fa fa-angle-right text-white mr-2"></i>Клавиатури</a>
<a class="text-body mb-2" href="/Peripherials/Mouse.html"><i class="fa fa-angle-right text-white mr-2"></i>Мишки</a>
<a class="text-body mb-2" href="/Peripherials/Headset.html"><i class="fa fa-angle-right text-white mr-2"></i>Слушалки</a>
<a class="text-body mb-2" href="/Peripherials/Monitors.html"><i class="fa fa-angle-right text-white mr-2"></i>Монитори</a>
</div>
</div>
<!--Аксесоари footer-->
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase mb-4">Аксесоари</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-body mb-2" href="/Accessories/Accessories.html"><i class="fa fa-angle-right text-white mr-2"></i>Аксесоари</a>
</div>
<h4 class="text-uppercase my-4">Компютри</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-body mb-2" href="/PC/PC.html"><i class="fa fa-angle-right text-white mr-2"></i>Компютри</a>
</div>
</div>
<!-- Промоции footer трябва да се добави бутона както Search-->
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase mb-4">Абонирай се за промоции</h4>
<div class="mb-3" style="min-width: 400px;">
<div class="input-group">
<input type="text" class="form-control border-dark" placeholder="Твоят имейл">
<div class="input-group-append">
<button class="btn btn-primary text-uppercase px-3">Абонирай се</button>
</div>
</div>
</div>
<i></i>
</div>
</div>
</div>
</section>
<!--footer край-->
<!--Създател и Copyright-->
<div class="container-fluid text-center bg-dark ">
<h6 class="text-light">Създадено от Виктор Георгиев 12Е</h6>
<i class="fw-bold text-light">© 2022-2023</i>
</div>
</body>
<script type="module" src="/DataBase/searchData_Index_Pages.js" ></script>
<script defer src="search_index_page.js" type="module"></script>
<script src="/DataBase/data.js"></script>
<script src="/cart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
</html>