-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoverage.html
149 lines (100 loc) · 5.24 KB
/
coverage.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
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Farmingly</title>
<link rel="stylesheet"
href="css/coverage.css">
<link rel="preconnect"
href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Alegreya&family=Dancing+Script:wght@500&family=Lato&display=swap"
rel="stylesheet">
<link rel="stylesheet"
href="fontawesome/all.css">
<link rel="icon"
href="logos/favicon.png">
</head>
<body>
<label for="toggle">☰</label>
<input type="checkbox"
id="toggle">
<div class="nav">
<img src="logos/farmingly-logo.png"
alt="small logo"
class="smalllogo">
<img src="logos/farmingly-mobile.png"
alt="mobile"
class="mobilelogo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="farm_to_table.html">Farm-to-Table</a></li>
<li><a href="where_we're_at.html">Where We're At</a></li>
<li class="active"><a href="coverage.html">Coverage</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<section>
<p>Be Aware.</p> <br>
<p>Make Hay While The Sun Shines.</p>
</section>
<div class="content">
<div class="reviews">
<div class="review">
<p class="remark">'Farmingly has been doing phenomenal work to uplift the plight of the farmers of India.'</p>
<p class="reviewer">The Times of India</p>
</div>
<hr>
<div class="review">
<p class="remark">'These young minds have taken the next big step. It's time to change the system.'</p>
<p class="reviewer">The Manila Times</p>
</div>
<hr>
<div class="review">
<p class="remark">'This is one of the most revolutionary ideas of the century. Farmingly has achieved remarkable feats.'</p>
<p class="reviewer">The Malaysian Insight</p>
</div>
<hr>
<div class="review">
<p class="remark">'Agriculture will not be the same in Vietnam anymore.They have made a huge impact through their humanitarian movement.'</p>
<p class="reviewer">Vietnam News</p>
</div>
</div>
<hr class="divider">
<div class="news">
<h1>NEWS & UPDATES</h1>
<div class="frames">
<iframe src="https://www.hindustantimes.com/india-news/seeing-their-families-plight-the-farmers-progeny-don-t-wish-to-get-into-agriculture/story-bQ6775EDo50XXVWGTVi5UN.html" frameborder="0"></iframe>
<iframe src="https://timesofindia.indiatimes.com/india/what-is-farm-bill-2020-pros-cons-of-three-farm-bills-centre-introduced/articleshow/78180231.cms" frameborder="0"></iframe>
<iframe src="https://timesofindia.indiatimes.com/india/farmers-protest-india-live-updates-14-dec-2020-updates-10000-more-to-join-delhi-on-edge/liveblog/79713396.cms" frameborder="0"></iframe>
<iframe src="https://www.thejakartapost.com/news/2020/08/08/agriculture-resilient-to-pandemics-impact.html" frameborder="0"></iframe>
<iframe src="https://www.malaymail.com/news/malaysia/2020/12/17/tok-pa-malaysia-looking-to-modernise-agriculture-sector/1932767"
frameborder="0"></iframe>
<iframe src="https://vovworld.vn/en-US/news/vietnam-seeks-to-support-agricultural-and-rural-development-during-covid19-931017.vov"
frameborder="0"></iframe>
</div>
<hr >
</div>
</div>
</body>
<div class="citations">
<a href="https://github.com/sonalika2001/Farmingly#citations"
class="citations">View Citations ></a>
</div>
<footer>
<div class="copyright">
©Farmingly 2020. <br>
All rights reserved.
</div>
<div class="social-media">
<a href="https://www.facebook.com/"
style="text-decoration: none;color: white;"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.twitter.com/"
style="text-decoration: none;color: white;"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.linkedin.com/"
style="text-decoration: none;color: white;"><i class="fab fa-linkedin"></i></a>
</div>
</footer>
</html>