-
Notifications
You must be signed in to change notification settings - Fork 2
/
thanks.html
66 lines (61 loc) · 2.76 KB
/
thanks.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML>
<html>
<head>
<title>Canapé</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- Header -->
<header id="header" class="preview">
<div class="inner">
<div class="content">
<h1>Canapé</h1>
<h2>Mess Management System</h2>
</div>
<a href="index.html" class="button hidden"><span>Let's Go</span></a>
</div>
</header>
<!-- Main -->
<div id="preview">
<div class="inner">
<div class="content">
<header>
<h2>Canapé</h2>
</header>
<p>Congrats! You just saved a Life.</p>
<p>A child dies approximately every five seconds as a result of hunger and malnutrition.</p>
<p>20 crore Indians go to sleep hungry every night.</p>
<p>Approximately one third of the food produced for the human consumption, which amounts to 1.3 billion tones, gets lost or wasted.</p>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<a href="#" class="info fa fa-info-circle"><span>About</span></a>
<div class="inner">
<div class="content">
<h3>About Canapé</h3>
<p>Canapé deals with the technological aspect in solving the problem of food wastage in college mess at individual level. The proposed concept can be implemented by universities and colleges in their mess to provoke students to save food and therefore save money. The solution basically involves an Android Application which handles the whole Mess Management in a concise manner.</p>
</div>
<div class="copyright">
<h3>Follow Developer</h3>
<ul class="icons">
<li><a href="https://linkedin.com/in/ShivamGoyal1899" class="icon fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/ShivamGoyal1899" class="icon fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/ShivamGoyal1899" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://instagram.com/shivam.dev" class="icon fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
</ul>
<span>Hand Crafted with <span>♥</span> in India by <a href="https://goyalshivam.com" target="_blank">Shivam Goyal</a></span>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>