学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML学生个人网站作业设计

25,904次阅读
没有评论

共计 8401 个字符,预计需要花费 22 分钟才能阅读完成。

🎀 精彩专栏推荐👇🏻👇🏻👇🏻

✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
💂 作者主页:【主页——🚀获取更多优质源码】
🎓 web 前端期末大作业:【📚毕设项目精品实战案例 (1000 套)】
🧡 程序员有趣的告白方式:【💌HTML 七夕情人节表白网页制作 (110 套)】
🌎超炫酷的 Echarts 大屏可视化源码:【🦄 echarts 大屏展示大数据平台可视化(150 套)】
🎁 免费且实用的 WEB 前端学习指南:【📂web 前端零基础到高级学习视频教程 120G 干货分享】
🥇 关于作者: 历任研发工程师,技术组长,教学总监;曾于 2016 年、2020 年两度荣获 CSDN 年度十大博客之星。十载寒冰,难凉热血;多年过去,历经变迁,物是人非。然而,对于技术的探索和追求从未停歇。💪坚持原创,热衷分享,初心未改,继往开来!


📂文章目录

  • 一、👨‍🎓网站题目
  • 二、✍️网站描述
  • 三、📚网站介绍
  • 四、🌐网站效果
  • 五、🪓 代码实现
    • 🧱HTML 结构代码
    • 💒CSS 样式代码
  • 六、🥇 如何让学习不再盲目
  • 七、🎁更多干货

一、👨‍🎓网站题目

🥧 美食网页介绍、🍰甜品蛋糕、🦐地方美食小吃文化、🍺餐饮文化、等网站的设计与制作。


二、✍️网站描述

🍧美食主题网站 主要对各种美食进行展示,让浏览者清晰地了解到各种美食的详细信息,便于浏览者进行选择。该模块的左侧有个美食分类,用户可以选择自己喜欢的种类,当点击种类后,就会在右侧出现该分类下的各种美食,用户可以点击自己感兴趣的食品,从而看到它的具体信息。它的具体信息包括配料、产地及它的一些功能,使用户对该食品有着全面的认识。

👨‍🎓静态网站的编写主要是用 HTML DIV+CSS JS 等来完成页面的排版设计👩‍🎓, 常用的网页设计软件有 Dreamweaver、EditPlus、HBuilderX、VScode、Webstorm、Animate 等等,用的最多的还是 DW,当然不同软件写出的前端 Html5 代码都是一致的,本网页适合修改成为各种类型的产品展示网页,比如美食、旅游、摄影、电影、音乐等等多种主题,希望对大家有所帮助。


三、📚网站介绍

📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

📓网站程序方面:计划采用最新的网页编程语言 HTML5+CSS3+JS 程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。

📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用 PS 做出适合网页尺寸的图片。

📒网站文件方面:网站系统文件种类包含:html 网页结构文件、css 网页样式文件、js 网页特效文件、images 网页图片文件;

📙网页编辑方面 :网页作品代码简单,可使用任意 HTML 编辑软件(如:Dreamweaver、HBuilder、Vscode、Sublime、Webstorm、Text、Notepad++ 等任意 html 编辑软件进行运行及修改编辑等操作)。
其中:
(1)📜html 文件包含:其中 index.html 是首页、其他 html 为二级页面;
(2)📑 css 文件包含:css 全部页面样式, 文字滚动, 图片放大等;
(3)📄 js 文件包含:js 实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到 js 代码)。


四、🌐网站效果

学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML 学生个人网站作业设计
学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML 学生个人网站作业设计
学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML 学生个人网站作业设计
学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML 学生个人网站作业设计
学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML 学生个人网站作业设计
学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML 学生个人网站作业设计


五、🪓 代码实现

🧱HTML 结构代码

html>DOCTYPE html>
html>
head>
meta name="viewport" charset="utf-8" content="width=1024">
title>食品白酒红酒酒类企业title>
meta name="keywords" content="">
meta name="description" content="">
meta name="author" content="order by Baidu.com" />
link href="favicon.png"  rel="shortcut icon">
link rel="stylesheet" href="style/base.min.css"  />
link rel="stylesheet" href="style/animations.css"  />
link rel="stylesheet" href="style/idangerous.swiper.css"  />
link rel="stylesheet" href="style/font-awesome-ie7.min.css"  />
link rel="stylesheet" href="style/font-awesome.min.css"  />




