Skip to content

Commit

Permalink
issue(about label)UdacityFrontEndScholarship#226
Browse files Browse the repository at this point in the history
I commit this code to give the content to the about label on the website using html link.
  • Loading branch information
Samyak Jain authored Jun 1, 2018
1 parent 02908ff commit 1075ac3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- 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" />
<link rel="stylesheet" type="text/css" href="assets/css/main.css" />

</head>

Expand All @@ -47,13 +47,12 @@
<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="faq&info.html">FAQ&amp;Info</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<section>
<!--About contents-->
<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/>
Expand All @@ -79,7 +78,7 @@ <h5>JeevanRakht</h5>
<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.html">FAQ &amp;</a><a href="info.html">Info.</li>
<li><a href="faq&info.html">FAQ&amp;Info.</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>

Expand Down

0 comments on commit 1075ac3

Please sign in to comment.