current position:Home>HTML5 final assignment: Website - Catering Web Design (HTML + CSS + JS)
HTML5 final assignment: Website - Catering Web Design (HTML + CSS + JS)
2021-08-22 22:46:52 【@. code out the future】
HTML5 Final homework : Website —— Catering Web Design (HTML+CSS+JS)
Towards the end of the term , You're still working on HTML Web design homework , The teacher's homework requirements are big ?HTML There is no way to start web homework ? The total number of pages required is too much ? No suitable template ? And so on and so forth . The problem you want to solve , In this blog post, you can basically meet your needs ~
original HTML+CSS+JS Page design , web College students web design homework source code , This is a good web page making , Smart picture , Very suitable for beginners to learn to use .
Introduction to works
1. Introduction to web works
: Cartoon creativity , Responsive layout website source code ! compatible pc And mobile end , connotation js Interaction ,ui Interaction , Contains home page , Signature food page , Investment promotion page , Enterprise overview page , Contact us
page , And news pages ,
2. Web work editing
: This work is the subject matter of students' personal home page design , The code is simple student level html+css Layout making , After downloading the works, you can use any HTML Edit software ( for example :DW、HBuilder、NotePAD 、Vscode 、Sublime 、Webstorm
All editors are available )
3. The layout of web works
: The overall layout of the web page is LOGO、 Navigation 、 Main content layout . There are many layouts of sub pages , Interest content uses picture list layout , The score page inserts a table , Contact us to set the left alignment using the image alignment .
4. Technical aspects of web works
: Use CSS Made a background picture of the web page 、 Color change effect of mouse passing and selected navigation 、 Underline, etc . The home page has made a message form , At the same time, it is easy to use JavaScript Made a form to judge ( The form cannot be empty when submitting )
List of articles
- HTML5 Final homework : Website —— Catering Web Design (HTML+CSS+JS)
- Introduction to works
- One 、 Demonstration of works
- Two 、 Code directory
- 3、 ... and 、 Code implementation
- Four 、web Front end entry to advanced ( video + Source code + Information + interview ) a full set of ( course )
- 5、 ... and 、 The source code for
- 6、 ... and 、 more HTML Final assignment work article
- 7、 ... and 、 More confession source code
- 8、 ... and 、150 set Echarts Big data visualization
One 、 Demonstration of works
1. home page
2. Signature food page
3. Investment promotion page
4. Enterprise overview page
5. Contact us
Two 、 Code directory
3、 ... and 、 Code implementation
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="BBQ">
<title> BBQ world bar BBQ join the official website Bar culture barbecue leader </title>
<meta name="keywords" content=" Bake the world , Roast the world bar barbecue , Roast the world , Barbecue ">
<meta name="description" content=" Roast the world's first pirate themed bar barbecue , Please pay attention to the world of barbecue , Here you can enjoy it , You can be wild here , Drink and eat meat , Rob social , BBQ world bar BBQ join , Taste and tone , Roast the world to join the Hotline :4006099517">
<link rel="shortcut icon" type="image/x-icon" href="img/icon/favicon.ico">
</head>
<body>
<!-- Header -->
<header id="header" class="">
<div class="container">
<div class="global-nav">
<button class="navbar-toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="index.html"> Bake the world </a>
<nav class="navbar">
<ul class="nav">
<li class="active">
<a href="index.html" class="home-current"> home page </a>
</li>
<li class="">
<a href="food.html"> Signature cuisine </a>
</li>
<li class="">
<a href="join.html"> Join in </a>
</li>
<li class="">
<a href="profile.html"> Company profile </a>
</li>
<li class="">
<a href="about.html"> Contact us </a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!--Banner-->
<section class="carousel-top">
<div class="banner">
<div class="b-img">
<a href="#" style="background:url(img/banner/slider-1.jpg) center no-repeat; background-size:cover;"></a>
<a href="#" style="background:url(img/banner/slider-2.jpg) center no-repeat; background-size:cover;"></a>
</div>
<div class="b-list"></div>
<a class="bar-left" href="#"><em></em></a>
<a class="bar-right" href="#"><em></em></a>
</div>
</section>
<!-- Product -->
<section id="greenx" style="background:#c30d23">
<div class="container">
<div class="row">
<div class="item-title" style="padding-bottom:20px;">
<h1 style="color:#c30d23"> Brand features </h1>
</div>
<div class="col-4 ">
<div class="item item-ellipse">
<div class="item-pad item-pad-1"></div>
<div class="item-ellipse">
<h2> taste </h2>
<h3>KOUWEI</h3>
<p> The taste can only mature after precipitation. The main roaster project is Zhongchuang Yongxin ( Beijing ) Institute of food science 13 Years are like a day from raw materials , Marinade , String method , Baking method , Dip materials and concentrate on many aspects .</p>
</div>
</div>
</div>
<div class="col-4">
<div class="item item-ellipse">
<div class="item-pad item-pad-2"></div>
<div class="item-ellipse">
<h2> taste </h2>
<h3>PINWEI</h3>
<p> Not mediocre , Do not follow blindly , Not afraid of mistakes and dare to do is 90 And after 00 The characteristics of the post era , The main roaster starts from the brand story of youth , Innovative dishes taste , Bright packaging , Build your own barbecue shop for young people in many aspects .</p>
</div>
</div>
</div>
<div class="col-4">
<div class="item item-ellipse">
<div class="item-pad item-pad-3"></div>
<div class="item-ellipse">
<h2> Aftertaste </h2>
<h3>HUIWEI</h3>
<p> The best youth , The more times you recall, the lighter the taste . The master roaster carefully turns the taste of youth into delicious food and keeps it intact , Record the youth in memory for each diner , Make every memory funny .</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- News -->
<section id="philosophy">
<div class="container">
<div class="row">
<div class="item-title" style="padding-bottom:30px">
<h1> Journalism </h1>
</div>
<div class="col-5 item-news">
<div class="item-lists">
<div class="news-img"><a href="#"><img src="img/bj/news.jpg" alt=""></a></div>
<div class="news-text">
<h4><a href="news-page.html"> Roast the world Chengdu new store opened </a></h4>
<p> Personality Orientation , Create the ultimate experience , The opening of new stores is booming in Chengdu , If you want to play, come and bake the world , Make a reservation 8020113</p>
<p class="news-large">04-20</p>
<p>2017</p>
</div>
</div>
</div>
<div class="col-7 item-axis">
<div class="item-axis-list clearfix">
<div class="item-sou">
<form action="">
<input type="text" placeholder=" Search for previous articles ">
<i class="icon-sou"></i>
<button> Search for </button>
</form>
</div>
<div class="it_expert3">
<div id="hot_ranks2">
<ul class="clearfix current" style="display:block">
<li>
<a href="news-page.html">
<div class="axis-time">
<h4>05-16</h4>
<span>2017</span>
</div>
<div class="axis-title">
<h5> Roast the founder of the world to be a guest 2017 CCTV Lantern Festival Party </h5>
<p> Personality Orientation , Create the ultimate experience , The opening of new stores is booming in Chengdu , If you want to play, come and bake the world , Make a reservation 010-8020113</p>
</div>
</a>
</li>
<li>
<a href="#">
<div class="axis-time">
<h4>04-12</h4>
<span>2017</span>
</div>
<div class="axis-title">
<h5> Summer barbecue season The tip of your tongue belongs to us </h5>
<p> How to make barbecue lovers move from roadside stalls to clean halls to eat barbecue ? This is a migration problem of catering habits , To get through the migration channel , The first </p>
</div>
</a>
</li>
<li>
<a href="#">
<div class="axis-time">
<h4>04-08</h4>
<span>2017</span>
</div>
<div class="axis-title">
<h5> branding , Jumping out of the routine is more valuable </h5>
<p> A viable brand is like a sponge with internal circulation function for user groups , Constant absorption , Then react on yourself to become stronger , To achieve a larger volume </p>
</div>
</a>
</li>
</ul>
<ul class="clearfix current" style="display:none">
<li>
<a href="#">
<div class="axis-time">
<h4>04-01</h4>
<span>2017</span>
</div>
<div class="axis-title">
<h5> Our original intention , Is to make entrepreneurs successful </h5>
<p> In the surging catering Jianghu , The roast world has sprung up , Not only by virtue of the strong bar barbecue culture, it has refreshed the standards of the barbecue industry </p>
</div>
</a>
</li>
<li>
<a href="#">
<div class="axis-time">
<h4>03-28</h4>
<span>2017</span>
</div>
<div class="axis-title">
<h5> Denmark has been a little sad recently ,</h5>
<p> There are three fears about barbecue in summer , The first is choking smoke, four tears, coughing, drinking meat and eating ; The second is that the neighbor's bare arms and high-profile diners have hot eyes </p>
</div>
</a>
</li>
<li>
<a href="#">
<div class="axis-time">
<h4>03-26</h4>
<span>2017</span>
</div>
<div class="axis-title" style="border-bottom:none">
<h5> Roast the world Chengdu new store opened </h5>
<p> Personality Orientation , Create the ultimate experience , The opening of new stores is booming in Chengdu , If you want to play, come and bake the world , Make a reservation 010-8020113</p>
</div>
</a>
</li>
</ul>
<ul class="clearfix current" style="display:none">
<li>
<a href="#">
<div class="axis-time">
<h4>03-22</h4>
<span>2017</span>
</div>
<div class="axis-title">
<h5>2 Roast the world Chengdu new store opened </h5>
<p> Personality Orientation , Create the ultimate experience , The opening of new stores is booming in Chengdu , If you want to play, come and bake the world , Make a reservation 010-8020113</p>
</div>
</a>
</li>
<li>
<a href="#">
<div class="axis-time">
<h4>03-21</h4>
<span>2017</span>
</div>
<div class="axis-title">
<h5> Roast the world Chengdu new store opened </h5>
<p> Personality Orientation , Create the ultimate experience , The opening of new stores is booming in Chengdu , If you want to play, come and bake the world , Make a reservation 010-8020113</p>
</div>
</a>
</li>
<li>
<a href="#">
<div class="axis-time">
<h4>03-18</h4>
<span>2017</span>
</div>
<div class="axis-title" style="border-bottom:none">
<h5> Roast the world Chengdu new store opened </h5>
<p> Personality Orientation , Create the ultimate experience , The opening of new stores is booming in Chengdu , If you want to play, come and bake the world , Make a reservation 010-8020113</p>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="button-cut">
<span id="it_awewe" class="it_awewe">
<a href="javascript:volid(0);" class="cut-up it_expertspan1" id="previous2"></a>
<a href="javascript:volid(0);" class="cut-dow it_expertspan2" id="next2"></a>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Taste -->
<section id="net">
<div class="container">
<div class="row">
<div class="col-3">
<div class="items">
<img src="img/icon/f-1.png" alt="">
<h3> Semi finished product output , Fast delivery </h3>
</div>
</div>
<div class="col-3">
<div class="items">
<img src="img/icon/f-2.png" alt="">
<h3> High quality origin , Strict quality control </h3>
</div>
</div>
<div class="col-3">
<div class="items">
<img src="img/icon/f-3.png" alt="">
<h3> There are all kinds of products , Rich taste </h3>
</div>
</div>
<div class="col-3">
<div class="items">
<img src="img/icon/f-4.png" alt="">
<h3> Dish innovation , Activity iteration </h3>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="copy">AUI gmod Beijing ICP To prepare 15006025 Number -1
</div>
<div class="copy">
Copyright 2012-2016 www.a-ui.cn <span> Address : Beisanhuan West Road, Haidian District, Beijing 43 AVIC Plaza 6 layer </span>
</div>
</div>
</footer>
</body>
</html>
Four 、web Front end entry to advanced ( video + Source code + Information + interview ) a full set of ( course )
web front end Zero basis - Entry to advanced ( video + Source code + Development software + Learning materials + Interview questions ) a full set of ( course )
Suitable for children's shoes from entry to advanced ~ send 1000 set HTML+CSS+JavaScript Template website
5、 ... and 、 The source code for
* ~ Pay attention to me , Like the blog ~ Every day brings you knowledge !
*1. See here, just [ give the thumbs-up + Praise + Collection ] Three even
Support me , Yours 「 give the thumbs-up , Praise , Collection 」 It's the driving force of my creation .
* 2. Pay attention to me
~ Take you to study every day : Various front-end plug-ins 、3D Cool effect 、 Pictures show 、 Text effect 、 And the whole station template 、 College graduates HTML Templates 、 Final assignment template 、 etc. ! 「 There are a lot of front end developer , To discuss front end Node knowledge , learn from each other 」!
*3. We can learn from each other about the above technical issues , can Focus on ↓ Male Z Number
Get more source code !
6、 ... and 、 more HTML Final assignment work article
5.HTML Final homework ~ be based on HTML+CSS+JavaScript Design and implementation of tourism website
7.HTML Final homework ~ Imitation Xiaomi mall web design template (HTML+CSS+JavaScript)
8.HTML Final homework ~ Catering culture student web design homework (HTML+CSS+JavaScript)
11.HTML Web design and production homework - Make comics, Web Design 6 A page (HTML+CSS+JavaScript)
14.HTML Final homework ~ Hotel website template (HTML+CSS+JavaScript)
16.HTML Olympic web page 5 Page culture ~ PE Students' web design homework
17.HTML My hometown Hangzhou web design homework source code (div+css)
27.HTML Final homework ~ Maldives tourism web design finished product
29.HTML Final homework ~ Fengyang tourism website design finished product (HTML+CSS+JavaScript)
39.HTML Final homework ~ Chess and card game static website (6 A page ) HTML+CSS+JavaScript
40.HTML Final homework ~ Fast fresh food station html Webpage ( common 6 A page )HTML+CSS+JavaScript
43.HTML Web design homework ~ Imitation mushroom Street Mall website source code (HTML+CSS+JS)
45.web Web design final course assignment ~ Pink clothing shopping mall page template (HTML+CSS+JS)
46.HTML Final homework ~ Holiday gift mall website html Templates 11 A page (HTML+CSS+JavaScript)
48.HTML Final homework ~ Student personal blog static page template 6 A page (HTML+CSS+JavaScript)
49.HTML Final homework ~web Front end development personal blog HTML Whole station formwork
56.HTML Web design and production homework (div+css)~ Environmental protection (5 A page )
60.HTML Static web job - Food and beverage website 8 A page (HTML+CSS+JavaScript)
61.HTML Static web job - Online flower shop 4 A page (HTML+CSS+JS)
63. Freshman training website making homework ~ Agricultural products web page 2 A page (div+css)
66.HTML Static web job —— Anime Naruto 1 A page (HTML+CSS Making personal homepage course design )
67. About animation HTML Web design homework —— Animation web page ( Sword realm 6 A page )
68.HTML Static web job —— Pirate King theme web page design and production 6 A page (HTML+CSS)
71.HTML Web design foundation final assignment —— Green cosmetics website (HTML+CSS)
72.HTML Web design final course assignment ~ Home page of medical supplies shopping mall (HTML+CSS)
75.HTML Final homework ~ Fantasy love game official website static html Templates 1 A page
76.web Student web design homework source code —— FIFA World CUP (HTML+CSS)
78.HTML Web design final course assignment ~ Sports basketball 5 Page with login
95.HTML Web design final course assignment ~ Travel accommodation hotel HTML Web Design (14 page )
96.HTML5 Final homework : Website —— Introduction to fruit ( Orange house ) 6 page
97.HTML5 Final exam assignment : Website —— Beautiful hometown Yunnan ethnic culture (8 page )
98.HTML5 Final homework : Website —— Beautiful hometown ( Introduction to Nanjing 7 A page )
100.HTML5 Final homework : Tourism web design —— Xi'an tourism 9 page ( Good code quality )
102.HTML Final homework : the Belt and Road (6 page ) Culture
105. HTML5 Final homework : Website —— Responsive online game official website HTML+CSS+JavaScript
108.HTML Final homework ~ The school recruits HTML Web Design (7 A page )
7、 ... and 、 More confession source code
1.100 paragraph html+css+JavaScript Declare the source code demonstration address
11. Tanabata Valentine's Day flower advertising animation (HTML+CSS+JavaScript)
17. html+css+javaScript Achieve cool fireworks confession ( Cloud particle text 3D start )
20. html+css+javascript To achieve the tiktok clock ( Free with source code )
8、 ... and 、150 set Echarts Big data visualization
copyright notice
author[@. code out the future],Please bring the original link to reprint, thank you.
https://en.qdmana.com/2021/08/20210822224650724h.html
The sidebar is recommended
- Crazy blessing! Tencent boss's "million JVM learning notes", real topic of Huawei Java interview 2020-2021
- JS JavaScript how to get the subscript of a value in the array
- How to implement injection in vuex source code?
- JQuery operation select (value, setting, selected)
- One line of code teaches you how to advertise on Tanabata Valentine's Day - Animation 3D photo album (music + text) HTML + CSS + JavaScript
- An article disassembles the pyramid architecture behind the gamefi outbreak
- BEM - a front-end CSS naming methodology
- [vue3] encapsulate custom global plug-ins
- Error using swiper plug-in in Vue
- Another ruthless character fell by 40000, which was "more beautiful" than Passat and maiteng, and didn't lose BMW
guess what you like
-
Huang Lei basks in Zhang Yixing's album, and the relationship between teachers and apprentices is no less than that in the past. Netizens envy Huang Lei
-
He was cheated by Wang Xiaofei and Li Chengxuan successively. Is an Yixuan a blessed daughter and not a blessed home?
-
Zhou Shen sang the theme song of the film "summer friends and sunny days" in mainland China. Netizen: endless aftertaste
-
Pink is Wangyuan online! Back to the peak! The new hairstyle is creamy and sassy
-
Front end interview daily 3 + 1 - day 858
-
Spring Webflux tutorial: how to build reactive web applications
-
[golang] walk into go language lesson 24 TCP high-level operation
-
August 23, 2021 Daily: less than three years after its establishment, Google dissolved the health department
-
The female doctor of Southeast University is no less beautiful than the female star. She has been married four times, and her personal experience has been controversial
-
There are many potential safety hazards in Chinese restaurant. The top of the program recording shed collapses, and the artist will fall down if he is careless
Random recommended
- Anti Mafia storm: He Yun's helpless son, Sun Xing, is destined to be caught by his dry son
- Introduction to flex flexible layout in CSS -- learning notes
- CSS learning notes - Flex layout (Ruan Yifeng tutorial summary)
- Today, let's talk about the arrow function of ES6
- Some thoughts on small program development
- Talk about mobile terminal adaptation
- Unwilling to cooperate with Wang Yibo again, Zhao Liying's fans went on a collective strike and made a public apology in less than a day
- JS function scope, closure, let, const
- Zheng Shuang's 30th birthday is deserted. Chen Jia has been sending blessings for ten years. Is it really just forgetting to make friends?
- Unveil the mystery of ascension
- Asynchronous solution async await
- Analysis and expansion of Vue infinite scroll source code
- Compression webpack plugin first screen loading optimization
- Specific usage of vue3 video play plug-in
- "The story of huiyeji" -- people are always greedy, and fairies should be spotless!
- Installing Vue devtool for chrome and Firefox
- Basic usage of JS object
- 1. JavaScript variable promotion mechanism
- Two easy-to-use animation JS that make the page move
- Front end Engineering - scaffold
- Java SQL Server intelligent fixed asset management, back end + front end + mobile end
- Mediator pattern of JavaScript Design Pattern
- Array de duplication problem solution - Nan recognition problem
- New choice for app development: building mobile applications using Vue native
- New gs8 Chengdu auto show announces interior Toyota technology blessing
- Vieira officially terminated his contract and left the team. The national security club sent blessings to him
- Less than 200000 to buy a Ford RV? 2.0T gasoline / diesel power, horizontal bed / longitudinal bed layout can be selected
- How does "heart 4" come to an end? Pinhole was boycotted by the brand, Ma Dong deleted the bad comments, and no one blessed him
- We are fearless in epidemic prevention and control -- pay tribute to the front-line workers of epidemic prevention!
- Front end, netty framework tutorial
- Xiaomi 11 | miui12.5 | android11 solves the problem that the httpcanary certificate cannot be installed
- The wireless charging of SAIC Roewe rx5 plus is so easy to use!
- Upload and preview pictures with JavaScript, and summarize the most complete mybatis core configuration file
- [25] typescript
- CSS transform Complete Guide (Second Edition) flight.archives 007
- Ajax foundation - HTTP foundation of interview essential knowledge
- Cloud lesson | explain in detail how Huawei cloud exclusive load balancing charges
- Decorator pattern of JavaScript Design Pattern
- [JS] 10. Closure application (loop processing)
- Left hand IRR, right hand NPV, master the password of getting rich