-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoption.html
More file actions
40 lines (39 loc) · 1.62 KB
/
Copy pathoption.html
File metadata and controls
40 lines (39 loc) · 1.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Step Two | Tzedek Marketplace </title>
<link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/home.css">
<link rel="stylesheet" href="../css/option.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Tailwind CSS -->
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
</head>
<body>
<!-- Preloader -->
<!-- <div id="preloader" class="preloader">
<div class="preloader-logo">Tzedek</div>
<div class="preloader-subtitle">Justice • Equality • Community</div>
<div class="preloader-progress">
<div id="progress-bar" class="preloader-progress-bar"></div>
</div>
</div> -->
<section class="option">
<div class="option-container">
<a href="products.html" class="option-content">
<h2>Continue As a customer</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</a>
<a href="create-shop.html" class="option-content">
<h2>Become a shop Owner</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</a>
</div>
</section>
</body>
</html>