-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (80 loc) · 3.61 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
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
<!DOCTYPE html>
<html>
<head>
<title>AgriTC</title>
<link href="CSS/main.css" type="text/css"
rel="stylesheet" />
<link href="CSS/gallery.css" type="text/css"
rel="stylesheet" />
</head>
<body>
<!--center this please-->
<div class="container">
<div class="banner"><img src="img/banner1.JPG" alt="agricamp22" width="1000px" height="398px"></div>
<div class="header">
<div class="topnav">
<a class="active" href="index.html">AgriCamp</a>
<a href="speaker.html">Speaker</a>
<a href="teamwork.html">Teamwork</a>
<a href="gallery.html">Gallery</a>
<a href="contact.html">Contact</a>
</div>
<div class="logotop"><img src="img/agricamp_logo.png" width="230px"></div>
</div>
<div class="content">
<h2>Why Organizing AgriCamp?</h2>
<p>This camp is held on 14-15 May 2022. The objective of this agricamp is to boost the Indonesian
farmers on “how to create a sustainable environment for their coffee orchard” and to improve their
coffee quality”. Yet a smallholder coffee community, they have a vision and mission to grow big
within the sustainable smart-climate agriculture approach. For the last three years, they have been
identifying obstacles as well as their potential in Lombok coffee and vanilla from seed to cup quality.
One strategy to encourage these coffee farmers is to gain support from a few entities that have
a strong background in the coffee industry, preferably those with research acquaintances.
Therefore, one of the activities in this event is having talks/discussions with a few coffee experts.
Their shared knowledge about coffee hopefully will increase the farmers’ self-esteem and skill that
will eventually create a better sustainable livelihood.
</p>
</div>
<div class="footer">footer</div>
</div>
<!--
OLD VERSION
foto yang representasi agricamp
<div id="banner"><img src="img/banner1.JPG" alt="agricamp22" width="1000px" height="398px"></div>
<div id="header">
<div id="logotop"></div>
<div id="navig"><a class="active" href="index.html">AgriCamp</a>
<a href="speaker.html">Speaker</a>
<a href="#teamwork">Teamwork</a>
<a href="#gallery">Gallery</a>
<a href="#contact">Contact</a></div>
</div>
<div class="header"><img src="img/agricamp_logo.png" class="logo_top" width="230px" height="230px">
<h1>Lasingan <br>
AgriCamp2022</h1>
<p>Sajang, 14-15 Mei 2022</p>
<a class="active" href="index.html">AgriCamp</a>
<a href="speaker.html">Speaker</a>
<a href="#teamwork">Teamwork</a>
<a href="#gallery">Gallery</a>
<a href="#contact">Contact</a>
<div class="topnav">
</div>
</div>
<div class="container">
<h2>Why Organizing AgriCamp?</h2>
<p>This camp is held on 14-15 May 2022. The objective of this agricamp is to boost the Indonesian
farmers on “how to create a sustainable environment for their coffee orchard” and to improve their
coffee quality”. Yet a smallholder coffee community, they have a vision and mission to grow big
within the sustainable smart-climate agriculture approach. For the last three years, they have been
identifying obstacles as well as their potential in Lombok coffee and vanilla from seed to cup quality.
One strategy to encourage these coffee farmers is to gain support from a few entities that have
a strong background in the coffee industry, preferably those with research acquaintances.
Therefore, one of the activities in this event is having talks/discussions with a few coffee experts.
Their shared knowledge about coffee hopefully will increase the farmers’ self-esteem and skill that
will eventually create a better sustainable livelihood.
</p>
</div>
-->
</body>
</html>