Skip to content

Commit

Permalink
issue(contact).html
Browse files Browse the repository at this point in the history
This commit is done to add content of contact at html link of contact on website.
Hey,i has only commit the code of contact you have to add the contact details in it by further committing.
  • Loading branch information
Samyak Jain authored May 31, 2018
1 parent e730c82 commit 9239aee
Showing 1 changed file with 150 additions and 0 deletions.
150 changes: 150 additions & 0 deletions public/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>About</title>

<!-- Shortcut Icons -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.png">
<link rel="apple-touch-icon" type="image/x-icon" href="assets/images/favicon.png">

<!-- SEO tags -->
<meta name="description" content="The Official website of JeevanRakht">
<meta name="keywords" content="JeevanRakht, Blood Dontation, Blood Bank, Google Udacity Project JeevanRakht">

<!--GOOGLE FONT-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Spectral:400,400i,700,700i" rel="stylesheet">

<!-- jQuery file -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>

<!-- Font Awesome -->
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" />

<link rel="stylesheet" type="text/css" href="assets/css/style.css" />

</head>

<body>
<section class="section">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand d-lg-none" href="/index.html">Jeevan Rakht</a>
<button class="navbar-toggler mt-2 mr-2" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li><a href="about.html" >About</a></li>
<li><a href="why_donate.html">Why donate?</a></li>
<li><a href="eligibility.html">Eligibility</a></li>
<li class="brand d-none d-lg-block"><a><img src="/assets/images/logo.png" alt=""></a></li>
<li><a href="how_to_donate.html">How to donate?</a></li>
<li><a href="faq.html">FAQ</a>&<a href="info.html">Info</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<section>
<header class="header">Contact</header>
<div class="contact">
</div>
<section class="section">
<!-- FOOTER Section -->
<footer class="mainfooter">
<div class="container py-5">
<div class="row text-center">

<div class="col-xs-6 col-sm-12 col-md-3 col-lg-3">

<!--Column1-->
<div class="footer-pad">
<h5>JeevanRakht</h5>

<ul class="list-unstyled">
<li><a href="https://drive.google.com/open?id=1viTpEYLD_aQhye_yYcQeULfvp9UhJiku">About</a></li>
<li><a href="https://drive.google.com/drive/folders/1_YjwJU-ob5xpraWrA2MiAXtHgDNhzaDm">Why Donate</a></li>
<li><a href="https://drive.google.com/drive/folders/1QMo2YflOjwViiW4rJwJlySrJttaaygW3">Eligibility</a></li>
<li><a href="https://drive.google.com/drive/folders/1yRwbhLmJeV1MYxYWI4Fx_1j6bCeBNYVp">How to Donate</a></li>
<li><a href="https://drive.google.com/drive/folders/1SDoDaG-wO2XeuhD9VxZRV_oso5Yn6-TP">FAQ &amp;</a><a href="https://drive.google.com/drive/folders/11gAYyUDyT07r2FIaloAIrNIhUbuUANpJ">Info.</li>
<li><a href="#">Contact</a></li>
</ul>

</div>
</div>

<div class="col-xs-6 col-sm-12 col-md-3 col-lg-3">

<!--Column1-->
<div class="footer-pad">
<h5>Get Involved</h5>
<ul class="list-unstyled">
<li><a href="https://jeevanrakht.herokuapp.com/donate">Donate Blood</a></li>
<li><a href="https://jeevanrakht.herokuapp.com/locate">Locate Blood</a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">

<!--Column1-->
<div class="footer-pad">
<h5>Stay Connected</h5>
<ul class="list-unstyled">
<li>
<a href="https://www.facebook.com/jeevanrakht"><i class="p-1 fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com/jeevanrakht"><i class="p-1 fab fa-twitter"></i></a>
<a href="https://www.instagram.com/jeevanrakht"><i class="p-1 fab fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">

<!--Column1-->
<div class="footer-pad">
<div class="footer-subscribe">
<h5>YOU MAY NOT THINK YOU'RE AN ACTIVIST...<br>BUT WE DO</h5>
<br><br>
<div class="email-btn-wrapper">
<input type="email" class="footer-email" placeholder="Email ID">
<button class="btn-join">JOIN</button>
<br>
<br>
<input type="checkbox" class="m-1">
<p class="d-inline p-1">Yes, I'd also like to hear more about blood donation.</p>
</div>

</div>
</div>
</div>


</div>
</div>
<div class="after-footer pr-5 pl-5 py-3 justify-content-sm-center text-right">
<a href="#" class="m-2">Privacy Policy</a>
<a href="#" class="m-2">Terms of Service</a>
</div>
</footer>
</section>

<!--Script Links-->

<script src="/assets/js/main.js"></script>
<script>
$('.slider').slick({
dots: true,
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
});
</script>
</body>
</html>

0 comments on commit 9239aee

Please sign in to comment.