-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
304 lines (290 loc) · 14.1 KB
/
home.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" src="./dist/index.es.js"></script>
<link href="./styles.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,700&display=swap" rel="stylesheet">
</head>
<body>
<main>
<ag-flex direction="column" items="center">
<!-- Main nav START -->
<nav class="nav top-nav">
<div class="container">
<ag-flex justify="space-between" items="center">
<ag-image imageurl="/assets/logo.png" imagewidth="190px"></ag-image>
<ag-flex justify="end">
<ag-link class="nav-item" activeLink="/home">
<a href="/">HOME</a>
</ag-link>
<ag-menu>
<ag-link style="margin-right: 2em;" slot="menu" activeLink="/markets-served">
<a href="/">MARKETS SERVED</a>
</ag-link>
<ag-flex direction="column" slot="menu-list">
<ag-link activeLink="/markets-served/grower-agtech-audit">
<a href="/markets-served/grower-agtech-audit">Grower AgTech Audit</a>
</ag-link>
<ag-link activeLink="/markets-served/corporate-and-retailers">
<a href="/markets-served/corporate-and-retailers">Corporates and retailers</a>
</ag-link>
<ag-link activeLink="/markets-served/agribusiness">
<a href="/markets-served/agribusiness">Agribusiness</a>
</ag-link>
<ag-link activeLink="/markets-served/growers-packers-shippers">
<a href="/markets-served/growers-packers-shippers">Growers packers shippers</a>
</ag-link>
<ag-link activeLink="/markets-served/investors">
<a href="/markets-served/investors">Investors</a>
</ag-link>
<ag-link activeLink="/markets-served/governments">
<a href="/markets-served/governments">Governments</a>
</ag-link>
<ag-link activeLink="/markets-served/non-government-organisations">
<a href="/markets-served/non-government-organisations">Non Government Organisations (NGO)</a>
</ag-link>
<ag-link activeLink="/markets-served/public-speaking-and-events">
<a href="/markets-served/public-speaking-and-events">Public Speaking and Events</a>
</ag-link>
<ag-link activeLink="/markets-served/startups-and-accererators">
<a href="/markets-served/startups-and-accererators">Startups and accererators</a>
</ag-link>
</ag-flex>
</ag-menu>
<ag-link class="nav-item" activeLink="/meet-the-team">
<a href="/">MEET THE TEAM</a>
</ag-link>
<ag-link class="nav-item" activeLink="/media">
<a href="/">MEDIA</a>
</ag-link>
<ag-link activeLink="/contact-us">
<a href="/">CONTACT US</a>
</ag-link>
</ag-flex>
</ag-flex><!-- Main nav END -->
</div>
</nav>
<ag-carousel>
<ag-carousel-item imageurl="/assets/bg01.jpg">
<div class="container">
<ag-flex direction="column">
<ag-text tag="h" textalign="center" light thin>
<h1 class="carousel1-h1"><span class="primary-text strong">AgTech Insight</span> AgTech Insight is a full service consulting and advisory firm offering expertise to ensure success and projection in today’s global economy.</h1>
</ag-text>
<ag-divider></ag-divider>
<ag-text tag="h" textalign="center" light>
<h2 class="carousel1-h2">
Our team consists of <span class="primary-text strong">experienced, top-level agriculture</span> and <span class="primary-text strong">technology professionals</span> from around the world.
</h2>
</ag-text>
</ag-flex>
</div>
</ag-carousel-item><!-- Carousel 1 END -->
<ag-carousel-item imageurl="/assets/bg.jpg">
<div class="container">
<ag-flex direction="column">
<ag-text tag="h" textalign="center" light thin>
<h1>
Ag-based insight <span class="primary-text strong">integrating the technology, investment,</span> & <span class="strong primary-text">agri-culture worlds together</span> to ensure a more fruitful future.
</h1>
</ag-text>
</ag-flex>
</div>
</ag-carousel-item><!-- Carousel 2 END -->
<ag-carousel-item imageurl="/assets/bg02.jpg">
<div class="container">
<ag-flex direction="column" justify="center" smallitems="center">
<ag-text tag="h" textalign="center" thin>
<h1 class="no-margin no-lineheight">
See The
</h1>
</ag-text>
<ag-text tag="h" textalign="center" light strong>
<h1>
NEW AGTECH MARKET MAP
</h1>
</ag-text>
</ag-flex>
</div>
</ag-carousel-item><!-- Carousel 3 END -->
<ag-carousel-item imageurl="/assets/bg04.jpg">
<div class="container">
<ag-flex direction="column">
<ag-text tag="h" textalign="center" light strong>
<h1>
AgTech Grower Audit
</h1>
</ag-text>
<ag-text textalign="center">
<h1>
Helping growers <span class="strong primary-text">maximize the ROI</span> of their current and future technologies
</h1>
</ag-text>
</ag-flex>
</div>
</ag-carousel-item><!-- Carousel 4 END -->
</ag-carousel>
</ag-flex>
<div class="about-us">
<ag-flex justify="center">
<div class="container">
<ag-flex smalldirection="column-reverse" smallitems="center">
<ag-flex direction="column">
<ag-heading>
<ag-text tag="h" strong>
<h1>About Us</h1>
</ag-text>
</ag-heading>
<ag-divider height="20px"></ag-divider>
<ag-text thin>
<p>We are a global, full spectrum Agriculture & Tech consulting firm with the experience and proven methods to tackle any project using the best tools today while planning for the future. By tracking over 3,000 digital AgTech companies around the globe and get past the smoke and mirrors to work with real companies to make a huge impact on the world’s food supply. </p>
</ag-text>
<ag-divider height="20px"></ag-divider>
<ag-button>
LEARN MORE ABOUT IT
</ag-button>
</ag-flex>
<ag-image class="about-image" imageurl="/assets/about.png" imagewidth="300px"></ag-image>
</ag-flex>
</div>
</ag-flex>
</div><!-- About Us END -->
<div class="how-we-work">
<ag-flex justify="center">
<div class="container">
<ag-card class="how-we-work-card" padded>
<ag-flex direction="column">
<ag-heading>
<ag-text tag="h" strong light>
<h1>How we work</h1>
</ag-text>
</ag-heading>
<ag-divider height="20px"></ag-divider>
<ag-text thin>
<p>We work with you to implement extraordinary success. The fundamentals of success begin in the strength of the foundation. Without a strong foundation we are only building ahouse of cards that will topple with only a slight wind or push. Our method begins with understanding, defining and organizing all the players to create a solid foundation enriched with innovation. Please see our efficient three step process below.</p>
</ag-text>
</ag-flex>
</ag-card>
</div><!-- How we work Card End -->
</ag-flex>
</div><!-- How we work card END -->
<ag-flex justify="center" class="steps">
<div class="container">
<ag-flex smalldirection="column">
<ag-card padded dark>
<ag-flex direction="column">
<ag-flex justify="space-between">
<ag-flex direction="column">
<ag-text light tag="h">
<h3>STEP 1</h3>
</ag-text>
<ag-text primary tag="h">
<h2>ANALYZE</h2>
</ag-text>
</ag-flex>
<ag-image imageurl="/assets/step1.png" imagewidth="60px"></ag-image>
</ag-flex>
<ag-divider></ag-divider>
<ag-text>
<p>We begin with a comprehensive survey which enables us to efficiently dive into the pain points of your organization, product, or launch plans. </p>
</ag-text>
</ag-flex>
</ag-card><!-- Step 1 Card End -->
<ag-card padded dark>
<ag-flex direction="column">
<ag-flex justify="space-between">
<ag-flex direction="column">
<ag-text light tag="h">
<h3>STEP 1</h3>
</ag-text>
<ag-text primary tag="h">
<h2>STRATEGIZE</h2>
</ag-text>
</ag-flex>
<ag-image imageurl="/assets/step2.png" imagewidth="60px"></ag-image>
</ag-flex>
<ag-divider></ag-divider>
<ag-text>
<p>After analyzing your painpoints we use a series of interviews, demos, and team meetings with the key people of your organization to then find areas for improvement, Integrations, Innovations, realignment and/or restructuring as needed. </p>
</ag-text>
</ag-flex>
</ag-card><!-- Step 2 Card End -->
<ag-card padded dark>
<ag-flex direction="column">
<ag-flex justify="space-between">
<ag-flex direction="column">
<ag-text light tag="h">
<h3>STEP 1</h3>
</ag-text>
<ag-text primary tag="h">
<h2>OPTIMIZE</h2>
</ag-text>
</ag-flex>
<ag-image imageurl="/assets/step3.png" imagewidth="60px"></ag-image>
</ag-flex>
<ag-divider></ag-divider>
<ag-text>
<p>With the information gathered in steps 1 &2, we now have the knowlage to work with our team members and come back to you with a stratigic plan and roadmap toward solving your painpoints and the realignment toward success. </p>
</ag-text>
</ag-flex>
</ag-card><!-- Step 3 Card End -->
</ag-flex>
</div>
</ag-flex><!-- Steps END -->
<ag-flex class="testimonial-section" justify="center" padded>
<div class="container">
<ag-flex direction="column">
<ag-divider height="20px"></ag-divider>
<ag-text textalign="center" italic>
<p><em>"Aaron provided keen product feedback, market insight and connections enabling reduced GTM development time. His past work developing his own platform added to many embedded relationships in Ag Tech were invaluable."</em></p>
</ag-text>
<ag-divider></ag-divider>
<ag-text textalign="center" light>
<p><span class="primary-text thin">-Todd Rinkenberger,</span> Director of Business Development, Netafim USA</p>
</ag-text>
<ag-divider height="20px"></ag-divider>
</ag-flex>
</div>
</ag-flex><!-- Testimonial END -->
<ag-flex justify="center" padded class="whats-new">
<div class="container">
<ag-flex direction="column">
<ag-divider height="20px"></ag-divider>
<ag-heading>
<ag-text tag="h" light strong>
<h1>What's New?</h1>
</ag-text>
</ag-heading>
<ag-divider></ag-divider>
<ag-text>
<h1><span class="primary-text strong">Market Map</span> <span class="small-heading">IS COMING SOON!</span></h1>
</ag-text>
<ag-divider></ag-divider>
<ag-text light strong>
<h2><span class="primary-text">Introducing Grower Agtech</span> Audit</h2>
</ag-text>
<ag-text>
<p>Developed by three technology leaders within production Agriculture who became tired of new technologies coming into the industry while most farmers only utilize 10-20% of the technologies they have already put in place. In efforts to change this and help growers optimize their organizations through the efficient use of technology.</p>
<p>Learn more here (redirect to the markets served - Agtech Grower Audit page)</p>
</ag-text>
</ag-flex>
</div>
</ag-flex><!-- What's New END -->
<!-- Contat Us START -->
<ag-flex justify="center">
<div class="container">
<ag-flex justify="space-between">
<ag-flex direction="column">
<ag-divider height="20px"></ag-divider>
<ag-heading>
<ag-text strong light tag="h">
<h1>Get in Touch</h1>
</ag-text>
</ag-heading>
</ag-flex>
</ag-flex>
</div>
</ag-flex>
</main>
</body>
</html>