-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
281 lines (265 loc) · 14.2 KB
/
Copy pathindex.html
File metadata and controls
281 lines (265 loc) · 14.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oro d'Italia Olive Oils | Premium Italian Olive Oils</title>
<meta name="description" content="Premium Italian Olive Oils from the Heart of Florence. Export-ready quality and flexible supply solutions for global partners.">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
<!-- AOS CSS for animations -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- Font Awesome for Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navbar -->
<nav id="navbar" class="navbar">
<div class="container nav-container">
<a href="#" class="logo">Oro <span>d'Italia</span></a>
<ul class="nav-links">
<li><a href="#about">About Us</a></li>
<li><a href="#products">Our Products</a></li>
<li><a href="#logistics">Logistics</a></li>
<li><a href="#contact" class="btn btn-outline-gold btn-sm">Contact Us</a></li>
</ul>
<div class="hamburger">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu">
<i class="fas fa-times close-menu"></i>
<ul class="mobile-nav-links">
<li><a href="#about">About Us</a></li>
<li><a href="#products">Our Products</a></li>
<li><a href="#logistics">Logistics</a></li>
<li><a href="#contact" class="btn btn-gold">Contact Us</a></li>
</ul>
</div>
<!-- Section A: Hero Banner -->
<header id="hero" class="hero section">
<div class="hero-overlay"></div>
<div class="container hero-content" data-aos="fade-up" data-aos-duration="1000">
<h1 class="hero-headline">Premium Italian Olive Oils <br>from the Heart of Florence</h1>
<p class="hero-subheadline">Export-ready quality and flexible supply solutions for global partners.</p>
<div class="hero-buttons">
<a href="#products" class="btn btn-gold">Explore Products</a>
<a href="#contact" class="btn btn-outline-light">Partner With Us</a>
</div>
</div>
</header>
<!-- Section B: About Us & Core Commitments -->
<section id="about" class="about section">
<div class="container">
<div class="section-title text-center" data-aos="fade-up">
<h2>Our Heritage & Commitment</h2>
<div class="divider"></div>
<p class="section-subtitle">We are an Italian producer and exporter specialized in olive oils for retail, wholesale, and food-service distribution. Passion meets global standards.</p>
</div>
<div class="commitments-grid">
<div class="commitment-card" data-aos="fade-up" data-aos-delay="100">
<div class="icon-wrapper">
<i class="fas fa-truck-loading"></i>
</div>
<h3>Reliability</h3>
<p>Consistent monthly supply to meet your market demands without interruption.</p>
</div>
<div class="commitment-card" data-aos="fade-up" data-aos-delay="200">
<div class="icon-wrapper">
<i class="fas fa-box"></i>
</div>
<h3>Quality</h3>
<p>Professionally packed export shipments ensuring pristine condition upon arrival.</p>
</div>
<div class="commitment-card" data-aos="fade-up" data-aos-delay="300">
<div class="icon-wrapper">
<i class="fas fa-handshake"></i>
</div>
<h3>Flexibility</h3>
<p>Commercially adaptable solutions tailored to your scale and logistics.</p>
</div>
<div class="commitment-card" data-aos="fade-up" data-aos-delay="400">
<div class="icon-wrapper">
<i class="fas fa-globe-europe"></i>
</div>
<h3>Partnership</h3>
<p>Fostering long-term global growth through trust and excellence.</p>
</div>
</div>
</div>
</section>
<!-- Section C: Our Product Range -->
<section id="products" class="products section bg-light">
<div class="container">
<div class="section-title text-center" data-aos="fade-up">
<h2>Our Product Collection</h2>
<div class="divider"></div>
<p class="section-subtitle">A curated selection of olive oils tailored for distinct market segments.</p>
</div>
<div class="products-container">
<!-- Product 1 (Featured) -->
<div class="product-card featured" data-aos="fade-up" data-aos-delay="100">
<div class="product-image-wrapper">
<img src="assets/selezione_oro.png" alt="Selezione Oro" class="product-img">
<div class="product-badge">Top Tier</div>
</div>
<div class="product-content">
<span class="product-category">Premium Extra Virgin</span>
<h3 class="product-title">Selezione Oro</h3>
<p class="product-desc">Smooth, fruity profile for gourmet retail and discerning palates.</p>
<div class="product-footer">
<span class="product-price">EUR 7.40 <small>/1L</small></span>
<a href="#contact" class="inquire-link">Inquire <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<!-- Product 2 -->
<div class="product-card" data-aos="fade-up" data-aos-delay="200">
<div class="product-image-wrapper">
<img src="assets/classico.png" alt="Classico" class="product-img">
</div>
<div class="product-content">
<span class="product-category">Classic Extra Virgin</span>
<h3 class="product-title">Classico</h3>
<p class="product-desc">Balanced quality-price ratio ideal for supermarket chains.</p>
<div class="product-footer">
<span class="product-price">EUR 7.10 <small>/1L</small></span>
<a href="#contact" class="inquire-link">Inquire <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<!-- Product 3 -->
<div class="product-card" data-aos="fade-up" data-aos-delay="300">
<div class="product-image-wrapper">
<img src="assets/tradizione.png" alt="Tradizione" class="product-img">
</div>
<div class="product-content">
<span class="product-category">Virgin Olive Oil</span>
<h3 class="product-title">Tradizione</h3>
<p class="product-desc">Practical everyday use designed for broad wholesalers.</p>
<div class="product-footer">
<span class="product-price">EUR 5.95 <small>/1L</small></span>
<a href="#contact" class="inquire-link">Inquire <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<!-- Product 4 -->
<div class="product-card" data-aos="fade-up" data-aos-delay="400">
<div class="product-image-wrapper">
<img src="assets/cucina.png" alt="Cucina" class="product-img">
</div>
<div class="product-content">
<span class="product-category">Refined Blend</span>
<h3 class="product-title">Cucina</h3>
<p class="product-desc">Cost-effective, versatile blend for high-volume food service.</p>
<div class="product-footer">
<span class="product-price">EUR 4.90 <small>/1L</small></span>
<a href="#contact" class="inquire-link">Inquire <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<!-- Product 5 -->
<div class="product-card" data-aos="fade-up" data-aos-delay="500">
<div class="product-image-wrapper">
<img src="assets/bio.png" alt="Bio" class="product-img">
<div class="product-badge eco">Organic</div>
</div>
<div class="product-content">
<span class="product-category">Organic Extra Virgin</span>
<h3 class="product-title">Bio</h3>
<p class="product-desc">Premium organic selection for health-conscious markets.</p>
<div class="product-footer">
<span class="product-price">EUR 15.20 <small>/1L</small></span>
<a href="#contact" class="inquire-link">Inquire <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section D: Logistics & B2B Terms -->
<section id="logistics" class="logistics section dark-theme">
<div class="container logistics-container">
<div class="logistics-content" data-aos="fade-right">
<span class="muted-gold-text eyebrow">Global Supply Chain</span>
<h2 class="logistics-headline">Packaging & Logistics</h2>
<p class="logistics-desc">Our distribution infrastructure is built to guarantee safety, freshness, and efficiency from our groves to your warehouse.</p>
<ul class="logistics-list">
<li><i class="fas fa-check-circle gold-icon"></i> <span>Available in 1L glass bottles and Tins in reinforced export cartons.</span></li>
<li><i class="fas fa-check-circle gold-icon"></i> <span>Reliable, standard Euro-palletized shipments.</span></li>
<li><i class="fas fa-check-circle gold-icon"></i> <span>Delivery Term: <strong class="gold-text">FCA Florence, Italy</strong> (Incoterms 2020).</span></li>
</ul>
<a href="#contact" class="btn btn-gold mt-4">Download Technical Specs</a>
</div>
<div class="logistics-visual" data-aos="fade-left">
<div class="glass-panel">
<div class="info-row">
<div class="info-icon"><i class="fas fa-ship"></i></div>
<div>
<h4>Sea Freight Standard</h4>
<p>Optimized container loading</p>
</div>
</div>
<div class="info-row">
<div class="info-icon"><i class="fas fa-truck"></i></div>
<div>
<h4>Inland Transport</h4>
<p>Temperature monitored transit</p>
</div>
</div>
<div class="info-row">
<div class="info-icon"><i class="fas fa-shield-alt"></i></div>
<div>
<h4>Insured Cargo</h4>
<p>Complete peace of mind</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section E: Footer -->
<footer id="contact" class="footer">
<div class="container footer-container">
<div class="footer-brand" data-aos="fade-up">
<a href="#" class="logo footer-logo">Oro <span>d'Italia</span></a>
<p class="footer-desc">Premium Italian olive oils defining culinary excellence worldwide.</p>
<div class="social-icons">
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
<div class="footer-links" data-aos="fade-up" data-aos-delay="100">
<h4>Quick Links</h4>
<ul>
<li><a href="#about">Our Story</a></li>
<li><a href="#products">Products</a></li>
<li><a href="#logistics">Supply Terms</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-contact" data-aos="fade-up" data-aos-delay="200">
<h4>Inquiries</h4>
<ul>
<li><i class="fas fa-map-marker-alt"></i> Via delle Colline 24, Florence, Italy</li>
<li><i class="fas fa-phone"></i> +39 055 456 7821</li>
<li><i class="fas fa-envelope"></i> sales@oroditalia.it</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Oro d'Italia Olive Oils S.r.l. All rights reserved.</p>
</div>
</footer>
<!-- AOS Script -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="script.js"></script>
</body>
</html>