-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
144 lines (116 loc) · 8.47 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Goa for you</title>
<meta name="title" content="Goa for you - Together we deal with the crisis ">
<meta name="description" content="We come together to help each other in crisis. This is one place where you can find all the approved home delivery services for your Essentials like Groceries and more. ">
<meta name="keywords" content="goa, covid-19, corona, goa help, goa for you">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Goa for you - Together we deal with the crisis" />
<meta property="og:url" content="https://goaforyou.in" />
<meta property="og:image" content="img/og-image.jpg" />
<link rel="icon" type="image/png" href="favicon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129808010-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129808010-2');
</script>
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="main-site-navigation">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="cell medium-12">
<ul class="menu">
<li><a href="/">Home</a></li>
<li><a href="delivery-volunteers.html">Delivery Volunteers List</a></li>
<li><a href="emergency.html">Emergency Services List</a></li>
<li><a href="about.html" class="active">About</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="menu-open"><img src="img/menu.svg" alt=""></div>
<div class="menu-close"><img src="img/close.svg" alt=""></div>
<header id="site-header">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="cell medium-6">
<h1><img src="img/goa-for-you-logo.svg" alt="">Goa For You</h1>
</div>
<div class="cell medium-6">
<p><strong>Goa For You</strong> is a crowdsourced social welfare initiative. A response to COVID-19, this is a listing website to locate <a href="https://goaforyou.in/">shops</a>, <a href="https://goaforyou.in/delivery-volunteers.html">delivery volunteers</a> and <a href="https://goaforyou.in/emergency.html">emergency</a> services near you.</p>
<h6><a href="https://github.com/wazidshah/grocery-list/blob/master/CONTRIBUTING.md" class="" target="_blank"><img src="img/list.svg" alt="">Contribution guidelines</a> <span class="share-links">Share:
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//goaforyou.in/" target="_blank"><img src="img/fb.svg" alt=""></a>
<a href="https://twitter.com/intent/tweet?text=Locate%20the%20nearest%20home%20delivery%20service%20for%20your%20daily%20essentials%20in%20Goa%3A%20https%3A//goaforyou.in/" target="_blank"><img src="img/twitter.svg" alt=""></a>
<a href="whatsapp://send?text=Locate the nearest home delivery service for your daily essentials in Goa: https://goaforyou.in/" data-action="share/whatsapp/share" target="_blank"><img src="img/whatsapp.svg" alt=""></a>
</span></h6>
</div>
</div>
</div>
</header>
<section class="page">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="cell large-12">
<h2>About</h2>
<p>Goa for you is a crowdsourced social welfare initiative. A listing website to locate the nearest home delivery service for your daily essentials in terms of groceries and other basic requirements.</p>
<p>We collect grocery store data using a <a href="https://docs.google.com/forms/d/e/1FAIpQLSdIwhoXWbVNd6_ZIXTAV8lCkmLo_cwuZ8jVY6rkssdYJA4Upw/viewform?usp=sf_link">Google Form</a> (<a href="https://policies.google.com/privacy">Privacy Policy</a> applies), our team cleans up the data and adds it to the website. We don’t verify every single entry but try our best to keep the data clean and up-to-date.</p>
<p>The <a href="delivery-volunteers.html">delivery volunteer list</a> is the list of people who have registered themselves with the Government and are allowed to step-out for deliveries. They are also able to coordinate with shops in that locality to get you what you need. This list is obtained from official sources and will be updated as soon as we get more information from them.</p>
<p>The code for the website lives on <a href="https://github.com/wazidshah/grocery-list">Github</a> where we welcome bug reports and PRs. The website is deployed using <a href="https://www.netlify.com/">Netlify</a> and the data comes from a crowdsourced and curated <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vTTUD7zK1YRnkzoaVoD33VGMUywCaFhS9gRZXa2_SAEb5PnIne7YWxWqy8k1vYvdc5ocT75_KleDmSX/pub?gid=0&single=true&output=csv">Google Sheet</a>. If you find an issue, or would like to contribute to this project please see our <a href="https://github.com/wazidshah/grocery-list/blob/master/CONTRIBUTING.md">contribution guidelines</a>.</p>
<p>Disclaimer: We don’t guarantee the accuracy of the information provided here.
</p>
<br>
<h2>Contributors</h2>
<ul class="volunteer-list">
<li><a href="https://grandworks.co/" target="_blank">Siddharth Ashok</a></li>
<li><a href="https://grandworks.co/" target="_blank">Wazid Shah</a></li>
<li><a href="https://abyshakes.com" target="_blank">Abhishek Prabhu</a></li>
<li><a href="https://www.facebook.com/omkar0931" target="_blank">Omkar Prabhu Gaonkar</a></li>
<li><a href="https://prtksxna.com/" target="_blank">Prateek Saxena</a></li>
<li><a href="https://instagram.com/aishwarya.rivonker11" target="_blank">Aishwarya Rivonker</a></li>
<li><a href="https://www.facebook.com/eshani.kurtarkar" target="_blank">Eshani Shet Kurtarkar</a></li>
<li><a href="https://www.facebook.com/Pratik.Kenaudekar" target="_blank">Pratik Kenaudekar</a></li>
<li><a href="https://instagram.com/i_am_the_pm" target="_blank">Prajot Malvankar</a></li>
<li>Priyanka Bhagat</li>
<li>Riya Dangui</li>
<li>Nikesh Gaonkar</li>
<li><a href="https://instagram.com/rajani_prabhu" target="_blank">Rajani Prabhu</a></li>
<li><a href="https://instagram.com/______neha?igshid=1pl9d5sw9t8n" target="_blank">Neha Pednekar</a></li>
<li><a href="https://instagram.com/heeragaonkar" target="_blank">Heera Gaonkar</a></li>
<li><a href="https://www.facebook.com/sahil.narvekar.16" target="_blank">Sahil Narvekar</a></li>
<li><a href="https://instagram.com/_seee_ya_" target="_blank">Siya Salgaonkar</a></li>
<li>Ratish Kumbharjuvenkar</li>
<li><a href="https://instagram.com/_17_19_deadpool_" target="_blank">Vivek Kusmankar</a></li>
<li><a href="https://sansrujan.in" target="_blank">Shounak Deshpande</a></li>
<li><a href="https://www.linkedin.com/in/nitesh-sawant-2b252590/" target="_blank">Nitesh Sawant</a></li>
<li><a href="https://twitter.com/yuvipanda">Yuvi Panda</a></li>
</ul>
<br>
<h2>Volunteer Organisations</h2>
<ul class="volunteer-org menu">
<li><a href="https://grandworks.co/" title="GrandWorks" target="_blank"><img src="img/org/grandworks.svg" alt="GrandWorks"></a></li>
<li><a href="https://www.virtualtribe.in" title="Virtual Tribe" target="_blank"><img src="img/org/virtualtribe.jpg" alt="Virtual Tribe" class="virtual"></a></li>
</ul>
<br>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fuse.min.js"></script>
<script src="js/app.js"></script>
<script src="js/global.js"></script>
</body>
</html>