Anyway you could Give me a example of this HTML project I need for class? I gene
ID: 3733021 • Letter: A
Question
Anyway you could Give me a example of this HTML project I need for class? I generally do my coding in Text wrangler if you could do it in that it would be great. Dont really worry about the file name and stuff.
Chapter 2 Project - HTML If you’re like me, you have favorite dishes from a variety of different restaurants. What if you could open a restaurant that served all of your favorite dishes, from the special shrimp lo mein from the Chinese restaurant down the street, to your grandma’s home-cooked lasagna. For this assignment, you’ll start building a website for your restaurant, ’s Food Fusion. Tip: Usually when you see <> angle brackets in instructions or code samples, it means replace this, including the angle brackets, with your own information. Tip: Follow the directions closely, and pay attention to the letter case. For example, if you are to create a page called index.html, then a page called Index.html would not be correct. Step 1. Create the following pages in a directory structure named csci120/chapter2/project/ (All images should be stored in csci120/chapter2/project/images index.html, titled “’s Food Fusion, with invisible head section, with title element the restaurant header, including at least name and logo the navigation menu bar, including links to each of the pages in the assignment, including the current one (except survey.html and employment.html, which will be in the footer) a welcome section in the middle, including at least 3 divisions, each div including 1 image, 2 paragraphs of text, and 1 hyperlink the footer bar, including a copyright symbol and links to survey.html and employment.html ALL PAGES should include the invisible head section, the restaurant header, navigation menu bar at the top, and footer bar at the bottom Tip: Perfect these sections in the index.html page, and then just copy them to start each of the other pages. Add the page-specific content on each page between the navigation header bar and footer bar. Step 2. Once index.html is complete, and you’ve read through the details in Step 1, create the rest of the pages. Don’t forget to include the similar head, header, navigation, and footer sections on each page. about.html, titled “About Us”, with at least 1 image at least 2 paragraphs breakfast.html, titled “Breakfast”, with at least 2 dishes, each in its own div, each containing a tag for the dish title, where X is 1-6 a paragraph description an image a price a “more details” summary tag that expands to show a list of potential allergen details (eggs, nuts, etc..) Tip: Learn about the summary/details tags here: https://www.w3schools.com/tags/tag_summary.asp lunch.html, titled “Breakfast”, with at least 2 dishes, each in its own div, each containing a tag for the dish title, where X is 1-6 a paragraph description an image a price a “more details” summary tag that expands to show a list of potential allergen details (eggs, nuts, etc..) dinner.html, titled “Dinner”, with at least 2 dishes, each in its own div, each containing a tag for the dish title, where X is 1-6 a paragraph description an image a price a “more details” summary tag that expands to show a list of potential allergen details (eggs, nuts, etc..) extras.html, titled “Appetizers and Extras”, with at least 2 dishes, each in its own div, each containing a tag for the dish title, where X is 1-6 a paragraph description an image a price a “more details” summary tag that expands to show a list of potential allergen details (eggs, nuts, etc..) locations.html, titled “Locations”, with a list of addresses and phone numbers for your restaurant locations (at least 2) contact.html, titled “Contact Us”, with a paragraph stating “This page coming soon” survey.html, titled “Help us serve you better”, with a paragraph stating “This page coming soon” events.html, titled “Special Events”, with several paragraphs (at least 3) describing special upcoming events at your restaurant each paragraph should include 1 image employment.html, titled “Job Opportunities”, with several paragraphs (at least 2) each describing a job position use heading tags for the job titles order.html, titled “Online Ordering”, with a paragraph stating “This page coming soon” Step 3. Check all your navigation hyperlinks to make sure they all work.
Explanation / Answer
this is index file & full of project will download from the link https://drive.google.com/drive/folders/14S4a61AyBU3MNWd99qwD0rFP9WcBQZ8h?usp=sharing
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<!-- START Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<!-- END Meta -->
<title>Food Fusion Restaurant</title>
<meta name="description" content="The very name NILA brings to mind quality integrity and commitment. Launched in the year 1993, Nila has since become a house hold name amongst food lovers all over Kerala, with more than 100 outlets and around 2000 direct and indirect staff team">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta property="og:title" content="Food Fusion- The Taste of goodness">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="food, nila, fusion, chicken, beverages, drinks, coffee, burgers, sandwitches">
<meta property="og:site_name" content="Food Fusion">
<link href="img/favicon.png" rel="icon">
<link href="http://fonts.googleapis.com/css?family=Ubuntu:400,700%7CDroid+Serif:400,400italic,700,700italic%7CAguafina+Script" rel="stylesheet" type="text/css">
<!-- START Stylesheets -->
<link rel="stylesheet" href="css/formalize.css" media="all">
<link rel="stylesheet" href="css/unsemantic-grid.css" media="all">
<link rel="stylesheet" href="css/font-awesome.min.css" media="all">
<link rel="stylesheet" href="css/animate.mod.min.css" media="all">
<link rel="stylesheet" href="css/tooltipster.css" media="all">
<link rel="stylesheet" href="css/jquery-ui.min.css" media="all">
<link rel="stylesheet" href="css/style.css" media="all">
<link rel="stylesheet" type="text/css" media="screen, projection" href="css/demo.css" />
<!-- END Stylesheets -->
<!-- START Javascripts -->
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<!-- END Javascripts -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58838372-2', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
$(document).ready(function() {
$('.menu li a').click(function() {
$('.menu li').removeClass('selected');
$(this).parent('li').addClass('selected');
thisItem = $(this).attr('rel');
if(thisItem != "all") {
$('.item li[rel='+thisItem+']').stop()
.animate({'width' : '300px',
'opacity' : 1,
'marginRight' : '.5em',
'marginLeft' : '.5em'
});
$('.item li[rel!='+thisItem+']').stop()
.animate({'width' : 0,
'opacity' : 0,
'marginRight' : 0,
'marginLeft' : 0
});
} else {
$('.item li').stop()
.animate({'opacity' : 1,
'width' : '300px',
'marginRight' : '.5em',
'marginLeft' : '.5em'
});
}
})
$('.item li img').animate({'opacity' : 0.5}).hover(function() {
$(this).animate({'opacity' : 1});
}, function() {
$(this).animate({'opacity' : 0.5});
});
});
</script>
</head>
<body id="hungry-top" class="home">
<!-- START Site Preloader -->
<div id="hungry-preloader-container">
<div class="hungry-preloader">
<span class="bubble-01"></span>
<span class="bubble-02"></span>
<span class="bubble-03"></span>
</div>
</div>
<!-- END Site Preloader -->
<!-- START Site Header -->
<header id="single-page-header">
<div class="site-navbar">
<div class="grid-container">
<!-- START Site Logo -->
<div class="grid-20 tablet-grid-50 mobile-grid-50">
<a href="index.html">
<img class="site-logo" src="logo.png" alt="Food Fusion logo" />
</a>
</div>
<!-- END Site Logo -->
<!-- START Navigation -->
<div class="nav-container grid-80 tablet-grid-50 mobile-grid-50">
<!-- Mobile Nav Icon (Hamburger) -->
<div class="mobile-nav">
<i class="fa fa-bars"></i>
</div>
<nav class="main-navigation" role="navigation">
<!-- Mobile Menu Header -->
<div class="mobile-header hide-on-desktop">
<h2>Navigation</h2>
<div class="mobile-close">
<i class="fa fa-times"></i>
</div>
</div>
<!-- Main Navigation -->
<ul class="sf-menu">
<li><a href="index.html#hungry-top">Home</a></li>
<li><a href="index.html#hungry-about-us">About Us</a></li>
<li><a href="breakfast.html#hungry-breakfast">breakfast</a></li>
<li><a href="order.html#hungry-order">order</a></li>
<li><a href="lunch.html#hungry-about-us">lunch</a></li>
<li><a href="dinner.html#hungry-about-us">dinner</a></li>
<li><a href="event.html#hungry-event">events</a></li>
<li><a href="extras.html#hungry-about-us">extras</a></li>
<li><a href="location.html">location</a></li>
<li><a href="index.html#hungry-gallery">The Gallery</a></li>
<li><a href="contact.html#hungry-reservations">Contacts</a></li>
</ul>
</nav>
</div>
<!-- END Navigation -->
</div>
</div>
<div class="single-page-header-content">
<!-- START Slider Images -->
<div class="cycle-slideshow"
data-cycle-swipe="true"
data-cycle-swipe-fx="fade"
data-cycle-fx="fade"
data-cycle-speed="1200"
data-cycle-timeout="16000">
<!-- Images -->
<img src="gallery-04.jpg" alt="Slide Image 01" />
<img src="gallery-05.jpg" alt="Slide Image 02" />
<img src="gallery-06.jpg" alt="Slide Image 03" />
<!-- Prev/Next Buttons -->
<div class="cycle-prev"><i class="fa fa-chevron-left"></i></div>
<div class="cycle-next"><i class="fa fa-chevron-right"></i></div>
</div>
<!-- END Slider Images -->
<!-- START Slider Texts -->
<div class="single-page-header-text">
<!-- Pre-slogan
<div class="tilt-left">
<h3 class="header-text-pre-slogan">Come on In<em>…</em></h3>
</div> -->
<!-- Slogan Rotator -->
<div class="tlt">
<ul class="header-texts">
<li>Dine with us!</li>
<li>Try the dishes!</li>
<li>Bring the Family!</li>
<li>Enjoy our Food!</li>
<li>Have a Great Time!</li>
</ul>
</div>
<!-- Divider -->
<div class="header-text-divider"></div>
</div>
<!-- END Slider Texts -->
</div>
<!-- START Social Icons -->
<div class="single-page-social-icons">
<ul class="single-page-social-icons-list">
<li><a href="http://www.facebook.com/nilafoodfusion" class="header-social-icon-tooltip" title="Follow us on Facebook!"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" class="header-social-icon-tooltip" title="Find us in Twitter!"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" class="header-social-icon-tooltip" title="Find in youtube!"><i class="fa fa-youtube"></i></a></li>
<li><a href="#" class="header-social-icon-tooltip" title="See us on google!"><i class="fa fa-google"></i></a></li>
<li><a href="#" class="header-social-icon-tooltip" title="We're on OpenTable!"><i class="fa fa-cutlery"></i></a></li>
</ul>
</div>
<!-- END Social Icons -->
</header>
<!-- END Site Header -->
<!-- START Main Content -->
<main class="site-content" role="main">
<!-- START Section - About Us -->
<section id="hungry-about-us" class="section-container">
<!-- START Section Heading -->
<div class="wow fadeInDown" data-wow-duration="2s" data-wow-offset="250">
<header class="section-heading">
<h2 class="section-heading-title">About Us</h2>
<div class="section-heading-subtitle-container tilt-left">
<h4 class="section-heading-subtitle">Whats our Story?</h4>
</div>
</header>
</div>
<!-- END Section Heading -->
<div class="grid-container">
<!-- START Section Images -->
<div class="grid-50 tablet-grid-100 mobile-grid-100">
<div class="wow rotateIn" data-wow-duration="2s" data-wow-offset="250">
<div class="about-images">
<img class="about-main" src="images/demo/about/about-main.jpg" alt="About Main Image" />
<img class="about-inset" src="images/demo/about/about-inset.jpg" alt="About Inset Image" />
</div>
</div>
</div>
<!-- END Section Images -->
<!-- START Section Content -->
<div class="grid-50 tablet-prefix-10 tablet-grid-80 tablet-suffix-10 mobile-grid-100 tablet-center mobile-center">
<div class="wow fadeInRight" data-wow-duration="2s" data-wow-offset="250">
<h4 class="header-divider">Finest Dishes around the world...</h4>
<p><strong>As the name suggests, FOOD FUSION is a multi cuisine family restaurant where you can find the finest dishes from around the world. Here, indian and international cuisine is prepared by gifted chefs .
It's a true fusion of world cuisine under one roof.</strong></p>
<p>In 2007 Nila expanded it's catering devision to a private limited company under the leader ship of xxxx as it's Managing Director , xxxx as chairman and xxxx as Vice Chairman . Executive Directors xxxx and xxxx are incharge of the south and north
zones operations. Directors Mr. A Anoop and Mr. PP Mujmal are incharge of Trissur and Coimbatore regions. Director Mr VP Sujith is incharge of Nila's new expansion -Food fusion & Grill 'N' Fry .Mr CP Usman Mr. K N Shanmughan , Mr M Stathyanarayanan and V.P Surendran are the other directors of NILA.
</p>
<!-- <a class="hungry-button" href="#">Learn More</a> -->
<a class="hungry-button dark" href="http://www.nilafoodfusion.in/menu.html">See the Menu!</a>
</div>
</div>
<!-- END Section Content -->
</div>
</section>
<!-- END Section - About Us -->
<!-- START Section - Testimonials -->
<!-- START Section - Slogan 01 -->
<section id="hungry-slogan-01" class="section-container parallax">
<div class="grid-container">
<div class="grid-100 tablet-grid-100 mobile-grid-100 no-margin">
<div class="wow zoomIn" data-wow-duration="2s" data-wow-offset="250">
<div class="hungry-slogan">
<h2 class="hungry-slogan-text">Free Home Delivery:<br />
Call: +91-9020924400</h2><a class="hungry-button dark" href="menu.html">See Our Menu</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END Section - Slogan 01 -->
<!-- START Section - Gallery -->
<section id="hungry-gallery" class="section-container">
<!-- START Section Heading -->
<div class="wow fadeInDown" data-wow-duration="2s" data-wow-offset="250">
<header class="section-heading">
<h2 class="section-heading-title">The Gallery</h2>
<div class="section-heading-subtitle-container tilt-left">
<h4 class="section-heading-subtitle">Take a Look Inside!</h4>
</div>
</header>
</div>
<!-- END Section Heading -->
<!-- START Main Gallery -->
<div class="grid-container">
<div class="grid-100 tablet-grid-100 mobile-grid-100">
<div class="hungry-gallery">
<div class="hungry-gallery-item wow fadeIn" data-wow-duration="2s" data-wow-offset="250">
<a class="image-hover lightbox-gallery" href="gallery-01.JPEG">
<img src="gallery-01.jpg" alt="Gallery Image" />
<div class="image-hover-overlay">
<i class="fa fa-search-plus"></i>
</div>
</a>
</div>
<div class="hungry-gallery-item wow fadeIn" data-wow-duration="2s" data-wow-offset="250">
<a class="image-hover lightbox-gallery" href="gallery-02.JPEG">
<img src="gallery-02.jpg" alt="Gallery Image" />
<div class="image-hover-overlay">
<i class="fa fa-search-plus"></i>
</div>
</a>
</div>
<div class="hungry-gallery-item wow fadeIn" data-wow-duration="2s" data-wow-offset="250">
<a class="image-hover lightbox-gallery" href="gallery-03.JPEG">
<img src="gallery-03.jpg" alt="Gallery Image" />
<div class="image-hover-overlay">
<i class="fa fa-search-plus"></i>
</div>
</a>
</div>
<div class="hungry-gallery-item wow fadeIn" data-wow-duration="2s" data-wow-offset="250">
<a class="image-hover tall lightbox-gallery" href="gallery-06.JPEG">
<img src="gallery-06.jpg" alt="Gallery Image" />
<div class="image-hover-overlay">
<i class="fa fa-search-plus"></i>
</div>
</a>
</div>
<div class="hungry-gallery-item wide wow fadeIn" data-wow-duration="2s" data-wow-offset="250">
<a class="image-hover wide lightbox-gallery" href="gallery-05.JPEG">
<img src="gallery-05.jpg" alt="Gallery Image" />
<div class="image-hover-overlay">
<i class="fa fa-search-plus"></i>
</div>
</a>
</div>
</div>
</div>
<a class="hungry-button dark" href="gallery.html">See More</a>
</div>
<!-- END Main Gallery -->
</section>
<!-- END Section - Gallery -->
<!-- START Section - Testimonials -->
<section id="hungry-testimonials" class="section-container parallax">
<div class="grid-container">
<!-- START Section Heading -->
<div class="wow fadeIn" data-wow-duration="2s" data-wow-offset="250">
<h1 class="section-heading-alt-title">Food Fusion Branches<span>…</span></h1>
</div>
<!-- END Section Heading -->
<!-- Testimonial 01 -->
<div class="wow fadeInLeft" data-wow-duration="2s" data-wow-offset="250">
<div class="prefix-10 grid-35 suffix-5 tablet-grid-50 mobile-grid-100">
<div class="hungry-testimonial">
<blockquote>Ground Floor,Harisree Sqaure,Opp Bus stand <br /> Ottappalam, Kerala 679101 <br/>Mob: 9544810022, 9544810033</blockquote>
<img src="1.jpg" alt="Location" />
</div>
</div>
</div>
<!-- Testimonial 02 -->
<div class="prefix-5 grid-35 suffix-10 tablet-grid-50 mobile-grid-100">
<div class="wow fadeInRight" data-wow-duration="2s" data-wow-offset="250">
<div class="hungry-testimonial">
<blockquote>Oposite Vallathol Museum, Main Road<br /> Cheruthuruthy, Kerala <br/>Mob: 7025820001</blockquote>
<img src="1.jpg" alt="Location" />
</div>
</div>
</div>
<br class="clear" />
<!-- Testimonial 03 -->
<div class="wow fadeInLeft" data-wow-duration="2s" data-wow-offset="250">
<div class="prefix-10 grid-35 suffix-5 tablet-grid-50 mobile-grid-100">
<div class="hungry-testimonial">
<blockquote>Chilambukadan Building, Main Road<br /> Karinkallathani, Kerala <br/>Mob:7025940003</blockquote>
<img src="1.jpg" alt="Testimonial Thumbnail Image" />
</div>
</div>
</div>
<!-- Testimonial 04 -->
<div class="wow fadeInLeft" data-wow-duration="2s" data-wow-offset="250">
<div class="prefix-10 grid-35 suffix-5 tablet-grid-50 mobile-grid-100">
<div class="hungry-testimonial">
<blockquote>Near Bus stand, Shoranur <br />Kerala <br/>Mob:9544009977</blockquote>
<img src="1.jpg" alt="Testimonial Thumbnail Image" />
</div>
</div>
</div>
<div class="wow fadeInLeft" data-wow-duration="2s" data-wow-offset="250">
<div class="prefix-10 grid-35 suffix-5 tablet-grid-50 mobile-grid-100">
<div class="hungry-testimonial">
<blockquote>Opp. Presentation High School, Calicut Road, Perinthalmanna <br />Kerala <br/>Mob:9562780333</blockquote>
<img src="1.jpg" alt="Testimonial Thumbnail Image" />
</div>
</div>
</div>
</div>
</section>
<!-- END Section - Testimonials -->
<!-- START Section - Reservations -->
<section id="hungry-reservations" class="section-container">
<!-- START Section Heading -->
<div class="wow fadeInDown" data-wow-duration="2s" data-wow-offset="250">
<header class="section-heading">
<h2 class="section-heading-title">Contact US</h2>
<div class="section-heading-subtitle-container tilt-left">
<!--<h4 class="section-heading-subtitle">Book Your Meal Today!</h4>-->
</div>
</header>
</div>
<!-- END Section Heading -->
<div class="grid-container">
<div class="prefix-10 grid-80 suffix-10 tablet-grid-100 mobile-grid-100">
<!-- START Reservation Form -->
<form action="quickcontact.php" method="post">
<fieldset>
<legend class="form-title">Contact Form<span>Please fill out all required<em>*</em> fields. Thanks!</span></legend>
<div class="grid-50 tablet-grid-50 mobile-grid-100">
<!-- Name Field -->
<p>
<label for="res_name">Your Name<span>*</span></label>
<input type="text" name="name" id="res_name" value="" required placeholder="" >
</p>
<!-- Phone number filed -->
<p>
<label for="res_phone">Your Contact Number<span>*</span></label>
<input type="tel" name="phone" id="res_phone" value="" required>
</p>
<p>
<label for="res_phone">Your Contact Number<span>*</span></label>
<input type="tel" name="res_phone" id="res_phone" value="" required>
</p>
<!-- Amount in Party Field -->
<!--
<p>
<label for="res_amount">How many people in your Party?<span>*</span></label>
<select name="res_amount" id="res_amount" required>
<option value="" selected>Please Choose...</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="More than 9">More than 9</option>
</select>
</p>-->
</div>
<div class="grid-50 tablet-grid-50 mobile-grid-100">
<!-- Email Field -->
<p>
<label for="res_email">Your Email Address<span>*</span></label>
<input type="email" name="email" id="res_email" value="" required placeholder="">
</p>
<!-- Time Field -->
<p>
<label for="res_time">Subject<span>*</span></label>
<input type="text" name="res_sub" id="res_sub" value="" required placeholder="">
<!--
<select name="res_time" id="res_time" required>
<option value="" selected>Please Choose...</option>
<optgroup label="Food">
<option value="12pm">12pm</option>
<option value="12:30pm">12:30pm</option>
<option value="1pm">1pm</option>
<option value="1:30pm">1:30pm</option>
</optgroup>
<optgroup label="Beverage">
<option value="6pm">6pm</option>
<option value="6:30pm">6:30pm</option>
<option value="7pm">7pm</option>
<option value="7:30pm">7:30pm</option>
<option value="8pm">8pm</option>
<option value="8:30pm">8:30pm</option>
<option value="9pm">9pm</option>
</optgroup>
</select>-->
</p>
</div>
<!-- Message Field -->
<label for="res_email">Optional Message</label>
<textarea name="message" id="res_message" cols="8" rows="8"></textarea>
<div class="grid-100 tablet-grid-100 mobile-grid-100">
<!-- Form Submit -->
<input type="submit" name="res-submit" id="res-submit" value="SEND" />
</div>
</fieldset>
</form>
<!-- END Reservation Form -->
<!-- Form outcome contents. Generated through Ajax -->
<div id="hungry-reservation-form-outcome"></div>
</div>
</div>
</section>
<!-- END Section - Reservations -->
</main>
<!-- END Main Content -->
<!-- START Bottom Area -->
<div id="bottom-footer">
<div class="grid-container">
<!-- Footer Logo -->
<div class="footer-logo grid-50 tablet-grid-100 mobile-grid-100">
<a href="#"><img class="footer-logo-image" src="images/assets/footer-logo.png" alt="Footer Logo" /></a>
</div>
<!-- Footer Text -->
<div class="footer-text grid-50 tablet-grid-100 mobile-grid-100">
<p>Designed by <a href="http://www.innovatetradelinks.com" target="_blank">Innovate</a>2015 All Rights Reserved.</p>
</div>
</div>
</div>
<!-- END Bottom Area -->
<li><a href="employment.html#hungry-about-us">employment</a></li>
<li><a href="survey.html#hungry-about-us">survey</a></li>
</footer>
<!-- END Site Footer -->
<!-- "Back-to-Top" Button -->
<div id="btt">
<i class="fa fa-angle-up"></i>
</div>
<!-- START Javascripts -->
<script type="text/javascript" src="js/jquery-main.js"></script>
<script type="text/javascript" src="js/jquery-custom.js"></script>
<!-- END Javascripts -->
<script>
(
</script>
</body>
</html>
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.