<font color='#f7630c' size='4px'> 🎉精彩专栏推荐 💭文末获取联系 </font> ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 💂 作者主页: 【主页——🚀获取更多优质源码】 🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】 🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】 🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】 🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】 🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!
<hr>
(📂文章目录) <hr>
一、👨🎓网站题目
👩🔬个人博客网站、👨🔬个人主页介绍、个人简介、个人博客设计制作 、等网站的设计与制作。
<hr>
二、✍️网站描述
🏷️ 大学生个人HTML网页设计作品,采用DIV CSS布局制作,页面主体内容区域宽度为1200PX。网页整体使用CSS设置了网页背景图片。页面精美包含多个排版布局,学生网页作业水平制作。
🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)
- 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
- 所有页面相互超链接,可到三级页面,有5-10个页面组成。
- 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
- 菜单美观、醒目,二级菜单可正常弹出与跳转。
- 要有JS特效,如定时切换和手动切换图片轮播。
- 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。
- 页面清爽、美观、大方,不雷同。 。
- 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。 <hr>
三、📚网站介绍
📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
📓网站程序方面:计划采用最新的网页编程语言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代码)。
四、🌐网站演示
<hr>
五、⚙️ 网站代码
🧱HTML结构代码
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-icon.css">
<title>个人博客</title>
</head>
<body>
<!--导航-->
<nav class="navbar navbar-expand-lg navbar-light nav-color-nav navbar-lk text-dark">
<div class="container">
<a rel="nofollow" class="navbar-brand xiyuan" href="#"><img src="images/logo2.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#nabmune" aria-controls="nabmune" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="nabmune">
<ul class="navbar-nav nav-color ">
<li class="nav-item active ">
<a rel="nofollow" class="nav-link" href="index.html">首页 <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item ">
<a rel="nofollow" class="nav-link" href="chat.html">说说</a>
</li>
<li class="nav-item dropdown ">
<a rel="nofollow" class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
分类
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a rel="nofollow" class="dropdown-item" href="category.html">php</a>
<a rel="nofollow" class="dropdown-item" href="category.html">js</a>
<div class="dropdown-divider"></div>
<a rel="nofollow" class="dropdown-item" href="category.html">jq</a>
</div>
</li>
<li class="nav-item ">
<a rel="nofollow" class="nav-link" href="picture.html">相册</a>
</li>
<li class="nav-item ">
<a rel="nofollow" class="nav-link" href="life.html">生活</a>
</li>
<li class="nav-item ">
<a rel="nofollow" class="nav-link" href="chat.html">心得</a>
</li>
<li class="nav-item ">
<a rel="nofollow" class="nav-link" href="about.html">关于</a>
</li>
</ul>
<!--<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>-->
</div>
</div>
</nav>
<!--内容-->
<div class="container mt-3">
<div class="row">
<div class="col-md-8">
<div class="container">
<div class="row wow fadeInDown">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/1.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/2.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/3.png" class="d-block w-100" alt="...">
</div>
</div>
<a rel="nofollow" class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a rel="nofollow" class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="row mt-2 wow fadeInDown">
<div class="col-md-12 bgc">
<div class="new">
<span><i class="el-certificate"></i></span>
<span>最新文章</span>
<small>New Article</small>
</div>
</div>
</div>
<div class="row mt-2 ">
<ul class="list-unstyled art-list">
<li class="media wow bounceInLeft">
<div class="art-img">
<img class="mr-3" src="images/8.jpg" alt="Generic placeholder image">
</div>
<div class="media-body art-content">
<h5 class="mt-0 mb-1"><a rel="nofollow" href="./article.html">js前端实现模糊查询</a></h5>
<p>js前端实现模糊查询对于模糊查询,一般都是传关键字给后端,由后端来做。但是有时候一些轻量级的列表前端来做可以减少ajax请求,在一定程度上提高用户体验。废话不多...</p>
<ul>
<li><a title="惜缘2019-04-03发表"><i class="el-time"></i>2019-04-03</a></li>
<li class="d-none d-sm-none d-md-none d-lg-block"><a rel="nofollow" href="./article.html" title="作者: 惜缘"><i class="el-user"></i>惜缘</a></li>
<li><a title="已有 2 个赞"><i class="el-heart"></i>2</a></li>
<li><a title="已有 1次浏览"><i class="el-eye-open"></i>1</a></li>
<li class="d-none d-sm-none d-md-none d-lg-block"><a rel="nofollow" href="./article.html" title="查看分类"><i class="el-th-list"></i>生活</a></li>
</ul>
</div>
</li>
<li class="media wow bounceInRight" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="art-img">
<img class="mr-3" src="images/7.jpg" alt="Generic placeholder image">
</div>
<div class="media-body art-content">
<h5 class="mt-0 mb-1"><a rel="nofollow" href="./article.html">js前端实现模糊查询</a></h5>
<p>js前端实现模糊查询对于模糊查询,一般都是传关键字给后端,由后端来做。但是有时候一些轻量级的列表前端来做可以减少ajax请求,在一定程度上提高用户体验。
<li><a title="惜缘2019-04-03发表"><i class="el-time"></i>2019-04-03</a></li>
<li class="d-none d-sm-none d-md-none d-lg-block"><a rel="nofollow" href="/index/about/index.html" title="作者: 惜缘"><i class="el-user"></i>惜缘</a></li>
<li><a title="已有 2 个赞"><i class="el-heart"></i>2</a></li>
<li><a title="已有 1次浏览"><i class="el-eye-open"></i>1</a></li>
<li class="d-none d-sm-none d-md-none d-lg-
</li>
<li>
<a rel="nofollow" href="#" title="遍历二维数组">遍历二维数组 (1)</a>
</li>
</body>
</html>
💒CSS样式代码
body{
/*background: url("../images/bg3.jpg") no-repeat;*/
background: #E9EAED;
background-size: cover;
/*background-position: center center;*/
}
ul,ol,p{
padding: 0;
margin: 0;
list-style: none;
}
i{
color: #ff6700;
margin-right: 5px;
}
a{
text-decoration: none;
}
.xiyuan img{
height: 45px;
}
.nav-color-nav{
background: rgba(255,255,255,0.85);
}
.nav-color a{
color: #ff6700 !important;
}
.navbar-lk .navbar-nav>li>a{
width: 102px;
}
/*.nav-color li{
line-height: 70px;
}*/
.nav-color li:hover a{
color: #f8b62b!important;
}
.new{
height: 40px;
}
.new span,.new small{
display: inline-block;
float: left;
line-height: 40px;
margin-left: 5px;
}
.new span{
color: #0181da;
}
.new small{
color: #bcbcbc;
}
.bgc{
background: rgba(255,255,255,0.5);
}
/*中间文章列表*/
.art-list>li{
width: 100%;
/*margin: auto;*/
padding: 25px;
border: 1px solid rgba(0,0,0,0);
box-sizing: border-box;
margin-bottom: 25px;
overflow: hidden;
position: relative;
background: rgba(255,255,255,0.5);
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.art-list>li p{
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
height: 54px;
color: #515151;
}
<hr>
六、🥇 如何让学习不再盲目
很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。
<hr>
七、🎁更多干货
1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏”
一键三连哦!
2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.<div id='weibu'>以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻💬 </div> 【主页——🚀获取更多优质源码】