加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 3.39 KB
一键复制 编辑 原始数据 按行查看 历史
汉塞大叔 提交于 2020-10-09 10:23 . 上传 index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MY GITEE HOME PAGE</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/reset.css">
<!-- <link rel="stylesheet" href="css/tag.css">-->
<script src="https://lib.baomitu.com/jquery/3.5.0/jquery.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<header>
<div class="header_div">
<a href="https://gitee.com/fengfeng233">
<img alt="?" src="img/header.jpg">
</a>
</div>
</header>
<div class="main_con">
<div class="profile">
<div class="profile_img">
<img alt="?" src="img/profile_photo.jpg">
</div>
<br>
<div class="username">汉塞大叔</div>
</div>
<div class="div_con">
<div class="div_tag">
<!-- 利用jQuery实现将鼠标移入哪个标签页,显示对应的内容页本
次只完成了,git页面;blog 和 web 的页面下次再做,-->
<div class="tag_git tag">Git</div>
<div class="tag_blog tag">Blog</div>
<div class="tag_web tag">Web</div>
</div>
<div class="div_content">
<!-- git 内容区块-->
<div class="div_content_pro div_git">
<div class="content_title">项目库:</div>
<div class="div_rep_con">
<div class="rep_con_line">
<div class="div_repositorie fl">
<a href="https://gitee.com/fengfeng233/pyshp"><div class="con_title">Pyshp</div></a>
<div class="con_recommend">
This library reads and writes ESRI Shapefiles in pure Python.
</div>
</div>
<div class="div_repositorie fr">
<a href="https://gitee.com/fengfeng233/Learn"><div class="con_title">Learn</div></a>
<div class="con_recommend">
Code and data samples from GeospatialPython.com and Books.
</div>
</div>
</div>
<div class="rep_con_line">
<div class="div_repositorie fl">
<a href="https://gitee.com/fengfeng233/matplotlib-by-python"><div class="con_title">Matplotlib By Python</div></a>
<div class="con_recommend">
Matplotlib包的学习代码.
</div>
</div>
<div class="div_repositorie fr">
<a href="https://gitee.com/fengfeng233/pyshp-by-pyton"><div class="con_title">Pyshp By Pyton</div></a>
<div class="con_recommend">
Pyshp的学习代码.
</div>
</div>
</div>
</div>
</div>
<!-- blog 内容区块-->
<div class="div_content_pro div_blog"></div>
<!-- web 内容区块-->
<div class="div_content_pro div_web">
<div class="content_title">HTML:</div>
<div class="div_pro_con">
<!-- 插入的web div 的结构 -->
<!-- <div class="div_html_con"> -->
<!-- <a href=" json.url "> -->
<!-- <div class="con_title"> -->
<!-- json.title -->
<!-- </div> -->
<!-- </a> -->
<!-- <div class="con_recommend"> -->
<!-- json.recommend -->
<!-- </div> -->
<!-- </div> -->
</div>
</div>
</div>
</div>
<footer>
<!-- 暂时没想好footer放那些内容-->
</footer>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化