当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 14.66 KB
一键复制 编辑 原始数据 按行查看 历史
XIAOMA 提交于 2020-12-09 13:05 . 修改头像
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
/>
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="email=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="renderer" content="webkit">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Amaze UI" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>[简历]马逸丹-网络与新媒体专业/广州</title>
<link rel="shortcut icon" href="assets/images/tubiao.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/typo.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/index.css">
<link rel="stylesheet" href="assets/css/iconfont.css">
<script>
function loading() {
document.getElementsByClassName('avatar')[0].style.display = 'block';
document.getElementsByClassName('loading')[0].style.display = 'none';
}
</script>
</head>
<body>
<header class="header"></header>
<article class="container">
<section class="side" id="side">
<!-- 左栏固定开关,记得及时删除这段代码 Start-->
<label class="switch" style="display: none;" onchange="switchFixed()">
<script type="text/javaScript">
function switchFixed(){
var value = document.getElementById('side').style.position === 'fixed' ? 'absolute' : 'fixed';
document.getElementById('side').style.position = value;
}
</script>
<input id="cb" type="checkbox">
<span class="slider round"></span>
</label>
<style>
@media (min-width: 750px){
.switch{position:relative;display:inline-block!important;width:60px;height:34px;}
.switch input{display:none;}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;}
.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:white;-webkit-transition:.4s;transition:.4s;}
input:checked + .slider{background-color:#1abc9c;}
input:focus + .slider{box-shadow:0 0 1px #1abc9c;}
input:checked + .slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);}.slider.round{border-radius:34px;}
.slider.round:before{border-radius:50%;}
}
</style>
<!-- 左侧固定开关,记得及时删除这段代码 End-->
<!-- 个人肖像 -->
<section class="me">
<section class="portrait">
<div class="loading">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- 头像照片 -->
<img class="avatar" src="assets/images/Touxiang.jpg" onload="loading()">
</section>
<h1 class="name">
<ruby>
<rp>(</rp><rt>Ma </rt><rp>)</rp>
<rp>(</rp><rt>yi </rt><rp>)</rp>
<rp>(</rp><rt>dan</rt><rp>)</rp>
</ruby>
</h1>
<h4 class="info-job">学生 / 汕头</h4>
</section>
<!-- 基本信息 -->
<section class="profile info-unit">
<h2>
<a href="https://gitee.com/yidan-ma" <i class="iconfont">&#xe604;</i></a>
基本信息</h2>
<hr/>
<ul>
<li>
<label>个人信息</label>
<span>马逸丹 / 女 / 19岁</span>
</li>
<li>
<label>英语水平</label>
<span>高中毕业</span>
</li>
<li>
<label>计算机水平</label>
<span>未考</span>
</li>
</ul>
</section>
<!-- 联系方式 -->
<address class="contact info-unit">
<h2>
<a href="https://gitee.com/yidan-ma" <i class="iconfont">&#xe603;</i></a>
联系方式</h2>
<hr/>
<ul>
<li>
<label>手机</label>
<em><a href="tel:15815008681" target="_blank">158-1500-8681</a></em>
</li>
<li>
<label>邮箱</label>
<em><a href="mailto:1804220451@qq.com" target="_blank">1804220451@qq.com</a></em>
</li>
<li>
<label>个人主页</label>
<em><a href="https://gitee.com/yidan-ma" target="_blank">gitee.com/yidan-ma/</a></em>
</li>
<li>
<label>Github</label>
<em><a href="https://github.com/Yidan-Ma" target="_blank">github.com/Yidan-Ma</a></em>
</li>
</ul>
</address>
<!-- 技能点 -->
<section class="skill info-unit">
<h2>
<a href="https://gitee.com/yidan-ma" <i class="iconfont">&#xe60c;</i></a>
技能点</h2>
<hr/>
<ul>
<li>
<label>HTML</label>
<progress value="90" max="100"></progress>
</li>
<li>
<label>CSS</label>
<progress value="85" max="100"></progress>
</li>
<li>
<label>JavaScript</label>
<progress value="85" max="100"></progress>
</li>
<li>
<label>React</label>
<progress value="85" max="100"></progress>
</li>
<li>
<label>Node.js</label>
<progress value="70" max="100"></progress>
</li>
<li>
<label>小程序</label>
<progress value="70" max="100"></progress>
</li>
</ul>
</section>
<section class="qrcode info-unit">
<a href="https://gitee.com/yidan-ma" <i class="iconfont">&#xe60a;</i></a>
二维码</h2>
<hr/>
<img src="https://github.com/if2er/FeZaoDuKe-Collection/blob/master/ifeees.jpg?raw=true" style="width: 100%;" alt="">
</section>
<!-- 技术栈 -->
<!-- <div class="stack info-unit">
<h2><i class="fa fa-code" aria-hidden="true"></i>其他</h2>
<hr/>
<ul>
<li>
<label>前端</label>
<span>React、jQuery、微信小程序、Bootstrap、SASS、LESS</span>
</li>
<li>
<label>后端</label>
<span>Node.js、MySQL、MongoDB、WordPress、ThinkPHP</span>
</li>
<li>
<label>其他</label>
<span>Git、SVN、Markdown</span>
</li>
</ul>
</div> -->
</section>
<main class="work info-unit">
<!-- 教育经历 -->
<section class="edu info-unit">
<h2>
<a href="https://gitee.com/yidan-ma" <i class="iconfont">&#xe608;</i></a>
教育经历</h2>
<hr/>
<ul>
<li>
<h3>
<span>潮阳金堡中学(理科)</span>
<time>2016.9-2019.7</time>
</h3>
</li>
<li>
<h3>
<span>中山大学南方学院 - 网络与新媒体专业(本科)</span>
<time>2020.9-</time>
</h3>
<p>目前仍在就读中,正在学习网页设计,掌握PS、PR、LR基本操作,掌握摄影基本技能</p>
</li>
</ul>
</main>
<!-- 工作经历 -->
<main class="work info-unit">
<h2>
<a href="https://gitee.com/yidan-ma" <i class="iconfont">&#xe60b;</i></a>
工作经历</h2>
<hr/>
<ul>
<li>
<h3>
<span>[经历1]金堡中学学生工作</span>
<time>2016.10 至 2017.9</time>
</h3>
<ul class="info-content">
<li>策划校内线上线下多种活动,负责大大小小幕后工作,可简单<b>撰写策划案,制作宣传单,海报</b></li>
<li>学会office操作,管理协作能力得到提升</li>
</ul>
</li>
</ul>
</main>
<!-- 项目经验 -->
<main class="project info-unit">
<h2>
<a href="https://gitee.com/yidan-ma" <i class="iconfont">&#xe607;</i></a>
个人学习项目</h2>
<hr/>
<ul>
<li>
<h3>
<span>[项目1]制作海报</span>
<span class="link">
<a href="#" target="_blank">Demo</a>
</span>
<time>2020.10-2020.12</time>
</h3>
<ul class="info-content">
<details>
<summary>项目内容</summary>
<li>技术栈:PhotoShop</li>
<li>
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
[目标]可以完整做出一张海报并且具有美感
<br/>
<i class="fa fa-users" aria-hidden="true"></i>
[团队]1人
<br/>
<i class="fa fa-bars" aria-hidden="true"></i>
[效果]作品最终评分相较高
</li>
</details>
</ul>
</li>
<li>
<h3>
<span>[项目2]网页基础</span>
<span class="link">
<a href="#" target="_blank">XIAOMA</a>
</span>
<time>2020.10-2020.12</time>
</h3>
<ul class="info-content">
<details>
<summary>项目内容</summary>
<li>技术栈:HTML+CSS</li>
<li>
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
[目标]通过老师的指导以及自学,掌握网页设计的各类代码标签和样式,学习网页布局
<br/>
<i class="fa fa-users" aria-hidden="true"></i>
[团队]与指导老师和网新专业的同学一起
<br/>
<i class="fa fa-bars" aria-hidden="true"></i>
[效果]最终成功让我们熟悉html以及css的大部分基础标签跟样式
</li>
</details>
</ul>
</li>
</ul>
</main>
<!-- 自我评价 -->
<main class="work info-unit">
<h2>
<a href="https://gitee.com/yidan-ma" <i class="iconfont">&#xe609;</i></a>
自我评价/期望</h2>
<hr/>
<p>本人爱好摄影,热爱记录生活的美好,审美在线,性格较乐观活泼,“<i>多静多思考,反省不张扬</i>”是我给自己总结的“十字箴言”,鞭策自己做人既不能以己度人,也不以人观己,要脚踏实地做事,坚持自己的梦想和本心。</p>
</main>
</section>
</article>
<footer class="footer">
<p>© 2020 马逸丹.文档最后更新时间为
<time>2020年11月30日</time>.</p>
</footer>
<!-- 侧栏 -->
<aside>
<ul>
<li>
<a href="https://gitee.com/itsay/resume" target="_blank">源代码</a>
</li>
<li>
<a href="http://if2er.com/" target="_blank">Blog</a>
</li>
</ul>
</aside>
<script src="./assets/js/index.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化