-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
927 lines (908 loc) · 30 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
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
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
<!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>
<meta
name="description"
content="Transform ideas into reality, seize opportunities, and pioneer change with Sheikh Jamal Innovation Grant. Apply Now!"
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://sjig.drmcitclub.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Sheikh Jamal Innovation Grant" />
<meta
property="og:description"
content="Transform ideas into reality, seize opportunities, and pioneer change with Sheikh Jamal Innovation Grant. Apply Now!"
/>
<meta property="og:image" content="https://drmcitclub.com/og/" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="sjig.drmcitclub.com" />
<meta property="twitter:url" content="https://sjig.drmcitclub.com/" />
<meta name="twitter:title" content="Sheikh Jamal Innovation Grant" />
<meta
name="twitter:description"
content="Transform ideas into reality, seize opportunities, and pioneer change with Sheikh Jamal Innovation Grant. Apply Now!"
/>
<meta name="twitter:image" content="https://drmcitclub.com/og/" />
<!-- 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 -->
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500&display=swap"
rel="stylesheet"
/>
<link href="./output.css" rel="stylesheet" />
<!-- 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-dm">
<!-- Header Section -->
<nav
id="header"
class="bg-blue z-[1000000] fixed top-0 left-0 w-full bg-opacity-65"
>
<div
class="py-[15px] mx-4 md:mx-8 lg:mx-20 flex flex-wrap items-center justify-between text-[18px]"
>
<a
href="https://drmcitclub.com/"
class="flex items-center space-x-3 rtl:space-x-reverse"
>
<img
src="./public/DITC_logo.png"
class="h-14"
alt="DRMC IT Club
Logo"
/>
</a>
<button
id="menuToggle"
data-collapse-toggle="navbar-dropdown"
type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg resp hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-dropdown"
aria-expanded="false"
>
<span class="sr-only">Open main menu</span>
<svg
class="w-5 h-5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 17 14"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M1 1h15M1 7h15M1 13h15"
/>
</svg>
</button>
<div class="hidden w-full resp- md:w-auto" id="navbar-dropdown">
<ul
class="flex flex-col font-medium p-4 md:p-0 mt-4 rounded-lg md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0"
>
<li>
<a
href="https://drmcitclub.com/"
class="block py-2 px-3 text-white hover:text-green bg-blue-700 rounded md:bg-transparent md:p-0"
aria-current="page"
>Home</a
>
</li>
<li>
<button
id="dropdownNavbarLink"
data-dropdown-toggle="dropdownNavbar"
class="relative flex items-center justify-between w-full py-2 px-3 text-green hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 md:w-auto md:dark:hover:text-blue-500 dark:focus:text-white dark:border-gray-700 dark:hover:bg-gray-700 md:dark:hover:bg-transparent"
>
Innovation Grant
<svg
class="w-2.5 h-2.5 ms-2.5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 10 6"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m1 1 4 4 4-4"
/>
</svg>
</button>
<!-- Dropdown menu -->
<div
id="dropdownNavbar"
class="absolute top-full z-10 font-normal bg-blue divide-y divide-gray-100 shadow w-44 dark:divide-gray-600 bg-opacity-90 hidden backdrop-blur-sm"
>
<ul
class="py-2 text-sm text-white"
aria-labelledby="dropdownLargeButton"
>
<li>
<a
href="https://sjig.drmcitclub.com/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>About SJ Innovation Grant</a
>
</li>
<li>
<a
href="https://sjig.drmcitclub.com/#sec2"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>At a Glance</a
>
</li>
<li>
<a
href="https://sjig.drmcitclub.com/#sec3"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>Objective</a
>
</li>
<li>
<a
href="https://sjig.drmcitclub.com/#roadmap"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>Roadmap</a
>
</li>
<li>
<a
href="https://sjig.drmcitclub.com/#sec4"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>Who Can Apply?</a
>
</li>
<li>
<a
href="https://sjig.drmcitclub.com/#sps"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>Selection Process and Steps</a
>
</li>
<li>
<a
href="https://sjig.drmcitclub.com/#sec7"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>Terms & Conditions</a
>
</li>
<li>
<a
href="https://sjig.drmcitclub.com/#sec8"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>Pitch Deck Guideline</a
>
</li>
<li>
<a
href="./apply.html"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>Apply now</a
>
</li>
</ul>
</div>
</li>
<li>
<a
class="block py-2 px-3 text-white hover:text-green bg-blue-700 rounded md:bg-transparent md:p-0"
aria-current="page"
href="https://drmcitclub.com/achievements"
>Achievements</a
>
</li>
<li>
<a
class="block py-2 px-3 text-white hover:text-green bg-blue-700 rounded md:bg-transparent md:p-0"
aria-current="page"
href="https://drmcitclub.com/gallery"
>Gallery</a
>
</li>
<li>
<a
class="block py-2 px-3 text-white hover:text-green bg-blue-700 rounded md:bg-transparent md:p-0"
aria-current="page"
href="https://drmcitclub.com/events"
>Events</a
>
</li>
<li>
<a
class="block py-2 px-3 text-white hover:text-green bg-blue-700 rounded md:bg-transparent md:p-0"
aria-current="page"
href="https://drmcitclub.com/executives"
>Executives</a
>
</li>
<li>
<a
class="block py-2 px-3 text-white hover:text-green bg-blue-700 rounded md:bg-transparent md:p-0"
aria-current="page"
href="https://drmcitclub.com/contact"
>Contact us</a
>
</li>
</ul>
</div>
<div class="hidden resp-">
<a
href="./apply.html"
target="_blank"
class="bt px-3 py-2 bg-blue shadow-inner border border-green backdrop-blur-[10px] text-green text-xl font-bold"
>
Apply Now
</a>
</div>
</div>
</nav>
<!-- Section 1: Landing -->
<section
id="sec1"
class="hero flex w-full justify-center py-24 border-b-2 lg:border-b-0"
>
<div
class="sec1container flex flex-wrap justify-center flex-col items-center"
>
<!-- Logo -->
<div class="flex justify-center mb-3 items-center gap-[53px]">
<img
id="sjij-logo"
src="./public/sjij-logo.svg"
alt="Sheikh Jamal Innovation Grant
Logo"
class="block h-28 md:h-48 lg:h-[350px] scaleup fadein"
draggable="false"
loading="lazy"
/>
</div>
</div>
</section>
<!-- Section 2 -->
<section
id="sec2"
class="bg-white flex flex-col justify-center items-center py-10 text-black"
>
<!-- Container for content -->
<div
class="content flex flex-col gap-5 justify-between mx-4 md:mx-8 lg:mx-72 py-10"
>
<h2 class="text-left text-[40px] font-normal font-square uppercase">
SHEIKH JAMAL INNOVATION GRANT 2024 AT A GLANCE
</h2>
<p class="text-base font-normal">
DRMC IT CLUB is excited to announce the launch of "Sheikh Jamal
Innovation Grant" a tribute honoring the legacy of Sheikh Jamal, the
distinguished son of Bangabandhu Sheikh Mujibur Rahman. This
initiative aims to serve as a catalyst, inspiring a new generation of
entrepreneurs in Bangladesh. <br /><br />
With a primary focus on providing a platform for startups and
entrepreneurs to showcase their innovative ideas, this meticulously
crafted event is designed to foster creativity and collaboration.
Participants will have unique opportunities to secure financial
assistance and turn their visionary concepts into tangible realities.
Commemorating Sheikh Jamal's legacy, the initiative strives to
motivate a fresh wave of innovators, significantly contributing to the
growth of the entrepreneurial ecosystem in Bangladesh. <br /><br />
The Sheikh Jamal Innovation Grant, hosted by DRMC IT CLUB, serves as a
catalyst for positive change, reflecting Sheikh Jamal's commitment to
innovation and progress. Entrepreneurs showcase groundbreaking ideas,
network, receive feedback, and have the chance to secure financial
support. This event highlights DRMC IT CLUB's dedication to nurturing
talent and fostering innovation in Bangladesh's startup ecosystem.
</p>
</div>
<div
id="roadmap"
class="content flex flex-col gap-5 justify-between mx-4 md:mx-8 lg:mx-72 py-10"
>
<h2 class="text-left text-[40px] font-normal font-square uppercase">
Prizepool
</h2>
<p class="text-base font-normal">
Exciting rewards await the top innovators! With a total prize pool of
20,00,000 BDT, the champion will take home 5,00,000 BDT. Runners-up,
second runners-up, and 4th to 13th startups each receive their share
of the rewards as mentioned below.
<a class="text-green" href="./apply.html">Register NOW!</a
><br /><br /><span class="font-bold">Prize Pool Distribution:</span
><br />Champion- 5,00,000 BDT<br />Runners Up- 3,00,000 BDT<br />Second
Runners Up- 2,00,000 BDT<br />4th-13th Startups- 1,00,000 BDT Each<br />Total
Prizepool- 20,00,000 BDT
</p>
</div>
</section>
<section
id="sec3"
class="flex flex-col justify-center items-center py-10 text-white"
>
<!-- Container for content -->
<div
class="content flex flex-col gap-5 justify-between mx-4 md:mx-8 lg:mx-72 py-10"
>
<h2 class="text-left text-[40px] font-normal font-square uppercase">
OBJECTIVE
</h2>
<p class="text-base font-normal">
DRMC IT CLUB endeavors to empower entrepreneurs and startups,
inspiring them to dream ambitiously and take decisive steps towards
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
id="roadmap"
class="content flex flex-col gap-5 justify-between mx-4 md:mx-8 lg:mx-72 py-10"
>
<h2 class="text-left text-[40px] font-normal font-square uppercase">
ROADMAP
</h2>
<div class="flex flex-col justify-center gap-10">
<p class="text-base font-normal">
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>
<img
src="./public/roadmap-vertical.png"
alt=""
class="max-h-[350px]"
/>
</div>
</div>
</div>
</section>
<!-- Section 4 -->
<section
id="sec4"
class="bg-white flex flex-col justify-center items-center py-10 text-black"
>
<!-- Container for content -->
<div
class="content flex flex-col gap-5 justify-between mx-4 md:mx-8 lg:mx-72 py-10"
>
<h2 class="text-left text-[40px] font-normal font-square uppercase">
WHO CAN APPLY?
</h2>
<p class="text-base font-normal">
DRMC IT CLUB invites innovative submissions from Bangladeshi citizens
with distinctive ideas, products, or services. This is an opportunity
to showcase your creativity and contribute to the growth of the IT
industry in Bangladesh. Join us in fostering a culture of innovation
and entrepreneurship – submit your application and be a part of
shaping the future of technology in our country.
</p>
</div>
<div
id="sps"
class="content flex flex-col gap-5 justify-between mx-4 md:mx-8 lg:mx-72 py-10"
>
<h2 class="text-left text-[40px] font-normal font-square uppercase">
Selection Process and Steps
</h2>
<p class="text-base font-normal">
The first step in the competition is to use the SHEIKH JAMAL
INNOVATION GRANT website to submit an application by the deadline of
11 April. 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 boot camp from 12 to 24 April, where
they will get coaching and guidance in order to get ready for the last
pitching session. The final judging and gala event will take place
from 25 to 27 April, where the top 13 startups, one of which will win
the SHEIKH JAMAL INNOVATION GRANT prize, will be selected by the
knowledgeable panel of judges.<br />
</p>
<p class="text-2xl font-bold capitalize">
Submission Starts > Promotion > Submission Ends > Pitching > Primary
Selection > Top 13 Startups Selection > Final Pitching > Winners
announcement for Sheikh Jamal Innovation Grant
</p>
</div>
</section>
<!-- Section 5 -->
<section id="sec5" class="flex justify-center items-center py-10">
<!-- Container for content -->
<div
class="content flex flex-col gap-5 justify-between mx-4 md:mx-8 lg:mx-72 py-10"
>
<div class="text-left text-[40px] font-normal font-square uppercase">
TERMS AND CONDITIONS
</div>
<div class="text-base font-normal">
<ol type="1" class="pl-8">
<li>
The applicant must be a startup or entrepreneur with an ICT-based
product or service at the prototype level or above.
</li>
<li>
The proposed innovation must demonstrate creativity and have a
positive impact on social change, economic development, and the
environment.
</li>
<li>
Applicants must be legally established entities and must not have
a history of involvement in criminal or illegal activities.
</li>
<li>
Applications will only be accepted online via the official website
of the Sheikh Jamal Innovation Grant.
</li>
<li>
Previous winners of similar grants may have restrictions on
reapplication, as detailed in the contest guidelines.
</li>
<li>
The authority reserves the right to change any decision, including
the prize pool distribution and judging criteria, as deemed
necessary.
</li>
<li>
Go to
<a
class="text-teal-600 text-base font-normal"
href="https://sjig.drmcitclub.com/apply.html"
target="_blank"
>sjig.drmcitclub.com/apply</a
>
to submit your application.
</li>
<li>
Applicants must carefully review the contest rules and guidelines
before proceeding with the application process.
</li>
<li>
Ensure all required documents, including pitch decks and business
plans, are prepared before initiating the application.
</li>
<li>
Provide accurate and comprehensive details about your startup,
using clear and understandable language.
</li>
<li>
Follow the specified formatting and submission guidelines outlined
by the contest organizers.
</li>
<li>
Review your application for completeness and accuracy before
submission, and retain a copy for your records.
</li>
<li>
Stay vigilant for updates or requests for additional information
from the contest organizers via email.
</li>
<li>
Submit your application before the specified deadline and adhere
to all subsequent contest timelines and requirements.
</li>
<li>
The prize pool distribution in competitions may be subject to
change at the discretion of the organizing authority, with their
decision being final.
</li>
<li>
The authority's decisions are final, and any changes or updates
will be communicated promptly.
</li>
</ol>
</div>
</div>
</section>
<!-- Section 6 -->
<section
id="sec6"
class="bg-white flex justify-center items-center py-10 text-black"
>
<!-- Container for content -->
<div
class="content flex flex-col gap-5 justify-between mx-4 md:mx-8 lg:mx-72 py-10"
>
<h2 class="text-left text-[40px] font-normal font-square uppercase">
PITCH DECK GUIDELINE
</h2>
<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="./public/SJIG24_Pitch_Deck_Sample.pptx"
class="text-[16px] font-light inline w-full"
download
>Download: PITCH DECK (Sample)</a
>
</div>
</section>
<!-- Section 7 -->
<section
id="sec7"
class="flex flex-col justify-center items-center lg:h-auto py-16 px-4"
>
<!-- Container for content with a flex layout -->
<p class="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.
</p>
<p style="font-weight: bold;" class="text-base mb-5 max-w-[602px] text-center px-[72px]">
<a
class="text-teal-600 text-base font-normal"
href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MTg0bjJlbzRyNGgxcDQwMWx2bHY2dmY4NWwgOTQ1MWUwMDIwY2UyMjk5M2U1YjYyNWMzMTU1OTc4YjMyMzgzMjZkYTA0NzdjNGUzNjUxMmQ1YjgyZjgwNjg4M0Bn&tmsrc=9451e0020ce22993e5b625c3155978b3238326da0477c4e36512d5b82f806883%40group.calendar.google.com"
target="_blank"
>REGISTRATION DEADLINE: 10 April, 2024</a
>
</p>
<a
href="./apply.html"
target="_blank"
class="bt px-3 py-2 bg-blue shadow-inner border border-green backdrop-blur-[10px] text-green text-xl font-bold uppercase"
>
Apply Now
</a>
</section>
<!-- Section 6 -->
<section
id="sec6"
class="bg-white flex justify-left items-center py-10 text-black"
>
<!-- Container for content -->
<div
class="content flex flex-col gap-5 justify-left mx-4 md:mx-8 lg:mx-72 py-10"
>
<h2 class="text-left text-[40px] font-normal font-square uppercase">
Contact
</h2>
<p class="text-base font-normal">
<span class="font-bold">Shafin Yeasar Khan</span><br />Vice
President<br />Contact No - 01778399671<br />
</p>
<p class="text-base font-normal">
<span class="font-bold">Muhtasim Mahim</span><br />Programming
Secretary<br />Contact No - 01770597122
</p>
<p class="text-base font-normal">
<span class="font-bold">Email</span><br /><a
href="mailto:ditcofficial2024@gmail.com"
>ditcofficial2024@gmail.com</a
>
</p>
</div>
</section>
<!-- Footer Section -->
<footer
id="footer"
class="bg-footerbg flex flex-col justify-between items-center gap-8 px-10 py-3 lg:py-5"
>
<div
id="footerdiv1"
class="w-full flex flex-col lg:flex-row justify-start lg:justify-between items-start py-14"
>
<div class="max-w-[344px]">
<a
href="https://drmcitclub.com/"
class="flex items-center space-x-3 rtl:space-x-reverse pb-5"
>
<img
src="./public/DITC_logo.png"
class="h-[70px]"
alt="DRMC IT Club
Logo"
/>
</a>
<p>
The purpose of DRMC IT CLUB shall be to serve and enrich the
knowledge of the passionate and tech savvy students .
</p>
</div>
<div class="max-w-[255px]">
<h5 class="text-[#00d9a6] text-2xl font-bold pb-6">Links</h5>
<ul class="flex flex-col gap-3">
<li>
<a
class="hover:text-[#00d9a6]"
href="https://drmcitclub.com/"
target="_blank"
>Home</a
>
</li>
<li>
<a
class="hover:text-[#00d9a6]"
href="https://drmcitclub.com/"
target="_blank"
>Achivements</a
>
</li>
<li>
<a
class="hover:text-[#00d9a6]"
href="https://drmcitclub.com/contact-us/"
target="_blank"
>Contact</a
>
</li>
</ul>
</div>
<div class="max-w-[255px]">
<h5 class="text-[#00d9a6] text-2xl font-bold pb-6">Links</h5>
<ul class="flex flex-col gap-3">
<li>
<a
class="hover:text-[#00d9a6]"
href="https://drmcitclub.com/events/"
target="_blank"
>Events</a
>
</li>
<li>
<a
class="hover:text-[#00d9a6]"
href="https://drmcitclub.com/gallery/"
target="_blank"
>Gallery</a
>
</li>
<li>
<a
class="hover:text-[#00d9a6]"
href="https://drmcitclub.com/executives-panel-2024/"
target="_blank"
>Executives</a
>
</li>
</ul>
</div>
<div class="max-w-[565px]">
<h5 class="text-[#00d9a6] text-2xl font-bold pb-6">Contact Info</h5>
<ul class="flex flex-col gap-3">
<li>
2nd Floor, Academic Building 3, Dhaka Residential Model College,
Mirpur Road, Mohammadpur, Dhaka 1207, Bangladesh
</li>
<li>+880 1778399671</li>
<li>+880 1770597122</li>
<li>
<a
class="hover:text-[#00d9a6]"
href="mailto:contact@drmcitclub.com"
target="_blank"
>contact@drmcitclub.com</a
>
</li>
<li>
<a
class="hover:text-[#00d9a6]"
href="mailto:officials@drmcitclub.com"
target="_blank"
>officials@drmcitclub.com</a
>
</li>
</ul>
</div>
</div>
<div
class="w-full flex flex-col lg:flex-row justify-start lg:justify-between items-center gap-4 pb-3 opacity-90"
>
<div class="flex gap-4 opacity-90">
<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] lg: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] lg: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] lg:h-auto"
/>
</a>
</div>
<div class="flex justify-center items-center">
<p id="copyright" class="text-white text-[7px] lg:text-base">
© Copyright
<span class="text-green font-bold uppercase"
>Sheikh Jamal Innovation Grant</span
>
. All Rights Reserved
</p>
</div>
</div>
</footer>
<!-- <h2
class="text-[18px] md:text-2xl lg:text-[40px] font-square font-bold pb-3 lg:pb-5 uppercase]"
>
Sheikh Jamal Innovation Grant
</h2>
<div class="flex gap-4 pb-3 lg:pb-5 opacity-90">
<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] lg: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] lg: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] lg:h-auto"
/>
</a>
</div>
<p id="copyright" class="text-white text-[7px] lg:text-[10px]">
© Copyright
<span class="font-bold uppercase">Sheikh Jamal Innovation Grant</span>
. All Rights Reserved
</p> -->
<!-- <div id="fixed">
<a
id="apply"
href="./apply.html"
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 lg:text-2xl font-bold uppercase"
>
Apply Now
</a>
</div> -->
<!-- Cursor -->
<div class="cursor-dot-outline"></div>
<div class="cursor-dot"></div>
<!-- Script -->
<script src="index.js"></script>
<script src="https://unpkg.com/flowbite@1.4.4/dist/flowbite.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Mohammadpur",
"addressRegion": "Dhaka",
"postalCode": "1207",
"addressCountry": "BD"
},
"name": "Dhaka Residential Model College"
},
"name": "Sheikh Jamal Innovation Grant",
<!-- "startDate": "2013-09-14T21:30", -->
"organizer": {
{
"@type": "Organization",
"name": "DRMC IT Club",
"url": "https://drmcitclub.com"
},
{
"@type": "Organization",
"name": "ICT Division",
"parentOrganization" : "Government of the People's Republic of Bangladesh",
"url": "https://ictd.gov.bd/"
}
}
}
</script>
</body>
</html>