-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (63 loc) · 4.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="/public/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/public/css/bootstrap.min.css" />
<link rel="stylesheet" href="/public/css/owl.carousel.min.css">
<link rel="stylesheet" href="/public/css/owl.theme.default.min.css">
<link rel="stylesheet" href="/public/css/style.css" />
<title>Segmentify Project</title>
</head>
<body >
<div class="container-fluid p-sm-5 mt-sm-1 mt-4 rounded-3">
<div class="bg-white mt-5 pe-3 ps-3 pt-5 p-1 rounded-3">
<h1 class="text-black text-opacity-75 fw-bolder ms-sm-5 mt-5">Sizin İçin Seçtiklerimiz</h1>
</div>
<div class="d-flex bg-light rounded-3 p-4 bg-white pb-5">
<div class="d-lg-flex col-sm-12 col-12">
<div class="nav col-lg-3 col-md-12 flex-lg-column flex-row nav-pills justify-content-start p-4 d-flex" id="v-pills-tab" role="tablist" aria-orientation="vertical" style="flex-flow: row; overflow: overlay;">
</div>
<div class="tab-content col-lg-9 col-12" id="v-pills-tabContent">
<div class="tab-pane fade show active owl-carousel owl-theme owl-loaded owl-drag" id="v-pills-0-tab" role="tabpanel" aria-labelledby="v-pills-0-tab">
</div>
<div class="tab-pane fade owl-carousel owl-theme owl-loaded owl-drag" id="v-pills-1-tab" role="tabpanel" aria-labelledby="v-pills-1-tab">
</div>
<div class="tab-pane fade owl-carousel owl-theme owl-loaded owl-drag" id="v-pills-2-tab" role="tabpanel" aria-labelledby="v-pills-2-tab">
</div>
<div class="tab-pane fade owl-carousel owl-theme owl-loaded owl-drag" id="v-pills-3-tab" role="tabpanel" aria-labelledby="v-pills-3-tab">
</div>
<div class="tab-pane fade owl-carousel owl-theme owl-loaded owl-drag" id="v-pills-4-tab" role="tabpanel" aria-labelledby="v-pills-4-tab">
</div>
<div class="tab-pane fade owl-carousel owl-theme owl-loaded owl-drag" id="v-pills-5-tab" role="tabpanel" aria-labelledby="v-pills-5-tab">
</div>
</div>
</div>
</div>
<div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
<div id="liveToast" class="toast hide p-3 m-1" role="alert" aria-live="assertive" aria-atomic="true" style="background-color: #1c232a;">
<div class="d-flex justify-content-around">
<div class="toast-body d-flex align-self-center" alt="...">
<i class="fa-solid fa-circle-check fa-2x" style="color: white;"></i>
</div>
<div class="toast-body d-block">
<p class="text-white"> Ürün Sepete Eklendi</p>
<a href="#" class="fw-bold" style="color: #abbbed;" >Sepete Git</a>
</div>
<i class="fa-solid fa-xmark d-flex d-flex align-self-center fa-1x" data-bs-dismiss="toast" aria-label="Close" style="color: white;"></i>
</div>
</div>
</div>
</div>
<script src="/public/js/jquery-3.3.1.min.js"></script>
<script src="/public/js/owl.carousel.min.js"></script>
<script src="/public/js/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/222c829144.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script src="./bundles/bundle.js"></script>
</body>
</html>