-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
264 lines (246 loc) · 11.3 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
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html class="has-navbar-fixed-top" lang="en">
<head>
<!--==========================================================================
Head Section
===========================================================================-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Three | by Heksagon</title>
<meta name="description" content="Three is a free template for an eCommerce Website">
<link rel="icon" href="favicon.svg" type="image/svg" sizes="16x16">
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdnjs.cloudflare.com/">
<link rel="preload stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css" as="style">
<link rel="preload stylesheet" type="text/css" href="three.css" as="style">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" as="style">
<link rel="preload stylesheet" href="https://unpkg.com/aos@2.3.1/dist/aos.css" as="style">
<link rel="preload stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" as="style"/>
<link rel="preload stylesheet" href="https://unpkg.com/bulma-modal-fx/dist/css/modal-fx.min.css" as="style" type="text/css"/>
</head>
<body>
<!--==========================================================================
Start Navigation Section
===========================================================================-->
<nav class="navbar is-light is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/three/">
<img src="favicon.svg" width="40" height="40" alt="Home">Three Template
</a>
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false"> <span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
<a class="navbar-item modal-button" data-target="modal-id"><i class="fas fa-shopping-cart"></i></a>
<div id="modal-id" class="modal modal-fx-fadeInScale">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Your Cart</p>
<button class="modal-button-close delete" aria-label="close"></button>
</header>
<section class="modal-card-body has-text-centered p-6">Add your eCommerce platform of choice. Read more about it<a target="_blank" rel="noopener" href="https://www.heksagon.net/entrepreneurship/3-ways-to-build-an-ecommerce-website/"> here.</a>
</section>
</div>
</div>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-end">
<a href="#product-1" class="navbar-item">
Product 1
</a>
<a href="#product-2" class="navbar-item">
Product 2
</a>
<a href="#product-3" class="navbar-item">
Product 3
</a>
<a href="#subscribe" class="navbar-item">
Subscribe
</a>
</div>
</div>
</nav>
<!--==========================================================================
End Navigation Section
===========================================================================-->
<!--==========================================================================
Start Hero Section
===========================================================================-->
<section class="hero is-medium">
<div class="hero-body">
<div class="container">
<h1 class="title is-1 ">Welcome to your shop!</h1>
<h2 class="subtitle"><div id="app"></div></h2>
<div class="column is-full">
<a class="button is-success is-outlined" href="#"><i class="fab fa-whatsapp"></i> WhatsApp Us</a>
</div>
<div class="column is-full">
<a class="button is-danger is-outlined" href="#"><i class="fab fa-instagram"></i> Follow On Instagram</a>
</div>
<div class="column is-full">
<a class="button is-link is-outlined" href="#"><i class="fab fa-twitter"></i> Connect on Twitter</a>
</div>
</div>
</div>
</section>
<!--==========================================================================
End Hero Section
===========================================================================-->
<!--==========================================================================
Start Product 1 Section
===========================================================================-->
<section id="product-1" class="hero is-large ">
<div class="hero-body">
<div class="container">
<div class="columns is-1-desktop is-2-tablet is-3-mobile">
<div class="column is-6 is-offset-6">
<h1 data-aos="zoom-in" class="title is-1 ">Product 1</h1>
<hr class="content-divider">
<h2 data-aos="zoom-in" class="subtitle">Lorem ipsum dolor sit amet consectetur adipisicing elit. Impedit explicabo amet magni illum eum voluptate! Eveniet voluptatem nam magnam necessitatibus.</h2>
<a class="button is-rounded is-white modal-button" data-target="modal-id">Add to Cart <i class="fas fa-plus"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--==========================================================================
End Product 1 Section
===========================================================================-->
<!--==========================================================================
Start Product 2 Section
===========================================================================-->
<section id="product-2" class="hero is-large ">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-6">
<h1 data-aos="zoom-in" class="title is-1 ">Product 2</h1>
<hr class="content-divider">
<h2 data-aos="zoom-in" class="subtitle">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Doloremque veritatis sequi natus minima distinctio ullam deleniti quasi quisquam autem deserunt.</h2>
<a class="button is-white is-rounded modal-button" data-target="modal-id">Add to Cart <i class="fas fa-plus"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--==========================================================================
End Product 2 Section
===========================================================================-->
<!--==========================================================================
Start Product 3 Section
===========================================================================-->
<section id="product-3" class="hero is-large ">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-6 is-offset-6">
<h1 data-aos="zoom-in" class="title is-1 ">Product 3</h1>
<hr class="content-divider">
<h2 data-aos="zoom-in" class="subtitle">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Iure minus nam necessitatibus neque in perferendis eveniet dolorum assumenda dolores accusamus.</h2>
<a class="button is-white is-rounded modal-button" data-target="modal-id">Add to Cart <i class="fas fa-plus"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--==========================================================================
End Product 3 Section
===========================================================================-->
<!--==========================================================================
Start Subscription Form Section
===========================================================================-->
<div class="cta va">
<div id="subscribe" class="container">
<div class="columns">
<div class="column is-6">
<h1 class="title is-1 ">Subscribe</h1>
<hr class="content-divider">
<h2 class="subtitle">Here is a subscription form. To receive submissions, you can register for a free account at <a target="_blank" rel="noopener" href="https://formspree.io/">Formspree</a> or <a target="_blank" rel="noopener" href="https://tinyletter.com/">Tiny Letter</a> and replace your unique link in the HTML code.</h2>
</div>
<div class="column is-6">
<form action="{{Replace your formspree link here}}" method="POST">
<div class="field">
<label class="label">Name</label>
<div class="control">
<input class="input is-medium" type="text" placeholder="Your Name Here">
</div>
</div>
<br>
<div class="field">
<label class="label">Email</label>
<div class="control">
<input required class="input is-medium" type="email" placeholder="your@email.com">
</div>
</div>
<br>
<div class="field is-grouped">
<div class="control">
<button type="submit" class="button is-white is-outlined">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!--==========================================================================
End Subscription Form Section
===========================================================================-->
<!--==========================================================================
Start Footer Section
===========================================================================-->
<footer class="footer">
<div class="content has-text-centered">
<p>A template called <strong>Three</strong> by <a target="_blank" rel="noopener" href="https://www.heksagon.net">Heksagon</a>
</p>
<div class="made-by-bulma">
<a href="https://bulma.io" target="_blank" rel="noopener noreferrer">
<img loading=lazy src="https://bulma.io/images/made-with-bulma--white.png" alt="Made with Bulma" width="163" height="31">
</a>
</div>
<a target="_blank" rel="noopener" href="https://www.heksagon.net"><strong><i>Your Company</i></strong></a> © 2023</div>
<script type="text/javascript" src="https://unpkg.com/typewriter-effect@2.3.1/dist/core.js"></script>
<script type="text/javascript" src="https://unpkg.com/bulma-modal-fx/dist/js/modal-fx.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script>
document.addEventListener('DOMContentLoaded', () => {
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
if ($navbarBurgers.length > 0) {
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
const target = el.dataset.target;
const $target = document.getElementById(target);
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
<script>
var app = document.getElementById('app');
var typewriter = new Typewriter(app, {
loop: true
});
typewriter.typeString('Hello! How are you?')
.pauseFor(500)
.deleteAll()
.typeString('What type of product')
.pauseFor(500)
.deleteChars(7)
.typeString('website do you want to build?')
.pauseFor(500)
.start();
</script>
</footer>
</body>
<!--==========================================================================
End Footer Section
===========================================================================-->
</html>