forked from THDCMustang/thdcmustang.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (43 loc) · 2.36 KB
/
index.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
---
layout: base
bodyClasses: front
---
<header id="front-hero">
<div class="header-blurb thdc-grid">
<h1>Welcome to THDC, Mustang!</h1>
<br>
<p>{{ site.description }}</p>
</div>
</header>
<div class="thdc-grid">
<div class="thdc-width-one-half vision-element">
<div class="vision-element-icon">
<a href="{{ '/vision/#resource-and-development' | prepend: site.baseurl }}"><i class="fa fa-retweet icon-resource-and-development" aria-hidden="true"></i></a>
</div>
<h2><a href="{{ '/vision/#resource-and-development' | prepend: site.baseurl }}">Resource and development</a></h2>
<p>THDC is the national agricultural resource center with "development" in it's mandate. Many farmers today grow fruits and vegetables using quality seeds and technology dissiminated by the center.</p>
</div>
<div class="thdc-width-one-half vision-element">
<div class="vision-element-icon">
<a href="{{ '/vision/#prosperity-and-health' | prepend: site.baseurl }}"><i class="fa fa-tree icon-prosperity-and-health" aria-hidden="true"></i></a>
</div>
<h2><a href="{{ '/vision/#prosperity-and-health' | prepend: site.baseurl }}">For prosperity and health</a></h2>
<p>THDC conducts demonstration trials, builds networks, and carries out training and promotion activities to raise awareness of the role of fruits and vegetables for improved health.</p>
</div>
</div>
<div class="thdc-grid">
<div class="thdc-width-one-half vision-element">
<div class="vision-element-icon">
<a href="{{ '/vision/#growing-with-thdc' | prepend: site.baseurl }}"><i class="fa fa-users icon-growing-with-thdc" aria-hidden="true"></i></a>
</div>
<h2><a href="{{ '/vision/#growing-with-thdc' | prepend: site.baseurl }}">Growing with THDC</a></h2>
<p>Farmers are learning improved vegetable and fruit production practices from trainings provided by THDC, a project to encourage young people to take up horticulture as a career.</p>
</div>
<div class="thdc-width-one-half vision-element">
<div class="vision-element-icon">
<a href="{{ '/vision/#be-open' | prepend: site.baseurl }}"><i class="fa fa-code-fork icon-be-open" aria-hidden="true"></i></a>
</div>
<h2><a href="{{ '/vision/#be-open' | prepend: site.baseurl }}">Be open</a></h2>
<p>We promote open source and open data throughout THDC, engaging and informing citizens.</p>
</div>
</div>