-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
24 lines (21 loc) · 1.12 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<title>About CSFB</title>
</head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<body>
<button style="position: absolute; right: 10px;"><a href="index.html"class="btn btn-info" >go to Homepage</a></button>
<center><p>CROWD-SOURCED FOOD BANK</p></center>
<hr>
<p> This is a project demonstration for Microsoft Future Ready Talent.</p>
<p> Hosted on Microsoft Azure.</p>
<p> <a href="https://www.youtube.com/watch?v=VcLPDS-H8Tc&vq=hd720p" target="_blank" rel="noopener noreferrer">Click here for tutorial video on YouTube</a></p>
<p> </p>
<p> Made by <a href="https://www.linkedin.com/in/naks00/ " target="_blank" rel="noopener noreferrer">Nakshatra Nag</a></p>
</form>
</right>
</div>
</center>
</body>
</html>