Skip to content

Commit

Permalink
issue(contact label)UdacityFrontEndScholarship#226
Browse files Browse the repository at this point in the history
I added favicon.png icon to the web page of label but need further commiting for it's extra details
  • Loading branch information
Samyak Jain authored Jun 8, 2018
1 parent 084134f commit f015404
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions public/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Contact</title>
<title>About</title>

<!-- Shortcut Icons -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.png">
Expand Down Expand Up @@ -47,14 +47,24 @@
<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&info.html">FAQ&amp;Info</a></li>
<li><a href="faqinfo.html">FAQ&amp;Info</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<section>
<header class="header">Contact</header>
<div class="contact">
<header class="header">About</header>
<div class="subhead">
JeevanRakht is a Virtual Blood Bank web application, which aims at providing mechanism for people in need to directly contact willing donors<br/>
and find out blood availability in nearby blood banks.
<br/>
On this platform, people who are willing to donate blood can sign up with details of their blood groups location. Besides, there will be accounts of <br/>
blood banks with details like blood availability, blood group and location of blood bank to filter out nearest blood banks which best fits.
<div class="icon">
<br/>
<img src="assets/images/favicon.png" alt="icon" height="100px" width="100px" >
<br/>
</div>
</div>
<section class="section">
<!-- FOOTER Section -->
Expand All @@ -67,14 +77,16 @@
<!--Column1-->
<div class="footer-pad">
<h5>JeevanRakht</h5>
<ul class="list-unstyled">
<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><a href="how_to_donate.html">How to Donate</a></li>
<li><a href="faq&info.html">FAQ&amp;Info.</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>

<ul class="list-unstyled">
<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><a href="how_to_donate.html">How to Donate</a></li>
<li><a href="faqinfo.html">FAQ&amp;Info.</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>

</div>
</div>

Expand Down

0 comments on commit f015404

Please sign in to comment.