-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsupport.html
113 lines (104 loc) · 5.37 KB
/
support.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A Community Webapp">
<meta name="author" content="Meghalaya Dev Community">
<link rel="icon" href="#">
<title>Raplang</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<!-- Google Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
</head>
<body>
<div class="mobile">
<!-- As a heading -->
<nav class="navbar fixed-top navbar-light bg-light">
<h2 class="navbar-brand mb-0"><img src="img/logo.png" width="50px" height="50px" /> Support</h2>
</nav>
<!-- Begin page content -->
<div class="container-fluid">
<br/>
<!-- Home page -->
<div id="page-home" class="active">
<h2></h2>
<div class="block">
<i text="text-center">"As we go through this together let's take it day by day."</i>
<div class="card p-2 mt-2">
<p><h5>Help Out!</h5>
<b>Lend your hand and let's get involved.</b><br/>
<!--It could be in any small way you can do, be it sharing an idea and using it in you community.<br/><br/>-->
If you know of someone in need then why not lend a helping hand.<br/>
If you are someone in need, then reach us at meg.devconnect@gmail.com <br/>#Phone-no: N/A
</p>
</div>
</div>
<hr/>
<div class="block">
<div class="card">
<img class="card-img-top img-fluid" src="img/gurusmb.jpg" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">Help & Support</h4>
<p class="card-text">Gurudwara & Shillong Municipal Board offers food and shelter to the homeless, we encourage others to do the same...</p>
</div>
</div>
</div>
<div class="block">
<div class="card mt-2">
<img class="card-img-top img-responsive" src="img/cm.jpeg" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">CM Relief Fund</h4>
<p class="card-text">Let's Donate!</p>
<p class="text-right"><a href="whatsapp://send?text=Show your support during this time of need and visit: https://meghalayadev.github.io/raplang" data-action="share/whatsapp/share">Share via Whatsapp</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- Bottom Nav Bar -->
<footer class="footer">
<div class="btn-group selectors" role="group" aria-label="Basic example">
<button type="button" class="btn btn-secondary button-inactive" onclick="window.location.href = 'index.html';">
<div class="selector-holder">
<i class="material-icons">home</i>
<span>Home</span>
</div>
</button>
<button type="button" class="btn btn-secondary button-inactive" onclick="window.location.href = 'feed.html';">
<div class="selector-holder">
<i class="material-icons">view_list</i>
<span>Feeds</span>
</div>
</button>
<button type="button" class="btn btn-secondary button-inactive" onclick="window.location.href = 'stats.html';">
<div class="selector-holder">
<i class="material-icons">assessment</i>
<span>Stats</span>
</div>
</button>
<button type="button" class="btn btn-secondary button-active" >
<div class="selector-holder">
<i class="material-icons">favorite</i>
<span>Support</span>
</div>
</button>
<button type="button" class="btn btn-secondary button-inactive" onclick="window.location.href = 'about.html';">
<div class="selector-holder">
<i class="material-icons">info</i>
<span>About</span>
</div>
</button>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</div>
<div class="web text-center">
<h3> Application not available for Desktops</h3>
</div>
</body>
</html>