-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
214 lines (175 loc) · 6.79 KB
/
home.php
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
203
204
205
206
207
208
209
210
211
212
213
214
<?php
session_start();
if (!isset($_SESSION['login'])) {
header('Location: login.php');
}
?>
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css">
<link rel="stylesheet" href="Assets/home.css">
<title>Warisanify</title>
</head>
<body>
<!-- Hero section START -->
<section class="hero">
<nav class="navbar">
<div class="logo">
<a href="home.php">Warisanify</a>
</div>
<ul class="nav-list">
<li><a href="home.php">Home</a></li>
<li><a href="shop.php">Shop</a></li>
<li><a href="#">Theater</a></li>
<li><a href="#">About</a></li>
<li><a href="app/logout.php">Logout</a></li>
</ul>
</nav>
<div class="hero-text">
<h1>Lorem Ipsum dolor</h1>
<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</h3>
</div>
</section>
<!-- Hero section END -->
<!-- Best Seller Section START -->
<section class="best-seller">
<h1>Best Seller</h1>
<div class="card-container">
<div class="card">
<div class="card-image">
<img src="Assets/pict/best-seller-1.png" alt="">
</div>
<div class="card-content">
<h3>Lorem Ipsum</h3>
<p>Category name</p>
<div class="card-button-action">
<a href=""><button class="add-to-cart">Add to Cart</button></a>
<a href=""><button class="details">Details</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<img src="Assets/pict/best-seller-1.png" alt="">
</div>
<div class="card-content">
<h3>Lorem Ipsum</h3>
<p>Category name</p>
<div class="card-button-action">
<a href=""><button class="add-to-cart">Add to Cart</button></a>
<a href=""><button class="details">Details</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<img src="Assets/pict/best-seller-1.png" alt="">
</div>
<div class="card-content">
<h3>Lorem Ipsum</h3>
<p>Category name</p>
<div class="card-button-action">
<a href=""><button class="add-to-cart">Add to Cart</button></a>
<a href=""><button class="details">Details</button></a>
</div>
</div>
</div>
</div>
<a href="Shop.html"><button class="show-more">Show more</button></a>
</section>
<!-- Best Seller Section END -->
<!-- About Section START -->
<section class="about">
<h1>About Warisanify</h1>
<a href="About.html"><button>View Here</button></a>
</section>
<!-- About Section END -->
<!-- Membership Section Start -->
<section class="membership">
<h1>Upgrade to Member<span>ship</span></h1>
<hr>
<<<<<<< HEAD <p>Get serial key<br> to unlock special deals<br> and free delivery on Central Java</p> <button class="upgrade-membership">Upgrade now</button>
=======
<p>Get serial key<br> to unlock special deals<br> and free delivery on Central Java</p> <button class="upgrade-membership">Upgrade now</button>
>>>>>>> 53a934d91b5e6ae02714ff4034162389deaf86e7
</section>
<!-- Membership Section END -->
<!-- Offering Section START -->
<section class="offering">
<h1 class="offering-head">Offering</h1>
<div class="offering-container">
<div class="offering-side">
<h1>Special Deals For You</h1>
</div>
<div class="offering-head">
<ul>
<li><a href="">New Account</a></li>
<li><a href="">Membership</a></li>
</ul>
</div>
<div class="offering-main">
<h1>main</h1>
</div>
</div>
</section>
<!-- Offering Section END -->
<!-- Footer Section START -->
<section class="footer">
<div class="logo">
<a href="">Warisanify</a>
</div>
<div class="footer-container">
<div class="footer-container-left">
<div class="contact-us">
<h2>Contact Us</h2>
<p>warisanify@gmail.com</p>
</div>
<div class="find-us">
<h2>Find Us</h2>
<ul>
<li>Warisanify.id</li>
<li>Warisanify.id</li>
<li>Warisanify.id</li>
<li>Warisanify.id</li>
</ul>
</div>
</div>
<hr>
<div class="footer-container-right">
<div class="feature">
<h2>Warisanify</h2>
<ul>
<li><a href="">Home</a></li>
<li><a href="">Shop</a></li>
<li><a href="">About</a></li>
</ul>
</div>
<div class="special-thanks">
<h2>Special Thanks</h2>
<p>Lorem Ipsum</p>
</div>
</div>
</div>
</section>
<!-- Footer Section END -->
<<<<<<< HEAD <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous">
</script>
=======
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
>>>>>>> 53a934d91b5e6ae02714ff4034162389deaf86e7
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script>
$('.slider').slick({
slidesToShow: 3,
slidesToScroll: 3,
centerMode: true
});
</script>
</body>
</html>