1 Star 0 Fork 0

顽生/黑马面面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 5.45 KB
一键复制 编辑 原始数据 按行查看 历史
顽生 提交于 2020-08-15 13:05 . 提交黑马面面
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/swiper.min.css" />
<link rel="stylesheet" href="css/index.css">
<title>黑马面面</title>
</head>
<body>
<!-- 头部区域 -->
<header class="header">黑马面面</header>
<!-- nav区域 -->
<section class="wrap">
<section class="nav">
<a href="#"><img src="icons/icon1.png" alt=""><span>HR面试</span></a>
<a href="#"><img src="icons/icon2.png" alt=""><span>笔试</span></a>
<a href="#"><img src="icons/icon3.png" alt=""><span>技术面试</span></a>
<a href="#"><img src="icons/icon4.png" alt=""><span>模拟面试</span></a>
<a href="#"><img src="icons/icon5.png" alt=""><span>面试技巧</span></a>
<a href="#"><img src="icons/icon6.png" alt=""><span>薪资查询</span></a>
</section>
<!-- go模块 -->
<section class="go">
<img src="images/go.png" alt="">
</section>
</section>
<!-- 就业指导模快 -->
<section class="common">
<!-- 头部 -->
<div class="common-hd">
<h5><img src="icons/i2.png" alt=""> 就业指导</h5>
<a href="#">更多>></a>
</div>
<!-- 旋转木马轮播图 -->
<section class="get_job_focus ">
<!-- Swiper -->
<div class="swiper-container job">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="#">
<img src="images/pic.png" alt="">
<p>老师教你面对面试技巧</p>
</a>
</div>
<div class="swiper-slide">
<a href="#">
<img src="images/2.jpg" alt="">
<p>老师教你面对面试技巧</p>
</a>
</div>
<div class="swiper-slide">
<a href="#">
<img src="images/3.jpg" alt="">
<p>老师教你面对面试技巧</p>
</a>
</div>
</div>
</div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</section>
</section>
<!-- 充电学习模块 -->
<section class="common">
<!-- 头部 -->
<div class="common-hd">
<h5><img src="icons/i1.png" alt=""> 充电学习</h5>
<a href="#">更多>></a>
</div>
<section class="get_study_focus">
<div class="swiper-container study">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="#">
<img src="images/pic1.png" alt="">
</a>
<h5>说地道英语,告别中式英语</h5>
<p><span>156</span>人学习</p>
</div>
<div class="swiper-slide">
<a href="#">
<img src="images/pic2.png" alt="">
</a>
<h5>思维攻略金字塔思维提高写作能力</h5>
<p><span>126</span>人学习</p>
</div>
<div class="swiper-slide">
<a href="#">
<img src="images/pic1.png" alt="">
</a>
<h5>说地道英语 告别中式英语</h5>
<p><span>156</span>人学习</p>
</div>
</div>
</div>
</section>
</section>
<!-- 底部 -->
<footer class="footer">
<a href="#">
<img src="icons/home.png" alt="">
<span>首页</span>
</a>
<a href="#">
<img src="icons/ms.png" alt="">
<span>技术面试</span>
</a> <a href="#">
<img src="icons/net.png" alt="">
<span>模拟面试</span>
</a> <a href="#">
<img src="icons/user.png" alt="">
<span>我的主页</span>
</a>
</footer>
<script src="js/flexible.js"></script>
<script src="js/swiper.min.js"></script>
<!-- Initialize Swiper -->
<script>
// 第一个轮播图函数
(function() {
var swiper = new Swiper('.job', {
// 可见的个数
slidesPerView: 2,
spaceBetween: 30,
centeredSlides: true,
loop: true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
})();
(function() {
var swiper = new Swiper('.study', {
slidesPerView: 2.3,
spaceBetween: 10,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
});
})();
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RY_6666/black_horse_noodles.git
git@gitee.com:RY_6666/black_horse_noodles.git
RY_6666
black_horse_noodles
黑马面面
master

搜索帮助