Skip to content

Commit

Permalink
fixed link color and page bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
athulvis committed Aug 13, 2024
1 parent 745d16d commit 504effc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<a class="btn btn-outline-light me-3" href="/post" > Read Our Blog</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#projects">Projects</a>
</li>
<li class="nav-item">
<!-- <li class="nav-item">
<a class="nav-link active" href="/post">Blog</a>
</li>
</li> -->
<li class="nav-item">
<a class="nav-link active" href="#events">Events</a>
</li>
Expand Down Expand Up @@ -278,7 +279,7 @@ <h2 id="news"> News
<small class="text-body-secondary">
03 Aug 2024</small>
</div>
<h4 class="mt-2 mb-2">Kerala: Open street mapping to ensure speedy relief for landslide victims</h4>
<h4 class="mt-2 mb-2 text-primary">Kerala: Open street mapping to ensure speedy relief for landslide victims</h4>
<!-- <small class="text-body-secondary">And some muted small print.</small> -->
</a>
<a href="https://www.thehindu.com/news/national/kerala/now-you-can-download-data-map-of-local-bodies-in-kerala/article37297429.ece" target="_blank" class="list-group-item list-group-item-action">
Expand All @@ -287,7 +288,7 @@ <h4 class="mt-2 mb-2">Kerala: Open street mapping to ensure speedy relief for la
<small class="text-body-secondary">
04 Nov 2021</small>
</div>
<h4 class="mt-2 mb-2">Kerala at your fingertips: Elaborative maps of Kerala’s local bodies are now available!</h4>
<h4 class="mt-2 mb-2 text-primary">Kerala at your fingertips: Elaborative maps of Kerala’s local bodies are now available!</h4>
<!-- <small class="text-body-secondary">And some muted small print.</small> -->
</a>
<a href="https://timesofindia.indiatimes.com/city/kochi/open-data-maps-of-local-bodies-created/articleshow/78974570.cms" target="_blank" class="list-group-item list-group-item-action">
Expand All @@ -296,7 +297,7 @@ <h4 class="mt-2 mb-2">Kerala at your fingertips: Elaborative maps of Kerala’s
<small class="text-body-secondary">
02 Nov 2021</small>
</div>
<h4 class="mt-2 mb-2">Now, you can download data map of local bodies in Kerala </h4>
<h4 class="mt-2 mb-2 text-primary">Now, you can download data map of local bodies in Kerala </h4>
<!-- <small class="text-body-secondary">And some muted small print.</small> -->
</a>
<a href="https://www.newindianexpress.com/cities/kochi/2021/Nov/04/kerala-at-your-fingertips-elaborative-maps-of-keralas-local-bodies-are-now-available-2379379.html" target="_blank" class="list-group-item list-group-item-action">
Expand All @@ -305,7 +306,7 @@ <h4 class="mt-2 mb-2">Now, you can download data map of local bodies in Kerala <
<small class="text-body-secondary">
01 Nov 2020</small>
</div>
<h4 class="mt-2 mb-2">Open data maps of Kerala local bodies created</h4>
<h4 class="mt-2 mb-2 text-primary">Open data maps of Kerala local bodies created</h4>
<!-- <small class="text-body-secondary">And some muted small print.</small> -->
</a>
</div>
Expand All @@ -323,7 +324,7 @@ <h2 id="community"> Community
</p>
</div>

<div class="container py-3">
<div class="container py-3 mb-5">
<a class="anchor-link" href="#contact" aria-label="Link to this section: Community"></a>
<h2 id="contact">Contact Us</h2>
<hr class="border border-dark border-1 opacity-40">
Expand All @@ -335,27 +336,26 @@ <h2 id="contact">Contact Us</h2>
<div class="container text-center" style="max-width: 40rem;">
<div class="row align-items-start">
<div class="col-12 col-md-4 mb-3 mb-md-0">
<a class="nav-link" href="mailto:[email protected]">
<a class="nav-link text-primary" href="mailto:[email protected]">
<i class="fa-solid fa-envelope fa-2xl me-2"></i> Send Email
</a>
</div>
<div class="col-12 col-md-4 mb-3 mb-md-0">
<a class="nav-link" href="https://twitter.com/opendatakerala" target="_blank" aria-label="Twitter">
<a class="nav-link text-primary" href="https://twitter.com/opendatakerala" target="_blank" aria-label="Twitter">
<i class="fab fa-twitter fa-2xl me-2"></i> Twitter
</a>
</div>
<div class="col-12 col-md-4">
<a class="nav-link" href="https://www.facebook.com/opendatakerala/" target="_blank" aria-label="Facebook">
<a class="nav-link text-primary" href="https://www.facebook.com/opendatakerala/" target="_blank" aria-label="Facebook">
<i class="fab fa-facebook-f fa-2xl me-2"></i> Facebook
</a>
</div>
</div>
</div>
</div>

<div class="container mt-5"></div>
<!-- ################################################################################################### -->
<footer class="bd-footer fixed-bottom py-2 py-md-2 mt-5 mt-md-4 bg-body-tertiary text-bg-primary" data-bs-theme="dark">
<footer class="bd-footer fixed-bottom mt-5 mt-md-5 bg-body-tertiary text-bg-primary" data-bs-theme="dark">
<div class="container text-center">
<span class="text-muted">© Except where otherwise noted, content on this site is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA</a> license. 2024</span>
</div>
Expand Down

0 comments on commit 504effc

Please sign in to comment.