Skip to content

Commit 37ecace

Browse files
Proposed Changes Updated (#13)
* FAQ fixed * Floating Media Icons * Footer Fixed * Footer images high quality * Minor Fixes (Footer) * FIXED * FAB updated * Grid fixed and UI changes Signed-off-by: ritiksp2411 <ritik.rjt@gmail.com> * Typo * Onhover media button expans * Removed expansion open by default * Button fixed plus social media telegram * Previous Website * Previus website * fix * FIx * Fix Co-authored-by: ritiksp2411 <ritik.rjt@gmail.com>
1 parent 6e0b5a2 commit 37ecace

14 files changed

Lines changed: 409 additions & 152 deletions

File tree

css/styles.css

Lines changed: 116 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ body {
5757
font-weight: 700;
5858
color: #000;
5959
}
60+
.content a {
61+
font-size: 24px;
62+
font-weight: 700;
63+
color: #000;
64+
}
6065

6166
@media only screen and (max-width: 850px) {
6267
.content {
@@ -67,9 +72,16 @@ body {
6772
font-size: 40px;
6873
}
6974

75+
.apply-btn {
76+
font-size: 12px;
77+
}
78+
7079
.content p {
7180
font-size: 20px;
7281
}
82+
.content a {
83+
font-size: 20px;
84+
}
7385
}
7486

7587
@media only screen and (max-width: 520px) {
@@ -83,17 +95,29 @@ body {
8395
font-size: 24px;
8496
}
8597

98+
.apply-btn {
99+
font-size: 10px;
100+
}
101+
102+
.btn {
103+
width: 200px;
104+
}
105+
86106
.content p {
87107
font-size: 14px;
88108
margin-bottom: 30px;
89109
margin-top: 30px;
90110
}
91111

112+
.content a {
113+
font-size: 14px;
114+
}
115+
92116
.content h3 {
93117
font-size: 20px;
94118
}
95119
.content .btn {
96-
margin: 10% 30%;
120+
margin: 10% 20%;
97121
}
98122
}
99123

@@ -246,6 +270,10 @@ body {
246270
margin-left: -15px;
247271
margin-right: -15px;
248272
}
273+
274+
.apply-btn {
275+
font-size: 11px;
276+
}
249277
}
250278

251279
.section-padding-80 {
@@ -316,10 +344,10 @@ body {
316344
}
317345
}
318346

319-
.main-footer-area {
347+
/* .main-footer-area {
320348
position: relative;
321349
z-index: 1;
322-
}
350+
} */
323351

324352
.main-footer-area .single-footer-widget .widget-title {
325353
font-size: 20px;
@@ -329,7 +357,7 @@ body {
329357

330358
.main-footer-area .single-footer-widget p {
331359
color: #9293bc;
332-
font-size: 14px;
360+
font-size: 16px;
333361
}
334362

335363
.main-footer-area .single-footer-widget p i {
@@ -338,29 +366,25 @@ body {
338366

339367
.main-footer-area .single-footer-widget .footer-logo {
340368
display: block;
341-
margin-bottom: 20px;
369+
margin-bottom: 10px;
342370
}
343371

344372
.main-footer-area .single-footer-widget .social-info a {
345-
height: 34px;
346-
width: 34px;
347-
border: 1px solid #3d3e66;
348-
border-radius: 50%;
349-
display: inline-block;
350373
text-align: center;
374+
margin-right: 12px;
375+
margin-top: 12px;
351376
line-height: 32px;
352-
color: #ffffff;
353-
font-size: 15px;
354-
margin-right: 8px;
355-
-webkit-transition-duration: 500ms;
356-
-o-transition-duration: 500ms;
357-
transition-duration: 500ms;
377+
opacity: 0.8;
378+
color: rgb(238, 181, 181);
358379
}
359380

360-
.main-footer-area .single-footer-widget .social-info a:hover,
361-
.main-footer-area .single-footer-widget .social-info a:focus {
362-
background-color: #5d5e8d;
363-
border-color: #5d5e8d;
381+
.social-info:last-child {
382+
margin-right: 0;
383+
}
384+
385+
.social-info i:hover {
386+
opacity: 1;
387+
transform: scale(1.1);
364388
}
365389

366390
.main-footer-area .single-footer-widget .footer-contact-info {
@@ -447,7 +471,8 @@ body {
447471
}
448472

449473
.copywrite-content {
450-
border-top: 1px solid #414269;
474+
margin-top: 16px;
475+
border-top: 1px solid #929292;
451476
padding: 15px 0;
452477
}
453478

@@ -473,6 +498,10 @@ body {
473498
.copywrite-content .copywrite-text p {
474499
font-size: 12px;
475500
}
501+
502+
.copywrite-content .copywrite-text span {
503+
display: block;
504+
}
476505
}
477506

478507
.copywrite-content .copywrite-text p a {
@@ -522,12 +551,18 @@ body {
522551
.copywrite-content .footer-menu .nav li a {
523552
font-size: 12px;
524553
}
554+
.single-footer-widget {
555+
margin-top: 20px;
556+
}
525557
}
526558

527559
@media only screen and (max-width: 767px) {
528560
.copywrite-content .footer-menu .nav li a {
529561
font-size: 12px;
530562
}
563+
.single-footer-widget {
564+
margin-top: 20px;
565+
}
531566
}
532567

533568
.copywrite-content .footer-menu .nav li a i {
@@ -572,8 +607,8 @@ body {
572607
font-size: 26px;
573608
}
574609

575-
.sponsor-message h5{
576-
font-size:17px;
610+
.sponsor-message h5 {
611+
font-size: 17px;
577612
}
578613
}
579614

@@ -582,13 +617,13 @@ body {
582617
font-size: 30px;
583618
}
584619

585-
.sponsor-message h5{
586-
font-size:12px;
620+
.sponsor-message h5 {
621+
font-size: 12px;
587622
}
588623
}
589624

590625
#faq {
591-
padding-top:40px;
626+
padding-top: 40px;
592627
background-image: linear-gradient(180deg, #007fb1 0%, #02867b 100%);
593628
}
594629

@@ -625,7 +660,6 @@ body {
625660
font-size: 16px;
626661
line-height: 24px;
627662
/* font-weight: 600; */
628-
padding-left: 5px;
629663
padding-right: 30px;
630664
}
631665

@@ -636,7 +670,6 @@ body {
636670
font-size: 16px;
637671
line-height: 24px;
638672
/* font-weight: 600; */
639-
padding-left: 5px;
640673
padding-right: 30px;
641674
}
642675

@@ -650,7 +683,7 @@ body {
650683
content: "";
651684
display: block;
652685
height: 2px;
653-
margin: 10px;
686+
margin: 10px 0;
654687
background: #85f1c6;
655688
}
656689

@@ -673,18 +706,70 @@ body {
673706
width: 100% !important;
674707
}
675708

676-
.col-3 {
709+
.col-lg-3 {
677710
display: flex;
678711
justify-content: center;
679-
margin-bottom: 50px;
712+
margin-bottom: 40px;
713+
}
714+
.col-md-4 {
715+
display: flex;
716+
justify-content: center;
717+
margin-bottom: 30px;
718+
}
719+
.col-6 {
720+
display: flex;
721+
justify-content: center;
722+
margin-bottom: 20px;
680723
}
681724

682725
@media only screen and (max-width: 1100px) {
683726
#sponsors .row img {
684727
width: 95%;
685728
}
729+
730+
.apply-btn {
731+
font-size: 13px;
732+
}
686733
}
687734

688735
#sponsors a:hover {
689736
transform: scale(1.07);
690737
}
738+
739+
/* Floating Icons CSS */
740+
.fabs {
741+
position: fixed;
742+
right: 0;
743+
bottom: 0;
744+
z-index: 5;
745+
}
746+
#fab {
747+
position: absolute;
748+
right: 16px;
749+
bottom: 16px;
750+
}
751+
752+
.hidden {
753+
display: none;
754+
}
755+
756+
.social-icons {
757+
position: absolute;
758+
right: 28px;
759+
bottom: 72px;
760+
margin-bottom: 16px;
761+
}
762+
763+
.social-icons button {
764+
display: flex;
765+
margin-bottom: 16px;
766+
margin-left: auto;
767+
}
768+
769+
.social-icons a {
770+
color: #fff;
771+
}
772+
773+
a:hover {
774+
text-decoration: none;
775+
}

img/nitk/01.jpg

7.68 KB
Loading

img/nitk/01.webp

8.97 KB
Loading

img/nitk/02.jpg

8.1 KB
Loading

img/nitk/02.webp

7.75 KB
Loading

img/nitk/03.jpg

7.22 KB
Loading

img/nitk/03.webp

8.35 KB
Loading

img/nitk/04.jpg

8.58 KB
Loading

img/nitk/04.webp

7.31 KB
Loading

img/nitk/05.jpg

13 KB
Loading

0 commit comments

Comments
 (0)