-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
638 lines (609 loc) · 23.5 KB
/
index2.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title -->
<title>Sheikh Jamal Innovation Grant</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Preconnect to Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Google Fonts and Tailwind CSS -->
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap"
rel="stylesheet"
/>
<link href="./output.css" rel="stylesheet" />
<link rel="stylesheet" href="./cursor.css" />
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<body class="bg-blue text-white font-bahn">
<!-- Header Section -->
<!-- <header id="header"></header> -->
<!-- Section 1: Landing -->
<section
id="sec1"
class="h-screen flex w-full justify-center py-40 border-b-2 md:border-b-0"
>
<div
class="sec1container flex flex-wrap justify-center flex-col items-center"
>
<!-- Logos -->
<div class="flex justify-center mb-3 items-center gap-[53px]">
<img
id="drmcitc-logo"
src="./public/DITC_logo.png"
alt="DRMC IT Club Logo"
class="line-block h-[65px] fadein"
draggable="false"
loading="lazy"
/>
<img
id="drmc-logo"
src="./public/Drmc_logo.png"
alt="Dhaka Residential Model College
Logo"
class="line-block h-[90px] fadein"
draggable="false"
loading="lazy"
/>
</div>
<!-- Club Name -->
<div class="block text-center font-bebasneue text-[64px] ditc fadein">
DRMC IT CLUB
</div>
<!-- Presents Text -->
<div class="presents block text-center text-xl text-green3 slideup">
presents
</div>
<!-- Grant Logo -->
<img
id="sjij-logo"
src="./public/sjij-logo.svg"
alt="Sheikh Jamal Innovation Grant
Logo"
class="block md:h-[172px] scaleup"
draggable="false"
loading="lazy"
/>
</div>
</section>
<!-- Section 2 -->
<section
id="sec2"
class="h-screen flex flex-col md:flex-row justify-center items-center py-32 border-b-2 md:border-b-0"
>
<!-- Container for content and image with a flex layout -->
<div
class="flex flex-col md:flex-row justify-between w-full md:w-[836px] mx-auto"
>
<!-- Textual content container with background styling -->
<div
class="bg-slate-950 bg-opacity-0 md:bg-opacity-50 w-full md:w-[500px] h-auto md:h-[376px] flex justify-center items-center p-[76px] pt-0 md:p-[76px] md:backdrop-blur-sm"
>
<!-- Text content wrapper -->
<div>
<!-- Section title -->
<div class="font-square text-2xl md:text-[32px] mb-4 uppercase">
About
</div>
<!-- Description paragraph -->
<p class="text-justify text-sm md:text-[15px]">
Welcome to the Sheikh Jamal Innovation Grant – a tribute to the
distinguished son of Bangabandhu Sheikh Mujibur Rahman. This
initiative is a catalyst for a new wave of entrepreneurs in
Bangladesh, providing a platform for startups to showcase
innovative ideas.
</p>
</div>
</div>
<!-- Image -->
<img
src="./public/sheikh_jamal.png"
alt="Portrait of Sheikh Jamal"
class="px-[76px] md:p-0 w-full md:w-auto h-auto md:h-[376px] object-cover"
draggable="false"
loading="lazy"
/>
</div>
</section>
<!-- Section 3 -->
<section
id="sec3"
class="md:h-screen flex flex-col md:flex-row justify-center items-center py-32 border-b-2 md:border-b-0"
>
<!-- Container for content and image with a flex layout -->
<div
class="flex flex-col md:flex-row justify-between w-full md:w-[836px] mx-auto"
>
<!-- Image -->
<img
src="./public/objective.svg"
alt="Portrait of Sheikh Jamal"
class="px-[76px] md:p-0 w-full md:w-auto h-auto md:h-[376px] object-cover"
draggable="false"
loading="lazy"
/>
<!-- Textual content container with background styling -->
<div
class="bg-gray-500 bg-opacity-0 md:bg-opacity-20 w-full md:w-[500px] h-auto md:h-[376px] flex justify-center items-center p-[76px] pb-0 md:p-[76px] md:backdrop-blur-sm"
>
<!-- Text content wrapper -->
<div>
<!-- Section title -->
<div class="font-square text-2xl md:text-[32px] mb-4 uppercase">
OBJECTIVE
</div>
<!-- Description paragraph -->
<p class="text-justify text-sm md:text-[15px]">
DRMC IT CLUB endeavors to empower entrepreneurs and startups,
inspiring them to dream ambitiously and take decisive steps toward
achieving their goals. The objective is to foster a
startup-friendly environment, aligning with the visionary
aspirations of Sheikh Jamal, the son of Bangabandhu Sheikh Mujibur
Rahman, for a smart and prosperous Bangladesh.
</p>
</div>
</div>
</div>
</section>
<!-- Section 4 -->
<section
id="sec4"
class="h-screen flex flex-col md:flex-row justify-center items-center py-32 border-b-2 md:border-b-0"
>
<!-- Container for content and image with a flex layout -->
<div
class="flex flex-col md:flex-row justify-between w-full md:w-[836px] mx-auto"
>
<!-- Textual content container with background styling -->
<div
class="bg-slate-950 bg-opacity-0 md:bg-opacity-50 w-full md:w-[500px] h-auto md:h-[376px] flex justify-center items-center p-[76px] pt-0 md:p-[76px] md:backdrop-blur-sm"
>
<!-- Text content wrapper -->
<div>
<!-- Section title -->
<div class="font-square text-2xl md:text-[32px] mb-4 uppercase">
ROADMAP
</div>
<!-- Description paragraph -->
<p class="text-justify text-sm md:text-[15px]">
From idea submission to the Gala Event, the Sheikh Jamal
Innovation Grant roadmap is a concise journey. Participants submit
ideas, undergo promotion, engage in dynamic pitching, face
meticulous judging, and culminate in the Gala Event where the top
startup claims the coveted grant. This straightforward path
mirrors the essence of innovation, echoing Sheikh Jamal's legacy
in the entrepreneurial landscape.
</p>
</div>
</div>
<!-- Image -->
<img
src="./public/roadmap.png"
alt="Portrait of Sheikh Jamal"
class="px-[76px] md:p-0 w-full md:w-auto h-auto md:h-[376px] object-cover bg-slate-950 bg-opacity-0 md:bg-opacity-50 md:backdrop-blur-sm"
draggable="false"
loading="lazy"
/>
</div>
</section>
<!-- Section 5 -->
<section
id="sec5"
class="md:h-screen flex flex-col md:flex-row justify-center items-center py-32 border-b-2 md:border-b-0"
>
<!-- Container for content and image with a flex layout -->
<div
class="flex flex-col md:flex-row justify-between w-full md:w-[836px] mx-auto"
>
<!-- Image -->
<img
src="./public/who_can_apply.svg"
alt="Portrait of Sheikh Jamal"
class="px-[76px] md:p-0 w-full md:w-auto h-auto md:h-[376px] object-cover"
draggable="false"
loading="lazy"
/>
<!-- Textual content container with background styling -->
<div
class="bg-gray-500 bg-opacity-0 md:bg-opacity-20 w-full md:w-[500px] h-auto md:h-[376px] flex justify-center items-center p-[76px] pb-0 md:p-[76px] md:backdrop-blur-sm"
>
<!-- Text content wrapper -->
<div>
<!-- Section title -->
<div class="font-square text-2xl md:text-[32px] mb-4 uppercase">
Who Can Apply
</div>
<!-- Description paragraph -->
<p class="text-justify text-sm md:text-[15px]">
Open to all Bangladeshi citizens with unique ICT-based ideas,
products, or services. Let your innovation shine!
</p>
</div>
</div>
</div>
</section>
<!-- Section 6 -->
<section
id="sec6"
class="h-screen flex flex-col md:flex-row justify-center items-center py-32 border-b-2 md:border-b-0"
>
<!-- Container for content and image with a flex layout -->
<div
class="flex flex-col md:flex-row justify-between w-full md:w-[836px] mx-auto"
>
<!-- Textual content container with background styling -->
<div
class="bg-slate-950 bg-opacity-0 md:bg-opacity-50 w-full md:w-[500px] h-auto md:h-[376px] flex justify-center items-center p-[76px] pt-0 md:p-[76px] md:backdrop-blur-sm border-white"
>
<!-- Text content wrapper -->
<div>
<!-- Section title -->
<div class="font-square text-2xl md:text-[32px] mb-4 uppercase">
Prizes
</div>
<!-- Description paragraph -->
<p class="text-justify text-sm md:text-[15px]">
Winner (Champion): BDT 10 Lakh as a grant & Crest Top 10 Startups:
BDT 2 Lakh each as a grant & Crest All Winners: Certificate,
Investment Opportunity, Support Services, and Many more
Opportunities...
</p>
</div>
</div>
<!-- Container to center #prizes-div -->
<div class="flex justify-center items-center">
<!-- Image -->
<div
id="prizes-div"
class="w-[304px] h-[376px] bg-slate-950 bg-opacity-50 border border-white backdrop-blur-sm"
>
<img
src="./public/prizes.svg"
alt="Portrait of Sheikh Jamal"
class="h-[376px]"
draggable="false"
/>
</div>
</div>
</div>
</section>
<!-- Section 7: Selection Process and Steps -->
<section id="sec7" class="flex justify-center items-center py-32">
<!-- Container for content -->
<div class="content flex flex-col gap-5 justify-between mx-[82px] pt-10">
<div class="content flex flex-col gap-5 justify-between mx-[82px] p-10">
<div class="text-left text-[32px] font-normal font-square uppercase">
Selection Process and Steps
</div>
<div class="text-base font-normal">
The first step in the competition is to use the BIG website to
submit an application by the deadline. Following the screening of
applications, the selected applicants will participate in a pitching
session in the second round. The judges will assess the initiative
based on a variety of factors, including its creativity, viability,
impact, business potential, team, consumer demands, and market
demand. After being chosen, the entrepreneurs will take part in a
three-day boot camp where they will get coaching and guidance in
order to get ready for the last pitching session. The top 51
startups, one of which will win the BIG prize, will be selected by
the knowledgeable panel of judges.<br />
</div>
<div class="text-2xl font-bold capitalize">
Submission Starts > Campaign & Promotion > Submission Ends > Pre
Pitching Screening > Pitching > Primary Selection > Boot camp > Top
51 Startups Selection > Final Pitching > Winners announcement for
BIG 2023
</div>
</div>
</div>
</section>
<!-- Section 8: TERMS AND CONDITIONS -->
<section id="sec8" class="flex justify-center items-center py-32">
<!-- Container for content -->
<div class="content flex flex-col gap-5 justify-between mx-[82px] p-10">
<div class="text-left text-[32px] font-normal font-square uppercase">
TERMS AND CONDITIONS
</div>
<div class="text-base font-normal">
<ol type="1" class="pl-8">
<li>
Go to
<a
class="text-teal-600 text-base font-normal"
href="https://www.sjig.drmcitclub.com"
target="_blank"
>www.sjig.drmcitclub.com</a
>
to submit your application.
</li>
<li>
Anyone with a new technology idea can apply to Sheikh Jamal
Innovation Grant , even if they're not a student.
</li>
<li>
First, read the contest rules carefully to make sure your startup
qualifies.
</li>
<li>
Gather all the stuff you need for the application, like your pitch
deck, business plan, money predictions and contact details.
</li>
<li>
Sign up on the contest website and start filling out the
application by answering the questions and completing all the
necessary information.
</li>
<li>
Please make sure to give all the important and correct details
about your startup, such as who is in your team, what your product
or service is, the market opportunity, and how you plan to make
money.
</li>
<li>
Use simple and easy-to-understand language, avoiding fancy words
or technical terms that the judges may not know.
</li>
<li>
If asked, give links to any important websites, social media
pages, or online demonstrations of your product or service.
</li>
<li>
Make sure to follow the rules given by the contest organizers
about how to format and submit your entry, like how big the file
can be or what type of document to use.
</li>
<li>
Make sure to review your application carefully to make sure it is
correct and complete before you send it. Also, be sure to keep a
copy for yourself.
</li>
<li>
After you send your application, be sure to check your email often
for any updates or requests for more information from the contest
organizers.
</li>
<li>
Make sure to send in your application before the deadline, and
keep an eye out for any upcoming steps or deadlines for the
contest, like when they will tell finalists or when you will
present to the judges.
</li>
</ol>
</div>
</div>
</section>
<!-- Section 9: g -->
<section id="sec9" class="flex justify-center items-center py-32">
<!-- Container for content -->
<div class="content flex flex-col gap-5 justify-between mx-[82px] p-10">
<div class="text-left text-[32px] font-normal font-square uppercase">
PITCH DECK GUIDELINE
</div>
<ol type="1" class="pl-8 text-base font-normal">
<li>
Make sure the pitch deck is short and focused, with only 10-12
slides.
</li>
<li>
Begin with a short and easy-to-understand introduction that grabs
people's interest and clearly describes what your new business does
and why it's significant.
</li>
<li>
Explain and give a brief description of the market opportunity,
size, and problem that your startup is trying to fix.
</li>
<li>
Explain what makes you special and better than others, and how you
will stand out from your competition.
</li>
<li>
Clearly explain how your business will make money and where the
money will come from. This should include how you will set your
prices.
</li>
<li>
Show that people like your product by getting feedback from
customers, doing trial runs, or showing how many people are buying
it early on.
</li>
<li>
Please tell us how you plan to sell your product, who you want to
sell it to, and how you will advertise and make sales.
</li>
<li>
Talk about your plan for your product or service and how you will
make it better in the future.
</li>
<li>Please describe the technology structure briefly.</li>
<li>
Explain how much money you think you will make and how much it will
cost to run your business. Also, talk about any money you have
already gotten and how you plan to get more money in the future.
</li>
<li>
Identify any partnerships or working together with others that could
help you grow faster or reach more customers.
</li>
<li>
Explain any possible problems or difficulties your new business
might have and how you will deal with them.
</li>
<li>
Display any progress your startup has already made, like gaining
customers, getting attention from the media, or hiring important
staff members.
</li>
<li>
Tell us about your team's experience and skills, and show how your
team is a good fit to make your startup's ideas happen.
</li>
<li>
Use pictures like charts or drawings to show important information.
</li>
</ol>
<a href="#" class="text-[16px] font-light"
>Download: PITCH DECK (Sample)</a
>
</div>
</section>
<!-- Section 10 -->
<section
id="sec10"
class="flex justify-center items-center md:h-auto py-32"
>
<!-- Container for content with a flex layout -->
<div
class="flex flex-col justify-center items-center w-full px-4 md:w-[836px]"
>
<div
class="font-bahn text-base mb-5 max-w-[602px] text-center px-[72px]"
>
Ready to innovate? Begin your journey now. Click below to access the
simple and seamless registration procedure for the Sheikh Jamal
Innovation Grant.
</div>
<a
id="apply"
href="./apply"
target="_blank"
class="px-3 py-2 bg-emerald-900 bg-opacity-100 shadow-inner border border-white backdrop-blur-[10px] text-white text-xl md:text-2xl font-bold font-bahn uppercase"
>
Apply Now
</a>
</div>
</section>
<!-- Footer Section -->
<footer
id="footer"
class="bg-[#359179] bg-opacity-30 flex flex-col justify-center items-center py-3 md:py-5"
>
<div class="text-[18px] md:text-[32px] font-bold pb-3 md:pb-5 uppercase">
Sheikh Jamal Innovation Grant
</div>
<div class="flex gap-4 pb-3 md:pb-5">
<a href="https://www.facebook.com/drmcitclub" target="_blank">
<img
src="./public/fb_icon.svg"
alt="Facebook Icon"
draggable="false"
loading="lazy"
class="h-[26px] md:h-auto"
/>
</a>
<a href="https://www.instagram.com/drmcitclub" target="_blank">
<img
src="./public/insta_icon.svg"
alt="Instagram Icon"
draggable="false"
loading="lazy"
class="h-[26px] md:h-auto"
/>
</a>
<a
href="https://github.com/sakibmouin/sheikh-jamal-innovation-grant"
target="_blank"
>
<img
src="./public/github_icon.svg"
alt="GitHub Icon"
draggable="false"
loading="lazy"
class="h-[26px] md:h-auto"
/>
</a>
</div>
<div id="copyright" class="text-[7px] md:text-[10px]">
© Copyright
<span class="font-bold uppercase">Sheikh Jamal Innovation Grant</span> .
All Rights Reserved
</div>
</footer>
<!-- <div id="fixed">
<a
id="apply"
href="./apply"
target="_blank"
class="px-3 py-2 bg-emerald-900 bg-opacity-100 shadow-inner border border-white backdrop-blur-[10px] text-white text-xl md:text-2xl font-bold font-bahn uppercase"
>
Apply Now
</a>
</div> -->
<!-- Cursor -->
<div class="cursor-dot-outline"></div>
<div class="cursor-dot"></div>
<!-- -->
<!-- -->
<!-- -->
<!-- SCRIPTS -->
<!-- right click disabler -->
<script>
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
images[i].addEventListener("contextmenu", function (e) {
e.preventDefault();
});
}
</script>
<!-- Image animation loading script -->
<script>
let imagesLoaded = 0;
const totalImages = 3; // Number of images to wait for
const logo1 = document.getElementById("drmcitc-logo");
const logo2 = document.getElementById("drmc-logo");
const logo3 = document.getElementById("sjig-logo");
function imageLoaded() {
imagesLoaded++;
if (imagesLoaded === totalImages) {
// Make the logo visible and start the animation
logo1.classList.add("logo-visible");
logo2.classList.add("logo-visible");
logo3.classList.add("logo-visible");
}
}
// Attach load event listeners to images
document
.getElementById("drmcitc-logo")
.addEventListener("load", imageLoaded);
document
.getElementById("drmc-logo")
.addEventListener("load", imageLoaded);
document
.getElementById("sjij-logo")
.addEventListener("load", imageLoaded);
</script>
<script>
// Function to load the cursor script
function loadCursorScript() {
var script = document.createElement("script");
script.src = "./cursor.js";
document.body.appendChild(script);
}
// Function to check screen size and load the script accordingly
function checkScreenSizeAndLoadScript() {
if (window.matchMedia("(min-width: 768px)").matches) {
loadCursorScript();
} else {
var existingScript = document.querySelector(
'script[src="./cursor.js"]'
);
if (existingScript) {
existingScript.remove();
}
}
}
// Load the script initially if the screen is large enough
checkScreenSizeAndLoadScript();
// Listen for resize events to update the script loading
window.addEventListener("resize", checkScreenSizeAndLoadScript);
</script>
</body>
</html>