-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
180 lines (166 loc) · 8.01 KB
/
index2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<title>AGRIDERA | Main</title>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script defer src="assets/js/script.js"></script>
</head>
<body>
<header class="wrapper">
<nav class="header-nav">
<ul class="ul">
<li>
<a href="index.html"><img class="logo"
src="assets/img/icon/Logo.png" alt="logo"></a>
</li>
</ul>
<div>
<div class="search-header">
<input type="text" placeholder="Search">
<img src="assets/img/icon/ico_search.svg" alt="Search">
</div>
<ul class="header-menu ul">
<li><a href="index.html">Home</a></li>
<li><a href="#">Company Profile</a></li>
<li><a href="index2.html">Products</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">R & D</a></li>
<li><a href="index4.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<aside class="CarrotBody">
<img class="Tomato-header-img"
src="assets/img/CarrotBanner.png" alt="Морковь">
</aside>
<section class="description-header wrapper CarrotBody">
<h1>Agridera Fresh Market Carrot Hybrids</h1>
<p>*****</p>
<div>
<p>Agridera aims to be one of the world's leading companies in
the breeding, production, and marketing of tomato seeds.
<strong>We
invest intensively in research and development to
provide
solutions to growers and consumers in numerous countries
around the world.</strong>
In particular, we breed improved disease-resistant cultivars
adapted to different markets globally.
</p>
<p>Currently, emphasis is placed on combining Tomato Yellow Leaf
Curl Virus (TYLCV) and Tomato Spotted Wilt Virus (TSWV)
resistances with other soil borne diseases into superior
tomato breeding lines and hybrids. Moreover, comprehensive
efforts are being undertaken to develop varieties resistance
to TBRFV virus (Tomato Brown Rugose Fruit Virus). </p>
<p>
In terms of horticultural traits, breeding is for earliness,
different fruit sizes, firmness, red fruit color, flavor,
crack resistance, shelf life, and high/low temperature fruit
set. Combinations of quality features and disease resistance
are sought in a variety of types, namely round and elongated
shapes.
</p>
<div>
<div class="band-header"></div>
<p>Agirdera Tomato breeding programs are focusing on three
main segments: Greenhouse Indeterminate Tomatoes,
Open-field Indeterminate Tomatoes, and Bush Type
Open-field Tomatoes.</p>
</div>
</div>
</section>
<main class="CarrotBody wrapper main-tomato">
<section class="main-tomato-container">
<section>
<h3>Greenhouse Tomato Breeding Program</h3>
<div></div>
<p><strong>This breeding is aimed for the Spanish and
Turkish
markets.</strong> For single and cluster picks,
round fruit shape
and resistances of TYLCV, TSWV, Nematodes and FORL
(Fusarium oxysporum f.sp. radicis-lycopersici). Some
hybrids may include more resistances, such as
Cladosporium and Leveillula Taurica (Lv). </p>
</section>
<section>
<h3>Open-field Indeterminate Carrots</h3>
<div></div>
<p><strong>This breeding is for Brazilian, Moroccan, and
Turkish
markets.</strong> The main focus is on large round
shape fruits
(200 grams plus); and resistances of TYLCV, TSWV,
Nematodes and FORL. In the near future, F3 (Fusarium
oxysporum f.sp. lycopersici) will be included as basic
resistance in our cultivars.</p>
</section>
<section>
<h3>Open-field Bush Type Carrots</h3>
<div></div>
<p><strong>This breeding is for Mediterranean markets.</strong>
We breed
round and elongated shapes, standard sizes (140- 180
grams), and beef sizes (min. 180 grams up to 300 grams
and more). We combine the resistances of TYLCV, TSWV and
Nematodes as basic resistances in our hybrids. However,
some hybrids may include more resistances, such as
Cladosporium and Leveillula Taurica (Lv).</p>
</section>
</section>
<div>
<div class="band-main"></div>
<p>Agridera operates through international and local
distributers around the world. </p>
</div>
</main>
<section class="footer-tomato-container wrapper CarrotBody" id="app">
<section v-if="products" v-for="p in products">
<a :href="'index3.html#' + p.id">
<div>
<img
:src="'assets/img/Carrots/'+p.image"
alt="">
</div>
<h3>{{p.title}}</h3>
<p>{{p.text}}</p>
</a>
</section>
</section>
<footer>
<section class="footer-container">
<nav class="footer-nav">
<ul class="ul">
<li><a href="#">PROFILE</a></li>
<li><a href="#">MANAGEMENT</a></li>
<li><a href="index2.html">PRODUCTS</a></li>
<li><a href="#">R&D</a></li>
<li><a href="#">LINKS</a></li>
<li><a href="#">SITEMAP</a></li>
<li><a href="index4.html">CONTACT</a></li>
</ul>
</nav>
<div class="footer-social">
<a href="#"><img src="assets/img/FooterNav/Ico_in.svg"
alt=""></a>
<a href="#"><img src="assets/img/FooterNav/Ico_inst.svg"
alt=""></a>
<a href="#"><img src="assets/img/FooterNav/Ico_tube.svg"
alt=""></a>
<a href="#"><img src="assets/img/FooterNav/Ico_tw.svg"
alt=""></a>
<a href="#"><img src="assets/img/FooterNav/Ico_fb.svg"
alt=""></a>
</div>
</section>
<section class="footer-final-container">
<p>AGRIDERA SEEDS & AGRICULTURE LTD. © 2020</p>
</section>
</footer>
</body>