【作者主頁——獲取更多優(yōu)質(zhì)源碼】
【web前端期末大作業(yè)——畢設(shè)項目精品實戰(zhàn)案例(1000套)】
文章目錄
一、網(wǎng)站題目?
旅游景點介紹、旅游風(fēng)景區(qū)、家鄉(xiāng)介紹、等網(wǎng)站的設(shè)計與制作。
二、網(wǎng)站描述??
旅游景點介紹、旅游風(fēng)景區(qū)是一個介紹簡介、行政區(qū)劃、地理環(huán)境、自然環(huán)境、教育事業(yè)、體育事業(yè)、旅游景點、城市榮譽等等。網(wǎng)站集中主要展示了的地方風(fēng)土人情,并通過訪客留言,增加游客的互動體驗。同時,地方旅游網(wǎng)站里的每一個網(wǎng)頁都采用了統(tǒng)一的設(shè)計風(fēng)格,以加強城市整體面貌統(tǒng)一的宣傳效果。最重要的是做出旅游網(wǎng)站獨特的風(fēng)格,更能吸引瀏覽者的眼球。
三、網(wǎng)站介紹
網(wǎng)站布局方面:計劃采用目前主流的、能兼容各大主流瀏覽器、顯示效果穩(wěn)定的浮動網(wǎng)頁布局結(jié)構(gòu)。
網(wǎng)站程序方面:計劃采用最新的網(wǎng)頁編程語言HTML5+CSS3+JS程序語言完成網(wǎng)站的功能設(shè)計。并確保網(wǎng)站代碼兼容目前市面上所有的主流瀏覽器,已達(dá)到打開后就能即時看到網(wǎng)站的效果。
網(wǎng)站素材方面:計劃收集各大平臺好看的圖片素材,并精挑細(xì)選適合網(wǎng)頁風(fēng)格的圖片,然后使用PS做出適合網(wǎng)頁尺寸的圖片。
網(wǎng)站文件方面:網(wǎng)站系統(tǒng)文件種類包含:html網(wǎng)頁結(jié)構(gòu)文件、css網(wǎng)頁樣式文件、js網(wǎng)頁特效文件、網(wǎng)頁圖片文件;
網(wǎng)頁編輯方面:網(wǎng)頁作品代碼簡單,可使用任意HTML編輯軟件(如:、、 、 、、Text 、++ 等任意html編輯軟件進行運行及修改編輯等操作)。
其中:
(1)html文件包含:其中index.html是首頁、其他html為二級頁面;
(2)css文件包含:css全部頁面樣式,文字滾動, 圖片放大等;
(3)js文件包含:js實現(xiàn)動態(tài)輪播特效, 點擊事件等等(個別網(wǎng)頁中運用到j(luò)s代碼)。
四、網(wǎng)站效果
網(wǎng)站設(shè)計制作的重點是對網(wǎng)頁整體設(shè)計的布局和對網(wǎng)頁整體內(nèi)容的選題。
網(wǎng)站設(shè)計方面:計劃實現(xiàn)簡潔大氣的網(wǎng)頁設(shè)計效果。
網(wǎng)站功能方面:計劃實現(xiàn)各個頁面之間的鏈接跳轉(zhuǎn)功能、鼠標(biāo)懸停在文字上的變色功能、簡單的首頁動態(tài)圖片切換功能、簡單的表單提交功能。
五、網(wǎng)站代碼制作部分
(1)網(wǎng)站首頁布局確定好各個板塊的內(nèi)容,并使用了DIV+CSS布局。另外首頁使用到的知識主要有圖片插入、圖片動態(tài)切換、導(dǎo)航條、利用CSS固定字體、文字大小、文字顏色、背景顏色。
(2)頁面使用了DIV+CSS布局,使用到的知識主要有圖片插入、導(dǎo)航條、利用CSS固定字體、文字大小、文字顏色、背景顏色。
(3)表單部分頁面使用了DIV+CSS布局,使用到的知識主要有運用了form表單、input文本框和input提交按鈕,完成表單信息收集。利用CSS設(shè)置input提交按鈕文字大小和顏色。
HTML結(jié)構(gòu)代碼
DOCTYPE html>
<html>
<head>
<title>Hometitle>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<script src="js/jquery.min.js">script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Eco Travel Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } script>
<script type="text/javascript" src="js/move-top.js">script>
<script type="text/javascript" src="js/easing.js">script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
script>
head>
<body>
<div class="banner-with-text">
<div class="container">
<div class="header">
<div class="header-top">
<input type="text" placeholder="搜查" required=" ">
div>
<div class="clearfix"> div>
<div class="header-bottom">
<div class="header-bottom-left">
<a href="index.html">生態(tài)<span>旅行span>a>
div>
<div class="header-bottom-right">
<span class="menu">菜單span>
<ul class="nav1">
<li class="cap"><a href="index.html">首頁a>li>
<li><a href="about.html">關(guān)于a>li>
<li><a href="events.html">事件a>li>
<li><a href="gallery.html">美術(shù)館a>li>
<li><a href="blog.html">博客a>li>
<li><a href="contact.html">聯(lián)系a>li>
ul>
<script>
$( "span.menu" ).click(function() {
$( "ul.nav1" ).slideToggle( 300, function() {
// Animation complete.
});
});
script>
div>
<div class="clearfix"> div>
div>
div>

