@@ -488,14 +488,12 @@ <h5 class="card-title">Device information</h5>
488488
489489 < footer class ="footer ">
490490 < div class ="container ">
491+ < hr class ="mb-5 " />
492+
491493 < div class ="row ">
492494 < div class ="col-md-9 ">
493- < div class ="footer_head ">
494- < p > Dotkernel</ p >
495- </ div >
496-
497495 < div class ="row ">
498- < div class ="col-md-6 dk_widget ">
496+ < div class ="col-lg-4 col- md-6 dk_widget ">
499497 < p > Dotkernel API</ p >
500498
501499 < a href ="https://docs.dotkernel.org/api-documentation/ ">
@@ -504,7 +502,7 @@ <h5 class="card-title">Device information</h5>
504502 </ a >
505503 </ div >
506504
507- < div class ="col-md-6 dk_widget ">
505+ < div class ="col-lg-4 col- md-6 dk_widget ">
508506 < p > Dotkernel Admin</ p >
509507
510508 < a href ="https://docs.dotkernel.org/admin-documentation/ ">
@@ -513,7 +511,7 @@ <h5 class="card-title">Device information</h5>
513511 </ a >
514512 </ div >
515513
516- < div class ="col-md-6 dk_widget ">
514+ < div class ="col-lg-4 col- md-6 dk_widget ">
517515 < p > Dotkernel Frontend</ p >
518516
519517 < a href ="https://docs.dotkernel.org/frontend-documentation/ ">
@@ -522,7 +520,7 @@ <h5 class="card-title">Device information</h5>
522520 </ a >
523521 </ div >
524522
525- < div class ="col-md-6 dk_widget ">
523+ < div class ="col-lg-4 col- md-6 dk_widget ">
526524 < p > Dotkernel Light</ p >
527525
528526 < a href ="https://docs.dotkernel.org/light-documentation/ ">
@@ -531,7 +529,7 @@ <h5 class="card-title">Device information</h5>
531529 </ a >
532530 </ div >
533531
534- < div class ="col-md-6 dk_widget ">
532+ < div class ="col-lg-4 col- md-6 dk_widget ">
535533 < p > Dotkernel Packages</ p >
536534
537535 < a href ="https://docs.dotkernel.org/packages/ ">
@@ -540,7 +538,7 @@ <h5 class="card-title">Device information</h5>
540538 </ a >
541539 </ div >
542540
543- < div class ="col-md-6 dk_widget ">
541+ < div class ="col-lg-4 col- md-6 dk_widget ">
544542 < p > Dotkernel environment</ p >
545543
546544 < a href ="https://docs.dotkernel.org/development/ ">
@@ -551,34 +549,33 @@ <h5 class="card-title">Device information</h5>
551549 </ div >
552550 </ div >
553551
554- < div class ="col-md-3 ">
552+ < div class ="col-md-3 pt-3 ">
555553 < div class ="footer_head ">
556554 < p > Support</ p >
557555 </ div >
558556
559- < ul class ="support__list ">
560- < li class ="support__list-item ">
557+ < ul class ="support__list row ">
558+ < li class ="support__list-item col-lg-6 mb-md-3 ">
561559 < a href ="https://github.com/dotkernel " class ="support__link " title ="GitHub " target ="_blank ">
562560 < i class ="bi bi-github "> </ i > GitHub
563561 </ a >
564562 </ li >
565- < li class ="support__list-item ">
563+ < li class ="support__list-item col-lg-6 mb-md-3 ">
566564 < a href ="https://dotkernel.slack.com " class ="support__link " title ="Chat " target ="_blank ">
567565 < i class ="bi bi-slack "> </ i > Slack
568566 </ a >
569567 </ li >
570- < li class ="support__list-item ">
568+ < li class ="support__list-item col-lg-6 mb-md-3 ">
571569 < a href ="https://twitter.com/dotkernel " class ="support__link " title ="X (Twitter) " target ="_blank ">
572570 < i class ="bi bi-twitter-x "> </ i > Twitter
573571 </ a >
574572 </ li >
575-
576- < li class ="support__list-item ">
573+ < li class ="support__list-item col-lg-6 mb-md-3 ">
577574 < a href ="https://www.dotkernel.com/blog/ " class ="support__link " title ="Blog " target ="_blank ">
578575 < i class ="bi bi-file-post "> </ i > Blog
579576 </ a >
580577 </ li >
581- < li class ="support__list-item ">
578+ < li class ="support__list-item col-lg-6 mb-md-3 ">
582579 < a href ="https://www.dotkernel.com/feed/ " class ="support__link " title ="Blog feed " target ="_blank ">
583580 < i class ="bi bi-rss-fill "> </ i > Feed
584581 </ a >
@@ -587,8 +584,10 @@ <h5 class="card-title">Device information</h5>
587584 </ div >
588585 </ div >
589586
587+ < hr class ="mt-5 " />
588+
590589 < div class ="footer_copy ">
591- © 2024 Dotkernel
590+ © Copyright Dotkernel 2024. All rights reserved.
592591 </ div >
593592 </ div >
594593 </ footer >
0 commit comments