-
Notifications
You must be signed in to change notification settings - Fork 1
/
process.html
361 lines (326 loc) · 11.1 KB
/
process.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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Process</title>
<!-- Primary Meta Tags -->
<meta name="title" content="Jayasinghe Oil Mills" />
<meta
name="description"
content="Jayasinghe Oil Mills Business and Manufacturing Process Management System."
/>
<meta
name="keywords"
content="JOM, Jayasinghe Oil Mills, Coconut Oil, Sri Lanaka"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jom-dev.duckdns.org/" />
<meta property="og:title" content="Jayasinghe Oil Mills" />
<meta
property="og:description"
content="Jayasinghe Oil Mills Business and Manufacturing Process Management System."
/>
<meta
property="og:image"
content="https://jom-dev.duckdns.org/common/img/logo-manifest.jpg"
/>
<!-- Twitter -->
<meta
property="twitter:card"
content="https://jom-dev.duckdns.org/common/img/logo-manifest.jpg"
/>
<meta property="twitter:url" content="https://jom-dev.duckdns.org/" />
<meta property="twitter:title" content="Jayasinghe Oil Mills" />
<meta
property="twitter:description"
content="Jayasinghe Oil Mills Business and Manufacturing Process Management System."
/>
<meta
property="twitter:image"
content="https://jom-dev.duckdns.org/common/img/logo-manifest.jpg"
/>
<!-- icons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://jom-dev.duckdns.org/common/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://jom-dev.duckdns.org/common/img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://jom-dev.duckdns.org/common/img/favicon-16x16.png"
/>
<!-- manifest -->
<link rel="manifest" href="./site.webmanifest" />
<script
src="https://kit.fontawesome.com/3d9946f29b.js"
crossorigin="anonymous"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<link rel="stylesheet" href="./common/style.css" />
<link rel="stylesheet" href="./landing.css" />
<link rel="stylesheet" href="./product.css" />
<link rel="stylesheet" href="./process.css" />
</head>
<body style="background-color: var(--body-color)">
<!-- Loading screen -->
<div class="loader-wrapper">
<div class="logo-container">
<img src="./common/JOM logo 1.png" alt="" />
</div>
<div class="lds-spinner">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<nav class="navbar">
<ul class="menu">
<li><a href="./index.html">Home</a></li>
<li><i class="fas fa-circle dot"></i></li>
<li><a href="./process.html" class="active">Process</a></li>
<li><i class="fas fa-circle dot"></i></li>
<li><a href="./products.html">Products</a></li>
</ul>
<a class="button" href="./signin.html">Login</a>
<!-- responsive button -->
<div class="menu-btn"><i class="fa fa-bars"></i></div>
</nav>
<section class="content">
<h1 class="main-text">
From your Yard<br />
to our Hand
</h1>
<p class="sub-text">
Glimpse of how the magic happens.<br />
Explore and Learn more about our production pipeline.
</p>
<a href="#container">
<svg class="arrows">
<path class="a1" d="M0 0 L30 32 L60 0"></path>
<path class="a2" d="M0 20 L30 52 L60 20"></path>
<path class="a3" d="M0 40 L30 72 L60 40"></path>
</svg>
</a>
</section>
<section class="steps" id="container">
<div class="step-container container">
<div class="step-image step-image-1" id="">
<img src="./common/img/step-1.png" alt="step-image-1" />
</div>
<div class="step-content step-content-1">
<h3 class="step-sub-header">GET STARTED</h3>
<h2 class="step-header">Create a Supply Request</h2>
<p>
Suppliers can create a supply request using web or mobile app once a
yield of coconut is collected. Supplier can specify the location,
collection amount and the preferred payment method.
</p>
</div>
<div class="step-image step-image-2" id="">
<img src="./common/img/step-2.png" alt="step-image-2" />
</div>
<div class="step-content step-content-2">
<h3 class="step-sub-header">COLLECTIONS</h3>
<h2 class="step-header">Get a Collection Confirmation</h2>
<p>
Upon reviewing the request, a collector will be assigned for your
collection request. You can view the scheduled collection
information in your dashboard.
</p>
</div>
<div class="step-image step-image-3" id="">
<img src="./common/img/step-3.png" alt="step-image-3" />
</div>
<div class="step-content step-content-3">
<h3 class="step-sub-header">TO COLLECTOR</h3>
<h2 class="step-header">Supply Coconuts to the Collector</h2>
<p>
Once the collector reaches you, provide him with the coconuts and
help him with counting.
</p>
</div>
<div class="step-image step-image-4" id="">
<img src="./common/img/step-4.png" alt="step-image-4" />
</div>
<div class="step-content step-content-4">
<h3 class="step-sub-header">VERIFY</h3>
<h2 class="step-header">Verify the Coconut Amount</h2>
<p>
After counting the coconut amount, help the collector to verify the
amount using your device.
</p>
</div>
<div class="step-image step-image-5" id="">
<img src="./common/img/step-5.png" alt="step-image-5" />
</div>
<div class="step-content step-content-5">
<h3 class="step-sub-header">PAYMENT</h3>
<h2 class="step-header">Get Paid</h2>
<p>
According to the payment method you specified, you can get paid at
collection or get your payment into the bank account you specify.
</p>
</div>
</div>
</section>
<div class="register">
<h2>Register As a Suplier Today</h2>
<p>
Register with us and start supplying your coconut yeild to Jayasinghe
Oil Mills for the best price in the market
</p>
<a href="./signup/index.html" class="form-button">Register Now</a>
</div>
<footer class="footer-distributed" id="footer">
<div class="footer-left">
<!-- <img src="./common/JOM logo 1.png" alt="" /> -->
<p class="text">Try our mobile application</p>
<br />
<div class="mobile-app">
<img src="./common/img/supplier_qr.png" alt="" />
<a
href="https://github.com/GroupProject-JOM/Mobile-Collector/releases/download/v1.1.0/JOM.apk"
class="google-icon"
><i class="fa-brands fa-google-play"> Google Play</i></a
>
</div>
<p class="footer-links">
<a href="./index.html#layer1" class="link-1">Home</a>
<a href="./index.html#layer2">About Us</a>
<a href="./products.html">Products</a>
<a href="./process.html">Process</a>
<a href="#footer">Contact</a>
</p>
<p class="footer-company-name">
© 2024 Copyright: Jayasinghe Oil Mills
</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>
<a href="https://maps.app.goo.gl/QHZtcCDZUr2HPJFS6" target="_blank"
><span>No 105, Ravita Road,</span> Welpalla, Sri Lanka.</a
>
</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>
<a href="https://wa.me/94718299610" target="_blank"
>+94 71 829 9610</a
>
</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span>
Jayasinghe Oil Mills is one of the leading coconut oil manufacturers
in Sri Lanka. We have been producing Coconut oil for the last 20
years.
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/"><i class="fa fa-facebook"></i></a>
<a href="https://www.twitter.com/"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/"
><i class="fa fa-instagram"></i
></a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fas fa-chevron-up"></i>
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<script>
const scrollRevealOption = {
distance: "50px",
origin: "bottom",
reset: false,
duration: 1500,
};
ScrollReveal().reveal(".main-text", {
...scrollRevealOption,
});
ScrollReveal().reveal(".sub-text", {
...scrollRevealOption,
delay: 500,
});
ScrollReveal().reveal(".scroll-btn", {
...scrollRevealOption,
delay: 1500,
});
ScrollReveal().reveal(".step-image-1", {
...scrollRevealOption,
origin: "right",
});
ScrollReveal().reveal(".step-content-1", {
...scrollRevealOption,
origin: "left",
});
ScrollReveal().reveal(".step-image-2", {
...scrollRevealOption,
origin: "right",
});
ScrollReveal().reveal(".step-content-2", {
...scrollRevealOption,
origin: "left",
});
ScrollReveal().reveal(".step-image-3", {
...scrollRevealOption,
origin: "right",
});
ScrollReveal().reveal(".step-content-3", {
...scrollRevealOption,
origin: "left",
});
ScrollReveal().reveal(".step-image-4", {
...scrollRevealOption,
origin: "right",
});
ScrollReveal().reveal(".step-content-4", {
...scrollRevealOption,
origin: "left",
});
ScrollReveal().reveal(".step-image-5", {
...scrollRevealOption,
origin: "right",
});
ScrollReveal().reveal(".step-content-5", {
...scrollRevealOption,
origin: "left",
});
$(".menu-btn").click(function () {
$(".navbar .menu").toggleClass("active");
$(".navbar .button").toggleClass("active");
$(".menu-btn i").toggleClass("active");
});
</script>
<script src="./common/loader.js"></script>
</body>
</html>