1717 </ head >
1818 < body >
1919 < header class ="header ">
20- < img src ="img/omnifood-logo.png " alt ="Omnifood logo " class ="logo " />
20+ < a href ="# ">
21+ < img src ="img/omnifood-logo.png " alt ="Omnifood logo " class ="logo " />
22+ </ a >
2123 < nav class ="main-nav ">
2224 < ul class ="main-nav-list ">
2325 < li > < a href ="# " class ="main-nav-link "> Section 1</ a > </ li >
@@ -524,34 +526,34 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
524526 </ p >
525527 < form class ="cta-form " action ="# ">
526528 < div >
527- < label for ="full-name "> Full Name</ label >
528- < input
529- id ="full-name "
530- type ="text "
531- placeholder ="John Smith "
532- required
533- />
534- </ div >
535- < div >
536- < label for ="email "> Email address</ label >
537- < input
538- id ="email "
539- type ="email "
540- placeholder ="me@example.com "
541- required
542- />
543- </ div >
544- < div >
545- < label for ="select-where "> Where did your hear from us?</ label >
546- < select name ="select-where " id ="" required >
547- < option value =""> Please choose one option:</ option >
548- < option value ="friends "> Friends and family</ option >
549- < option value ="youtube "> Youtube video</ option >
550- < option value ="podcast "> Podcast</ option >
551- < option value ="ad "> Facebook ad</ option >
552- < option value ="others "> Others</ option >
553- </ select >
554- </ div >
529+ < label for ="full-name "> Full Name</ label >
530+ < input
531+ id ="full-name "
532+ type ="text "
533+ placeholder ="John Smith "
534+ required
535+ />
536+ </ div >
537+ < div >
538+ < label for ="email "> Email address</ label >
539+ < input
540+ id ="email "
541+ type ="email "
542+ placeholder ="me@example.com "
543+ required
544+ />
545+ </ div >
546+ < div >
547+ < label for ="select-where "> Where did your hear from us?</ label >
548+ < select name ="select-where " id ="" required >
549+ < option value =""> Please choose one option:</ option >
550+ < option value ="friends "> Friends and family</ option >
551+ < option value ="youtube "> Youtube video</ option >
552+ < option value ="podcast "> Podcast</ option >
553+ < option value ="ad "> Facebook ad</ option >
554+ < option value ="others "> Others</ option >
555+ </ select >
556+ </ div >
555557 < button class ="btn btn--form "> Sign up now</ button >
556558 </ form >
557559 </ div >
@@ -565,6 +567,76 @@ <h2 class="heading-secondary">Get your first meal for free!</h2>
565567 </ section >
566568 </ main >
567569
570+ < footer class ="footer ">
571+ < div class ="container grid grid--footer ">
572+ < div class ="logo-col ">
573+ < a href ="# " class ="footer-logo ">
574+ < img src ="img/omnifood-logo.png " alt ="Omnifood logo " class ="logo " />
575+ </ a >
576+
577+ < ul class ="social-links ">
578+ < li >
579+ < a href ="# " class ="footer-link "
580+ > < ion-icon name ="logo-instagram " class ="social-icon "> </ ion-icon
581+ > </ a >
582+ </ li >
583+ < li >
584+ < a href ="# " class ="footer-link "
585+ > < ion-icon name ="logo-facebook " class ="social-icon "> </ ion-icon
586+ > </ a >
587+ </ li >
588+ < li >
589+ < a href ="# " class ="footer-link "
590+ > < ion-icon name ="logo-twitter " class ="social-icon "> </ ion-icon
591+ > </ a >
592+ </ li >
593+ </ ul >
594+
595+ < div class ="copyright ">
596+ Copyright © 2027 by Omnifood, Inc. All rights reserved.
597+ </ div >
598+ </ div >
599+
600+ < div class ="address-col ">
601+ < p class ="footer-heading "> Contact us</ p >
602+ < address class ="contacts ">
603+ < p class ="address "> 623 Harrison St., 2nd Floor, San Francisco, CA 94107</ p >
604+ < a href ="tel:415-201-6370 " class ="footer-link "> 415-201-6370</ a > < br />
605+ < a href ="mailto:hello@omnifood.com " class ="footer-link "> hello@omnifood.com</ a >
606+ </ address >
607+ </ div >
608+
609+ < div class ="nav-col ">
610+ < p class ="footer-heading "> Account</ p >
611+ < ul class ="footer-nav ">
612+ < li > < a href ="# " class ="footer-link "> Create account</ a > </ li >
613+ < li > < a href ="# " class ="footer-link "> Sign in</ a > </ li >
614+ < li > < a href ="# " class ="footer-link "> iOS app</ a > </ li >
615+ < li > < a href ="# " class ="footer-link "> Android app</ a > </ li >
616+ </ ul >
617+ </ div >
618+
619+ < div class ="nav-col ">
620+ < p class ="footer-heading "> Company</ p >
621+ < ul class ="footer-nav ">
622+ < li > < a href ="# " class ="footer-link "> About Omnifood</ a > </ li >
623+ < li > < a href ="# " class ="footer-link "> For Business</ a > </ li >
624+ < li > < a href ="# " class ="footer-link "> Cooking partners</ a > </ li >
625+ < li > < a href ="# " class ="footer-link "> Careers</ a > </ li >
626+ </ ul >
627+ </ div >
628+
629+ < div class ="nav-col ">
630+ < p class ="footer-heading "> Resources</ p >
631+ < ul class ="footer-nav ">
632+ < li > < a href ="# " class ="footer-link "> Recipe directory</ a > </ li >
633+ < li > < a href ="# " class ="footer-link "> Help center</ a > </ li >
634+ < li > < a href ="# " class ="footer-link "> Privacy & terms</ a > </ li >
635+ </ ul >
636+ </ div >
637+ </ div >
638+ </ footer >
639+
568640 < script
569641 type ="module "
570642 src ="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js "
0 commit comments