<script src="js/responsiveslides.min.js">script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider3").responsiveSlides({
auto: true,
pager: true,
nav: false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("before event fired. ");
},
after: function () {
$('.events').append("after event fired. ");
}
});
});
script>
<div id="top" class="callbacks_container wow fadeInUp" data-wow-delay="0.5s">
<ul class="rslides" id="slider3">
<li>
<div class="banner">
<div class="jumbotron banner-info">
<h1>坐伏龍h1>
<p>我們清楚地知道,這是一個普遍的錯誤
鴉片酊,鴉片酊,鴉片酊
他有一個真實的和準(zhǔn)建筑師的經(jīng)歷
我要向你解釋鴉片酊,鴉片酊,鴉片酊
他是一個發(fā)明家,也是一個準(zhǔn)建筑師。p>
<p><a class="btn btn-primary btn-lg" href="single.html" role="button">READ MOREa>p>
div>
div>
li>
ooter-top-grid">
<h3>與我們聯(lián)系h3>
<div class="twi-txt">
<div class="twi">
div>
<div class="twi-text">
<p>在Twitter上關(guān)注我們p>
div>
<div class="clearfix"> div>
div>
<div class="twi-txt1">
<div class="twi">
div>
<div class="twi-text">
<p>
在Flickr上查看我們p>
div>
<div class="clearfix"> div>
div>
<div class="twi-txt1">
<div class="twi">
div>
<div class="twi-text">
<p>成為Facebook的粉絲p>
div>
<div class="clearfix"> div>
div>
div>
<div class="col-md-4 footer-top-grid">
<h3>附加功能h3>
<ul class="last">
<li>烏特姆-基布斯丹臨時酒店li>
<li>還是你需要一份工作?li>
<li>這種需求經(jīng)常發(fā)生。li>
<li>以及志愿者,li>
<li>你不能利用他們li>
<li>這里有一些人是聰明和被輕視的。li>
ul>
div>
<div class="clearfix"> div>
div>
div>
<div class="footer">
<p>版權(quán)及副本;2015.公司名稱保留所有權(quán)利。<a target="_blank" href="http://www.17sucai.com/">网页模板a>p>
div>
div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
script>
body>
html>
CSS樣式代碼
.header-bottom-left a span{
display:block;
}
.header-bottom-left a:hover{
text-decoration:none;
color:#fff;
}
.header-bottom-right{
float:right;
width:65%;
}
.header-bottom-right span{
display:none;
}
.header-bottom-right{
background:#9cc303;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.header-bottom-right ul{
padding:1em 2em;
margin:0;
}
.header-bottom-right ul li{
display:inline-block;
margin:0 15px;
}
.header-bottom-right ul li a{
font-size:15px;
color:#fff;
text-decoration:none;
font-family: 'Roboto Slab', serif;
}
.header-bottom-right ul li a:hover,.header-bottom-right ul li.cap a{

color:#000;
text-decoration:none;
}
/*-- //header --*/
/*-- banner --*/
.banner-with-text{
background: url(../images/2.jpg) no-repeat 0px -170px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 770px;
}
.banner-with-text1{
background: url(../images/2.jpg) no-repeat 0px -170px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height:170px;
}
.banner-info{
margin:5em 0 0 33em;
width: 54%;
background:none !important;
padding: 3em !important;
}
.jumbotron{
padding:15em 0 0 5em;
}
.jumbotron h1{
color:#FFFFFF !important;
font-weight: 300;
margin: 0;
font-size: 40px !important;
font-family: 'Roboto Slab', serif;
}
六、遇到問題及如何解決
實訓(xùn)中遇到得困難不少,比如如何收集適合網(wǎng)頁的圖片素材、如何讓網(wǎng)頁的配色看著更自然更舒適、如何用PS裁剪大小合適的圖片、以及制作表單時候如何設(shè)計等等網(wǎng)站制作,最后網(wǎng)站制作,通過上網(wǎng)查詢和請教別人得到了很好的解決。
七、實訓(xùn)總結(jié)
通過這次網(wǎng)頁設(shè)計制作實訓(xùn),能夠靈活的運用到所學(xué)的知識和技巧制作簡單的網(wǎng)頁,掌握了個人網(wǎng)站建設(shè)的技巧和基本網(wǎng)站建設(shè)的過程。對于用、、等制作網(wǎng)頁更為得心應(yīng)手。實訓(xùn)過程中我盡量充分利用老師教過的知識,對所學(xué)知識進行了鞏固。為了制作出更好的效果我也翻閱參考了其他資料,學(xué)習(xí)到了更多的網(wǎng)頁處理技巧。制作網(wǎng)頁的過程中遇到很多的問題,通過查找資料或詢問同學(xué)都有得到解決。這次綜合實訓(xùn)我的收獲很大,學(xué)有所用,在實踐的過程中學(xué)習(xí)鞏固對知識能有更深的記憶。網(wǎng)頁制作是一門很實用的學(xué)科,值得我以后進行更深入的學(xué)習(xí)。這次實訓(xùn)中我也體會到了自己掌握的技巧太少了,以至于很多想法都沒能實現(xiàn),在以后的學(xué)習(xí)過程中我要對網(wǎng)頁制作有更深的了解,做出更為成熟的網(wǎng)頁。
八、更多干貨
1.如果我的博客對你有幫助、如果你喜歡我的博客內(nèi)容,請 “點贊” “??評論” “收藏” 一鍵三連哦!
2.??【關(guān)注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】 帶您學(xué)習(xí)各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學(xué)生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開發(fā)者,一起探討 前端 Node 知識,互相學(xué)習(xí)」!
3.以上內(nèi)容技術(shù)相關(guān)問題歡迎一起交流學(xué)習(xí)
*請認(rèn)真填寫需求信息,我們會在24小時內(nèi)與您取得聯(lián)系。