学校介绍静态HTML网页设计作品 DIV布局学校官网模板代码 DW大学网站制作成品下载 HTML5期末大作业

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



一、👨‍🎓网站题目

🏫 校园网页设计 、学校班级网页制作、学校官网、小说书籍、等网站的设计与制作。


二、✍️网站描述

🏷️HTML静态网页设计作业使用dreamweaver制作,采用DIV+CSS布局,共有多个页面,首页使用CSS排版比较丰富,色彩鲜明有活力。顶部导航及底部区域背景色为100%宽度,主体内容区域宽度

🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)

  1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
  2. 所有页面相互超链接,可到三级页面,有5-10个页面组成。
  3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
  4. 菜单美观、醒目,二级菜单可正常弹出与跳转。
  5. 要有JS特效,如定时切换和手动切换图片轮播。
  6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。
  7. 页面清爽、美观、大方,不雷同。 。
  8. 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

三、📚网站介绍

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

📓网站程序方面:计划采用最新的网页编程语言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结构代码


<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>学院首页</title>
  <link rel="stylesheet" href="css/style.css">
</head>

<body>
  <!-- 页面主体 -->
  <section class="container">
    <!-- 头部导航 -->
    <nav class="header">
      <div class="header_box">
        <div class="top_header">
          <img class="logo" src="picture/logo.png" alt="">
          <div class="right_header">
            <a href="">学院官网</a>
            <div class="ipt">
              <input type="text" placeholder="请输入检索关键词">
              <i></i>
            </div>
          </div>
        </div>
        <ul class="nav">
          <li><a href="">学院首页</a></li>
          <li><a href="gaikuo.html">学院概况</a></li>
          <li><a href="download.html">下载中心</a></li>
          <li><a href="about.html">联系我们</a></li>
        </ul>
      </div>
    </nav>


    <!-- 轮播 -->
    <div class="banner">
      <img src="picture/banner.png" alt="">
    </div>


    <!-- 新闻信息 -->
    <section class="box1">
      <div class="left_box1 xinwen-main">
        <div class="title">
          <div class="left_tit">
            <a style="color:#0a6cd6" class="on" href="">学院新闻</a>
            <a href="">通知公告</a>
          </div>
          <div class="more">更多 &gt;</div>
        </div>
        <div class="list">
          <div class="row avtive">
            <img src="picture/new1.gif" alt="">
            <div class="right_txt">
              <p class="tit" style="margin-top: 20px;">腾竞依智网络学院学子 在全国大学生电子设计竞赛海南赛区竞赛中再创佳绩</p>
              <p class="txt">2021年全国大学生电子设计竞赛 “恩智浦MCU杯” 于11月7日顺利结束。该赛事历时4天3晚,我校腾竞依智网络学院组织25组学生参加了此次竞赛。</p>
              <p class="time">2021-12-15</p>
            </div>
          </div>

          <ul>
            <li class="row">
              <p class="txt">腾竞网络学院英语学习经验交流会成功举办</p>
              <p class="time">2021-12-15</p>
            </li>
            <li class="row">
              <p class="txt">班主任陈啸召开“坚定理想信念”主题班会</p>
              <p class="time">2021-12-15</p>
            </li>
            <li class="row">
              <p class="txt">腾竞网络学院开展“立德树人”专题研讨活动</p>
              <p class="time">2021-12-15</p>
            </li>
            <li class="row">
              <p class="txt">网络学院专任教师在首届全国高校教师教学创新大赛(海南赛区)获佳绩</p>
              <p class="time">2021-12-15</p>
            </li>
            <li class="row">
              <p class="txt">腾竞网络学院“优课建设指导暨汇报会”顺利举行</p>
              <p class="time">2021-12-15</p>
            </li>
          </ul>
        </div>
      </div>
      <div class="right_box1 xinwen-main">
        <div class="title">
          <div class="left_tit">
            <a class="on" href="">学院新闻</a>
            <a href="">通知公告</a>
          </div>
          <div class="more">更多 &gt;</div>
        </div>
        <ul class="list" style="margin-top: 12px;">
          <li class="row">
            <p class="txt">腾竞依智网络学院2022届本科毕业生毕业设计实施方案</p>
            <p class="time">2021-12-15</p>
          </li>
          <li class="row">
            <p class="txt">腾竞依智网络学院2021年暑假实践小学期答辩</p>
            <p class="time">2021-12-15</p>
          </li>
          <li class="row">
            <p class="txt">海口经济学院腾竞网络学院2021届本科生毕业设计答辩工作实施方案</p>
            <p class="time">2021-12-15</p>
          </li>
          <li class="row">
            <p class="txt">网络学院专任教师在首届全国高校教师教学创新大赛(海南赛区)获佳绩</p>
            <p class="time">2021-12-15</p>
          </li>
          <li class="row">
            <p class="txt">2021年网络学院寒假实践小学期答辩及相关工作安排</p>
            <p class="time">2021-12-15</p>
          </li>
          <li class="row">
            <p class="txt">网络学院关于组织2021届本科毕业论文(设计)中期检查的通知</p>
            <p class="time">2021-12-15</p>
          </li>
          <li class="row">
            <p class="txt">网络学院关于2020-2021学年度第一学期冬季实践小学期教学工作的实施..</p>
            <p class="time">2021-12-15</p>
          </li>
          <li class="row">
            <p class="txt">网络学院2018级(2021届)专科各专业综合实训(生产实习)及毕业实习...</p>
            <p class="time">2021-12-15</p>
          </li>
        </ul>
      </div>
    </section>


    <!-- 图片 -->
    <div class="tupian-list">
      <a href="">
        <div class="img">
          <img src="picture/1.png" alt="">
        </div>
        <p>科研工作</p>
      </a>

      <a href="">
        <div class="img">
          <img src="picture/2.png" alt="">
        </div>
        <p>党建工作</p>
      </a>
      <a href="">
        <div class="img">
          <img src="picture/3.png" alt="">
        </div>
        <p>创新就业</p>
      </a>

      <a href="">
        <div class="img">
          <img src="picture/4.png" alt="">
        </div>
        <p>质量工作</p>
      </a>

      <a href="">
        <div class="img">
          <img src="picture/5.png" alt="">
        </div>
        <p>下载服务</p>
      </a>

      <div style="clear: both;"></div>
    </div>


    <!-- 尾部 -->
    <footer class="footer">
      <div class="footer_box">
        <div class="left">
          <p>地址:海南省海口市桂林洋新校区 邮编:570203</p>
          <p>版权所有(2020)海口经济学院 | 腾竞依智网络学院 备案序号:琼ICP备05002914号-1 </p>
        </div>
        <div class="right" style="float: right;">
          <select style="width: 200px; height: 40px; line-height: 40px; text-align: center; border-radius: 8px;">
            <option value="volvo">==友情链接==</option>
            <option value="saab">友情链接</option>
          </select>
        </div>
      </div>
    </footer>
  </section>