style>
.zhongqiu {
	display: none;
}
.longwen {
	display: none;
}
.normal-code .bg {
	position: absolute;
	width: 100%;
	background-color: #181414;
	top: 0;
	z-index: 40;
	opacity: 0.8;
}
.code {
	position: absolute;
	width: 405px;
	height: 500px;
	left: 50%;
	margin-left: -202.5px;
	top: 50%;
	margin-top: -250px;
	z-index: 999;
}
.code-one {
	background: url("longwencode.jpg") no-repeat;
}
.code-two {
	background: url("longwencode.jpg") no-repeat;
}
style>
head>
body>
 


nav class="index-navbar"> a href="index.htm"  > img src="images/logo.png"   class="logo" alt="国馆"/> a>
  div class="nav-container nav-login-area">
    ul class="phone">
      li class="icon-question-appearance"> a href="#"> img src="images/qustion.png"   alt=""/> a> li>
      li class="icon-question-appearance"> a href="#" style="color: #bfa79d!important;">0718-8020112a> li>
    ul>
    a href="#"  class="nav-login">a> div>
  div class="nav">
    div class="list" id="navlist">
      ul id="navfouce">
        li>a href="index-1.htm"  >产品中心a>li>
        li>a href="index-2.htm"  >品牌文化a>li>
        li>a href="index-3.htm"  >企业动态a>li>
        li class="nav_right_start">a href="index-4.htm"  >土王传播a>li>
        li>a href="index-5.htm"  >合作共赢a>li>
        li class="shopping-cart-position">a href="index-6.htm"  >i class="icon-shopping-cart icon-cart-appearance">i>官方商城a> li>
      ul>
    div>
  div>
  
  
  div class="box clearfix" id="navbox" style="height:0px;opacity:0;overflow:hidden;">
    div class="cont clearfix" style="display:none;">
      ul class="sub-list clearfix" id="sub-list">
        
        li class="selected" onclick="window.open('index-6.htm')"> span> 产品商城 span> li>
        
        li class="selected" onclick="window.open('index-6.htm')"> span> 定制商城 span> li>
        
      ul>
      div class="sub-box clearfix" id="sub-navbox">
        div class="sub-cont" style="display: block;"> ul class='clearfix'>
li>
    span width='25%'>
a href="15.html" >土王酒·献礼a>
    span>
    span width='25%'>
a href="23.html" >土王酒·施南a>
    span>
    span width='25%'>
a href="16.html" >土王酒·唐崖a>
    span>
    span width='25%'>
a href="17.html" >土王酒·容美a>
    span>
    li>
li>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    li>
li>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    li>
li>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    li>
    ul>

          div class="sub-cont-img"> img src="images/1_03.jpg"   style="position: absolute" alt=""/> div>
        div>
        div class="sub-cont" style="display: none"> ul class='clearfix'>
li>
    span width='25%'>
a href="18.html" >土王定制·唐崖 容美a>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    li>
li>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    li>
li>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    li>
li>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    span width='25%'>
    span>
    li>
    ul>

          div class="sub-cont-img"> img src="images/1_01.png"   alt=""/> div>
        div>
      div>
    div>
  div>
nav>
  
 

 

div class="index-banner clearfix">
  div class="swift-banner">
    div class="swiper-main">
      div class="swiper-container ">
        div class="swiper-wrapper">
          div class="swiper-slide backgroundsise-cover one"> a href="#">
            div class="banner-img banner-one"> img src="images/longwen.jpg"   alt=""/> 
               
            div>
            a> div>
          div class="swiper-slide backgroundsise-cover two"> a href="#">
            div class="banner-img banner-two"> img src="images/20150222.jpg"   alt=""/> div>
            a> div>
          div class="swiper-slide backgroundsise-cover"> a href="15.html"  >
            div class="banner-img"> img src="images/20150907182629.jpg"   alt=""/> div>
            a> div>
        div>
      div>
      div class="pagination pagination1">div>
    div>
  div>
  div class="zhongqiu normal-code">
    div class="bg">div>
    div class="code code-one">div>
  div>
  div class="longwen normal-code">
    div class="bg">div>
    div class="code code-two">div>
  div>
div>
 

