XiYun/members.html
2024-08-29 08:49:58 +08:00

94 lines
3.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>汐云安全工作室 - 主要成员</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>汐云安全工作室</h1>
<p>热爱编程、科技、IT的年轻团队</p>
</header>
<nav>
<a href="index.html">主页</a>
<a href="">主要成员</a>
<a href="portfolio.html">作品展示</a>
<a href="about.html">关于我们</a>
<a href="xysoft.html">软件商店</a>
<a href="sosuo.html">汐云搜索</a>
<a href="yl.html">友情链接</a>
<a href="mx.html">鸣谢</a>
</nav>
<section id="members" class="content">
<h2>主要成员</h2>
<div class="member">
<img src="picture/KLTS.bmp" alt="ZCZ">
<h3>姓名: KuaiLeTianShi</h3>
<p>职位: 室长</p>
<p>来自: 中国山东</p>
<p>性别: 男</p>
<p>简介: 不擅长写简介</p>
</div>
<div class="member">
<img src="picture/Stay with me.bmp" alt="ZCZ">
<h3>姓名: 朝夕 - Stay with me</h3>
<p>职位: 服务器提供</p>
<p>来自: 中国山东</p>
<p>性别: 男</p>
<p>简介: 无</p>
</div>
<div class="member">
<img src="picture/Kris.bmp" alt="YZ">
<h3>姓名: Kris谭</h3>
<p>职位: 副室长</p>
<p>来自: 中国湖北</p>
<p>性别: 男</p>
<p>简介: 资深的科技爱好者喜欢各种折腾各种的东西擅长使用C++,C,Python,HTML......</p>
</div>
<div class="member">
<img src="picture/ZYBPZ.bmp" alt="ZCZ">
<h3>姓名: 自由奔跑者</h3>
<p>职位: 硬件</p>
<p>来自: 中国江苏</p>
<p>性别: 男</p>
<p>简介: 暂无</p>
</div>
</div> <div class="member">
<img src="picture/Player.bmp" alt="YYC">
<h3>姓名: Player</h3>
<p>职位: 图标设计</p>
<p>来自: 中国内蒙古</p>
<p>性别: 男</p>
<p>简介:一个图标设计师</p>
</div>
<div class="member">
<img src="picture/SYSTEM-CMD.bmp" alt="YYC">
<h3>姓名: SYSTEM-CMD</h3>
<p>职位: 成员</p>
<p>来自: 中国上海</p>
<p>性别: 男</p>
<p>简介:无</p>
</div>
</section>
<footer>
<p>&copy; 2022-2024 汐云安全工作室</p>
<div class="custom">
<div class="ycyun">
本网站由 <a href="https://www.rainyun.com/OTMxOTE=_"><img src="picture/rainyun.png"></a> 提供CDN加速/云服务器服务<br><br>
</div>
</div> </div>
</footer>
</body>
</html>