</body>

</html>


💒CSS样式代码

*{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
}
body{
  overflow-x: hidden;
  background: url("../image/index_bg.jpg") no-repeat no-repeat center,#fbfbfb;
  background-position: top 900px center;
}
img{
  width: 100%;
  height: 100%;
}
div{
  box-sizing: border-box;
}
.container{
  position: relative;
  width: 100%;
  height: 100%;
}
.container .header{
  width: 100%;
  height: 150px;
  background: url("../image/headerBg.jpg") center no-repeat;
}
.container .header .header_box{
  width: 1300px;
  margin: auto;
}
.container .header .header_box .top_header{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.container .header .header_box .top_header .logo{
  width: 472px;
  height: 60px;
}
.container .header .header_box .top_header::before{
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}
.container .header .header_box .top_header .right_header{
  display: flex;
  align-items: center;
}
.container .header .header_box .top_header .right_header a{
  position: relative;
  color: #fff;
  margin-right: 30px;
  line-height: 20px;
}
.container .header .header_box .top_header .right_header a::before{
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #fff;
}
.container .header .header_box .top_header .right_header .ipt{
  position: relative;
  width: 270px;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  padding: 10px;
}
.container .header .header_box .top_header .right_header .ipt i{
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 36px;
  border-radius: 18px;
  background-color: #32b0f0;
}
.container .header .header_box .top_header .right_header .ipt i::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 15px;
  height: 15px;
  background: url("../image/search.png") no-repeat;
  background-size: 100% 100%;
}
.container .header .header_box .top_header .right_header .ipt input{
  width: 100%;
  height: 100%;
  background:none;
  border: none;
  outline: none;
}

.container .header .header_box .nav{
  display: flex;
  align-items: center;
  height: 50px;
}
.container .header .header_box .nav a{
  color: #fff;
  font-size: 16px;
  height: 100%;
  margin-left: 50px;
  line-height: 50px;
}
.container .header .header_box .nav a:hover{
  border-top: 3px solid #32b0f0;
}
.container .banner{
  width: 100%;
  height: 450px;
}
.container .banner img{
  width: 100%;
  height: 100%;
}
.container .box1{
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 50px auto;
}
.container .box1 .xinwen-main{
  width: 620px;
}
.container .box1 .xinwen-main .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #32b0f0;
  padding-bottom:  10px;
}
.container .box1 .xinwen-main .title a {
  font-size: 16px;
  color: #000;
}
.container .box1 .xinwen-main .title a.on{
  color: #32b0f0;
  font-weight: bold;
  margin-right: 20px;
}
.container .box1 .xinwen-main .title .more{
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #32b0f0;
  border-radius: 15px;
}
.container .box1 .xinwen-main .list .row{
  display: flex;
  justify-content: space-between;
  align-items: center ;
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
}
.container .box1 .xinwen-main .list .row p{
  color: #333;
}

.container .box1 .xinwen-main .list .row:hover .txt{
  color: #32b0f0;
}
.container .box1 .xinwen-main .list .avtive img{
  width: 186px;
  height: 110px;
}
.container .box1 .xinwen-main .list .avtive  .right_txt{
  width: 416px;
}
.container .box1 .xinwen-main .list .avtive  .right_txt .tit{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
}



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

第一、带着目标去学习,无论看书报课还是各种线下活动。
首先要明确自己的学习目标是什么,是想解决什么问题,实现怎样的目标。

第二、学习要建立个人知识体系
知识是学不完的,书籍是浩如烟海的。我们尽情徜徉其中的时候,千万不要被海水淹死,没有自我了。在学习过程中,我们会发现每一个知识点都是有她的边界和背景的,我们要善于归纳整理知识

第三、学到了就要用到

有时,我们一天下来感觉学到了很多干货,那么我们一定要将这些知识点和实际工作和生活联系起来。知识和实践相互联系靠拢。爱学习是一件好事,但只有会学习的人,才有价值。


七、🎁更多干货

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

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

3.

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

在这里插入图片描述

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值