Skip to content
This repository was archived by the owner on Dec 6, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 43 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
border-collapse: collapse;
width: 100%;
}

<!-- th, td {
padding: 8px;
text-align: left;
Expand All @@ -18,7 +18,7 @@
table,th,td{
text-shadow: 0.5px 0.5px rgb(219, 71, 71);
}

tr:hover {background-color:#f0f0f0;}
</style>
<p><b><i>My Contribution</i></b></p>
Expand Down Expand Up @@ -136,7 +136,44 @@
<td>name</td>
<td>species</td>
</tr>
</div>

</body>
</html>
</table>
</body>
<footer >
<div class="footer-grids">
<div class="footer one" align="left">
<table>
<th><h3 >More About Gramiksha</h3></th>
<tr>
<td><p> Gramiksha is a non-profit organisation registered under M.P. Society Act, 1973.</br>
We believe that all children are deserving of an empowering childhood and equal opportunities.</p>
</td>
</tr>
<div class="clear"></div>
</div>
<div class="footer two" align="centre">
<th><h3>Keep Connected</h3></th>
<tr>
<td>
<ul>
<li><a class="fb" href="https://www.facebook.com/Gramiksha/?ref=br_rs"><i></i>Like us on Facebook</a></li>
<li><a class="fb1" href="https://www.instagram.com/gramiksha_/"><i></i>Follow us on Instagram</a></li>
<li><a class="fb3" href="https://www.youtube.com/channel/UCBSJwy4KiPmV9s4Pjk_yJOQ"><i></i>Follow us on Youtube</a></li>
</ul>
</td>
</tr>
</div>
<div class="footer three" align="right">
<th><h3>Contact Information</h3></th>
<tr>
<td>
<ul>
<li><a href="mailto: connect@gramiksha.in "> connect@gramiksha.in</a> </li>
</ul>
</td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
</footer>
</html>