Skip to content

Commit

Permalink
fixed contact
Browse files Browse the repository at this point in the history
  • Loading branch information
athulvis committed Aug 8, 2024
1 parent d2475a2 commit f6de688
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 793 deletions.
48 changes: 25 additions & 23 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,38 +323,40 @@ <h2 id="community"> Community

<div class="container py-3">
<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">
<p fs-5>
Do you have any <span class="text-bg-primary">suggestions</span>,
<span class="text-bg-danger">questions</span> or wish to <span class="text-bg-success">contribute</span> to our projects??
</p>
<p> Feel free to contact us on:</p>
<div class="container text-center" style="width:40rem;">
<div class="row align-items-start">
<div class="col">
<a class="nav-link" href="mailto:[email protected]"><i class="fa-solid fa-envelope fa-2xl me-2"></i> Send Email</a>
</div>
<div class="col">
<a class="nav-link" href="https://twitter.com/opendatakerala" target="_blank" aria-label="Twitter">
<i class="fab fa-twitter fa-2xl me-2"></i>Twitter
<h2 id="contact">Contact Us</h2>
<hr class="border border-dark border-1 opacity-40">
<p class="fs-5">
Do you have any <span class="text-bg-primary">suggestions</span>,
<span class="text-bg-danger">questions</span> or wish to <span class="text-bg-success">contribute</span> to our projects??
</p>
<p>Feel free to contact us on:</p>
<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]">
<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">
<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">
<i class="fab fa-facebook-f fa-2xl me-2"></i> Facebook
</a>
</div>
<div class="col">
<a class="nav-link" 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>


<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">
<div class="container text-center">
<span class="text-muted">An OpenDataKerala Initiative</span>
<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>
</footer>
</body>
Expand Down
Loading

0 comments on commit f6de688

Please sign in to comment.