div class="container clearfix">
  div class="block-left">
    div class="main-product"> a href="index-6.htm"  > img src="images/602-686.jpg"   alt="文化土王酒系列"/> a> div>
    div class="main-product-introduce"> a href="javascript:void(0)">
      h1>「土王 · 土司文化」金玉满堂 红红火火 h1>
      span> 古法酿造工艺土家文化韵味经典之作 span> a> div>
  div>
  div class="block-right">
    div class="block-right-top">
      div class="block-content"> 
         
        a href="15.html"   class="red-button" style="opacity: 0;"> i class="icon-angle-right">i>    
        a> div>
    div>
    div class="block-right-bottom"> a href=""  > img src="images/1_02_1.jpg"   alt="典藏中国系列"/> a> div>
    div class="main-product-introduce"> a href=""  >
      h1> 产品大片 h1>
      span> 土王酒文化,独一无二领袖品质 span> a> div>
  div>
  div class="explorer-whzg"> a href="15.html"  > img src="images/1-16011014225a63.jpg"   alt=""/> a> a href="15.html"  >
    h3> 土王酒·献礼 h3>
    a> div>
div class="explorer-whzg"> a href="23.html"  > img src="images/1-1601151445192N.jpg"   alt=""/> a> a href="23.html"  >
    h3> 土王酒·施南 h3>
    a> div>
div class="explorer-whzg"> a href="16.html"  > img src="images/1-1601111326101I.jpg"   alt=""/> a> a href="16.html"  >
    h3> 土王酒·唐崖 h3>
    a> div>
div class="explorer-whzg"> a href="18.html"  > img src="images/1-16011114094K38.jpg"   alt=""/> a> a href="18.html"  >
    h3> 土王定制·唐崖 容美 h3>
    a> div>
 div>

 

 

 
footer class="footer">
  div class="container footer-nav">
    ul class="clearfix">
      li> a href="index-2.htm"  > 了解土王 a> li>
      li> a href="index-7.htm"  > 联系土王 a> li>
      li> a href="index-5.htm"  > 加入我们 a> li>
      li> a href="index.htm"  > img src="images/logo.png"   class="bottom-logo" alt=""/> a> li>
      li> a href=""  target="_blank"> 天猫旗舰店 a> li>
      li> a href=""  target="_blank"> 新浪微博 a> li>
      li> a href=""  target="_blank" class="ggqore-code"> 官方微信 a> li>
    ul>
    span class="copyright-info"> © a href="index.htm"  > 2016 土王酒业 a> a href=""   target="_blank"> 鄂 ICP 备 16001248 号 a> span> div>
footer>
script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape(""));
script> 

body>
script src="js/jquery-1.9.1.min.js"  >script>
script src="js/idangerous.swiper.min.js"  >script>
script src="js/index.js"  >script>
script src="js/nav.js"  >script>
html>



💒CSS 样式代码


@charset "utf-8";
html {
	color:#000;
	font-size:12px
}
body {
	font:14px/1.5 "Microsoft Yahei", "Hiragino Sans GB", sans-serif!important;
	background-color:#fff;
	height:100%;
	width:100%;
	min-height:40rem;
	min-width:1180px
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0
}
body, button, input, select, textarea {
	font-family:"Microsoft Yahei", "Helvetica Neue", Helvetica, "Wenquanyi Micro Hei", Arial, sans-serif
}
table {
	border-collapse:collapse;
	border-spacing:0
}
th {
	text-align:inherit
}
fieldset, img {
	border:0
}
iframe {
	display:block
}
abbr, acronym {
	border:0;
	font-variant:normal
}
del {
	text-decoration:line-through
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:500
}
ol, ul {
	list-style:none
}
caption, th 



六、🥇 如何让学习不再盲目

很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习。


七、🎁更多干货

1. 如果我的博客对你有帮助、如果你喜欢我的博客内容,请“👍点赞”“✍️评论”“💙收藏”一键三连哦!

2.💗【👇🏻👇🏻👇🏻关注我 | 获取更多源码 | 优质文章】带您学习各种前端插件、3D 炫酷效果、图片展示、文字效果、以及整站模板、大学生毕业 HTML 模板、期末大作业模板、等!「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

3.

以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻🔥


学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML 学生个人网站作业设计

原文地址: 学生个人网页设计作品 学生个人网页模板 简单个人主页成品 个人网页制作 HTML 学生个人网站作业设计

    正文完
     0
    Yojack
    版权声明:本篇文章由 Yojack 于2024-09-30发表,共计8401字。
    转载说明:
    1 本网站名称:优杰开发笔记
    2 本站永久网址:https://yojack.cn
    3 本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长进行删除处理。
    4 本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
    5 本站所有内容均可转载及分享, 但请注明出处
    6 我们始终尊重原创作者的版权,所有文章在发布时,均尽可能注明出处与作者。
    7 站长邮箱:laylwenl@gmail.com
    评论(没有评论)