forked from human-divanshu/Text-to-Sign-Language
-
Notifications
You must be signed in to change notification settings - Fork 0
/
funding.php
25 lines (25 loc) · 820 Bytes
/
funding.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<?php require_once("include.php"); ?>
<title>ISL : Home Page</title>
</head>
<body>
<?php include_once("nav.php"); ?>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Put your code after this -->
<h3 class="text-center">Project Title</h3>
<p class="text-center">Automatic Generation of Sign Language from Hindi Text for communication and education of hearing impaired people. </p>
<h3 class="text-center">Funding Agency</h3>
<p class="text-center">SEED Division of DST</p>
<h3 class="text-center">Funding Amount</h3>
<p class="text-center">Rs.17,26,560</p>
<!-- Put your code before this -->
</div>
</div>
</div>
<?php include_once("footer.php"); ?>
</body>
</html>