1 Star 0 Fork 0

CHN1118/桃子PYM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 4.73 KB
一键复制 编辑 原始数据 按行查看 历史
CHN1118 提交于 2023-01-01 11:55 . update index.html.
<!doctype html>
<html lang="en">
<head>
<!-- META -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- PAGE TITLE -->
<title>桃子 PYM</title>
<!-- FAVICON -->
<link rel="shortcut icon" href="assets/img/favicon.png">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&amp;subset=latin-ext"
rel="stylesheet">
<!-- STYLESHEETS -->
<link rel="stylesheet" type="text/css" href="assets/css/plugins.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body class="contains-hero main-page">
<!-- PRELOADER -->
<div class="preloader">
<!-- SPINNER -->
<div class="spinner">
<div class="bounce-1"></div>
<div class="bounce-2"></div>
<div class="bounce-3"></div>
</div>
<!-- /SPINNER -->
</div>
<!-- /PRELOADER -->
<!-- NAVIGATION BUTTON -->
<div class="navigation-button">
<a href="about.html">
<p><strong>关于</strong></p>
</a>
</div>
<!-- /NAVIGATION BUTTON -->
<!-- HERO -->
<div class="hero">
<!-- FRONT CONTENT -->
<div class="front-content">
<!-- CONTAINER MID -->
<div class="container-mid">
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-right" data-animation-delay="0">
<h1 style="text-shadow: rgb(0, 255, 0) 1px 0 5px;">桃子 PYM</h1>
</div>
<!-- /ANIMATION CONTAINER -->
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-left" data-animation-delay="200">
<p class="subline">向下滚动查看我的照片</p>
</div>
<!-- /ANIMATION CONTAINER -->
</div>
<!-- /CONTAINER MID -->
</div>
<!-- /FRONT CONTENT -->
<!-- BACKGROUND CONTENT -->
<div class="background-content parallax-on">
<!-- BACKGROUND CONTENT INNER -->
<div class="background-content-inner">
<div class="background-overlay"></div>
<div class="background-img layer" data-depth="0.05"></div>
</div>
<!-- /BACKGROUND CONTENT INNER -->
</div>
<!-- /BACKGROUND CONTENT -->
</div>
<!-- /HERO -->
<!-- PORTFOLIO -->
<div class="portfolio">
<!-- ITEM -->
<a class="item scroll-animated-from-bottom" href="portfolio-item-a.html">
<i class="fa fa-eye" aria-hidden="true"></i>
<div class="item-cover" style="background-image: url(assets/img/portfolio/item-1.jpg)"></div>
</a>
<!-- /ITEM -->
<!-- ITEM -->
<a class="item scroll-animated-from-bottom" href="portfolio-item-b.html">
<i class="fa fa-eye" aria-hidden="true"></i>
<div class="item-cover" style="background-image: url(assets/img/portfolio/item-2.jpg)"></div>
</a>
<!-- /ITEM -->
<!-- ITEM -->
<a class="item scroll-animated-from-bottom" href="portfolio-item-a.html">
<i class="fa fa-eye" aria-hidden="true"></i>
<div class="item-cover" style="background-image: url(assets/img/portfolio/item-3.jpg)"></div>
</a>
<!-- /ITEM -->
<!-- ITEM -->
<a class="item scroll-animated-from-bottom" href="portfolio-item-b.html">
<i class="fa fa-eye" aria-hidden="true"></i>
<div class="item-cover" style="background-image: url(assets/img/portfolio/item-4.jpg)"></div>
</a>
<!-- /ITEM -->
<!-- ITEM -->
<a class="item scroll-animated-from-bottom" href="portfolio-item-a.html">
<i class="fa fa-eye" aria-hidden="true"></i>
<div class="item-cover" style="background-image: url(assets/img/portfolio/item-5.jpg)"></div>
</a>
<!-- /ITEM -->
</div>
<!-- /PORTFOLIO -->
<!-- FOOTER -->
<div class="footer">
<!-- FOOTER INNER -->
<div class="footer-inner scroll-animated-from-bottom">
<!-- <p>Copyright &copy; 2019.Company name All rights reserved.<a target="_blank" href="http://sc.chinaz.com/moban/"></a></p> -->
<i class="fa fa-angle-double-up scroll-top" aria-hidden="true"></i>
</div>
<!-- /FOOTER INNER -->
</div>
<!-- /FOOTER -->
<!-- JAVASCRIPTS -->
<script type="text/javascript" src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chnxc/peach-pym.git
git@gitee.com:chnxc/peach-pym.git
chnxc
peach-pym
桃子PYM
master

搜索帮助