Edit file File name : index.html Content :<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <link href="style/vendors~main.css" rel="stylesheet"><link href="style/main.css" rel="stylesheet"></head> <body> <header> <div class="container"> <a href="#" class="logo animate__animated wow animate__fadeInUp"> <img src="img/Tarras%20Cherry%20Corp%20Logo_Gold.png" alt="img"> </a> <div class="header-content animate__animated wow animate__fadeInUp"> <h1> New Zealand’s finest cherries. Share the joy. </h1> </div> </div> </header> <main> <section class="banner-section"> <div class="banner-img"> </div> <div class="container"> <div class="banner-text wow animate__fadeInUp"> <h3 class="section-title"> From the heart of Central Otago. </h3> <div> <p> At Tarras Cherry Corp, we produce exceptional cherries in the Cromwell Basin, Central Otago, South Island, New Zealand. For the first time this summer – and just in time for the celebration season – our orchard is harvesting seven special varieties, available from December to February. </p> <p> As the pride of New Zealand’s crop, Central Otago cherries are revered around the world for being crisp, sweet, delicious and delightful. Our varieties have been carefully selected for flavour, size and appearance and capture the happiness of a long-awaited New Zealand summer in every mouthful. Tarras Cherry Corp’s orchard is the largest fully netted single orchard in New Zealand. </p> </div> </div> </div> </section> <section class="imgs-section"> <div class="large-img wow animate__fadeInUp"> <img src="img/HI_Tarras_Blossom-024_Christie.jpg" alt="image"> </div> <div class="small-img wow animate__fadeInUp"> <img src="img/HV_Tarras-003T.jpg" alt="image"> </div> <div class="iframe-wrap wow animate__fadeInUp"> <iframe src="https://www.youtube.com/embed/-FlxM_0S2lA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </section> <section class="cherry-section"> <div class="container"> <div class="chery-wrap wow animate__fadeInUp"> <div> <h3 class="section-title full-width"> Grown by cherry lovers for cherry lovers. </h3> <p> Our cherries are grown at elevation over some 40 hectares and under nets for optimal results. They are nurtured with care by expert growers. At harvest time, they are hand-picked and packed to perfection. </p> <p> Our cherry varieties range from bright red to deep burgundy and enticing black, all with distinctive eating attributes and progressive availability throughout the season. All are glossy, plump and bursting with goodness – just as cherries should be. </p> <p> Nothing says New Zealand quite like New Zealand cherries. Bite into a Tarras Cherry Corp cherry and enjoy the taste of a New Zealand summer. </p> </div> <div class="cherry-img wow animate__fadeInUp"> <img src="img/Staccato-001%20CLEARCUT.png" alt="image"> </div> </div> </div> </section> </main> <footer> <div class="container"> <div class="footer-content wow animate__fadeInUp"> <h3 class="section-title yellow-text"> A taste of New Zealand’s Summer. </h3> <div class="footer-items"> <div> <p> For export Enquiries </p> <a href="#"> marketing@hortinvest.nz </a> <a href="tel:64 21 921 246" class="white-text"> +64 21 921 246 </a> </div> <div> <p> Find us </p> <a href="#" class="white-text"> 159 Thomson Gorge Road Tarras, New Zealand </a> </div> </div> </div> <div class="copyright wow animate__fadeInUp"> <p>©2020 Tarras Cherry Corp. Created by <a href="#">Fluid.</a></p> </div> </div> </footer> <script src="js/vendors~main.js"></script><script src="js/main.js"></script></body> </html> Save