-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 11.3 KB
/
index.html
1
<!DOCTYPE html> <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1.0"> <title>Home Page - Eqvpkbz's site</title> <link rel="shortcut icon" href="/favicon.png" type="image/png"> <link rel=stylesheet href="/styles/material-icons.css"> <link rel=stylesheet href="/styles/material.min.css" > <link rel=stylesheet href="/styles/gitment.css"> <link rel=stylesheet href="/math-renderer/katex/katex.min.css"> <link rel=stylesheet href="/styles/site.css"> <script src="/scripts/jquery.min.js"></script> <script src="/scripts/js-cookie.js"></script> <script src="/scripts/quicklink.umd.js"></script> <script defer src="/scripts/material.min.js"></script> <script src="/scripts/site.js"></script> <script src="/scripts/gitment.js"></script> <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> <header class=mdl-layout__header > <div class=mdl-layout__header-row > <span class=mdl-layout-title >Home Page</span> <div class=mdl-layout-spacer ></div> <div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floating-label mdl-textfield--align-right"> <label class="mdl-button mdl-js-button mdl-button--icon" for=fixed-header-drawer-exp ><i class=material-icons >search</i></label> <div class=mdl-textfield__expandable-holder > <form action="/search.html"><input type=text class=mdl-textfield__input placeholder="Search Here" name=q id=fixed-header-drawer-exp autocomplete=off required></form> </div> </div> </div> </header> <div class=mdl-layout__drawer > <span class="mdl-layout-title drawer-title"> <a href="/index.html" style="color: inherit; font-weight: inherit;text-decoration: none;"><img src="/favicon.png" width=32 height=32> Eqvpkbz's Site</a> </span> <nav class=mdl-navigation > <a class=mdl-navigation__link href="/index.html"><i class="material-icons drawer-icon">home</i> 首页</a> <a class=mdl-navigation__link href="/posts.html"><i class="material-icons drawer-icon">library_books</i> 所有文章</a> <a class=mdl-navigation__link href="/about.html"><i class="material-icons drawer-icon">info</i> 关于</a> <a class=mdl-navigation__link href="/links.html"><i class="material-icons drawer-icon">link</i> 友链</a> <a class=mdl-navigation__link href="/search.html"><i class="material-icons drawer-icon">search</i> 搜索</a> <a class=mdl-navigation__link href="https://github.com/eqvpkbz/eqvpkbz.github.io"><i class="material-icons drawer-icon">class</i> GitHub 项目</a> </nav> </div> <main class=mdl-layout__content > <div class=mdl-grid > <div class="mdl-cell main-cell"> <div class="article main-article" lang=en-US > <h3 id=eqvpkbzs-site >欢迎来到 Eqvpkbz’s Site!</h3> <p>博客里多关于OI,各位随意翻阅</p> <p>水平不高,文章有错误烦请各位及时提出</p> <h3 id=_1 >最近更新</h3> <p><div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >TDList<br /> </h4></div><div class=mdl-card__supporting-text >任务清单<br /> </div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2019-10-5/todo.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >博客搭建教程</h4></div><div class=mdl-card__supporting-text >搭建个人博客全过程</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2019-10-20/about_blog.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >CSP2019游记</h4></div><div class=mdl-card__supporting-text >被省三劝退役了</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2019-11-15/CSP_tourist.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >zsh插件推荐</h4></div><div class=mdl-card__supporting-text >zsh的一些提高生产力的插件</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2020-2-7/zsh.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >manjaro系统初探</h4></div><div class=mdl-card__supporting-text >manjaro系统安装及初始化全过程</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2020-1-29/manjaro_test.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >代码起手式</h4></div><div class=mdl-card__supporting-text >代码模板</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2020-1-31/code_model.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >vimrc</h4></div><div class=mdl-card__supporting-text >vim的配置</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2019-10-20/vimrc.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >数论学习</h4></div><div class=mdl-card__supporting-text >数论相关的东西</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2019-10-20/math.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >OI中犯过的错误</h4></div><div class=mdl-card__supporting-text >应该是OIers比较常犯的</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2019-11-4/all-mistakes-in-OI.html">阅读全文</a></div></div><br /> <div class="mdl-card mdl-shadow--4dp" style="width: 100%"><div class=mdl-card__title ><h4 class=mdl-card__title-text >2019-11-4测试总结</h4></div><div class=mdl-card__supporting-text >二分答案等等</div><div class="mdl-card__actions mdl-card--border" style="text-align: right"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="/blog/2019-11-4/2019.11.4_test.html">阅读全文</a></div></div><br /> <a href=posts.html ><button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--colored" style="width: 100%">查看全部</button></a></p> <hr/> <div id=comments ></div> <script> window.addEventListener('load', () => { quicklink(); }); const gitment = new Gitment({id: 'cfe6e34a4c7f24aad32aa4299562f5b1', owner: 'eqvpkbz', repo: 'eqvpkbz.github.io', oauth: { client_id: 'f3fcfa20487ff3c17b18', client_secret: '6417358b1238dde3f33dd28c2bb10693b7604ce2' }, perPage: 10, }); gitment.render('comments'); </script> </div> </div> <div class="mdl-cell sidebar"> <div class=article > <div class="mdl-card mdl-shadow--2dp sidebar-card"> <div class="mdl-card__actions sidebar-title">页面信息</div> <div class=mdl-card__supporting-text > 标签: <a href="/search.html?q=Home"><span class=label >Home</span></a><br/> 创建时间: 2019.10.04<br/> 上次修改: 2020.02.10<br/> 字数统计: 295 字 / 约 1 分钟 </div> </div> <br/> <div class="mdl-card mdl-shadow--2dp sidebar-card"> <div class="mdl-card__actions sidebar-title">数学公式渲染</div> <div class=mdl-card__supporting-text > <form name=mathopt > <label class="mdl-radio mdl-js-radio" for=option-1 > <input type=radio id=option-1 class=mdl-radio__button name=sel value=mathjax > <span class=mdl-radio__label >MathJax</span> </label><br/> <label class="mdl-radio mdl-js-radio" for=option-2 > <input type=radio id=option-2 class=mdl-radio__button name=sel value=katex > <span class=mdl-radio__label >KaTeX</span> </label> <div id=tip-1 > <label class="mdl-radio mdl-js-radio" for=option-3 > <input type=radio id=option-3 class=mdl-radio__button name=sel value="katex&mathjax"> <span class=mdl-radio__label >Mixed</span> </label> </div> </form> <div id=tip-2 > <label class="mdl-checkbox mdl-js-checkbox" for=mathopt-align > <input type=checkbox id=mathopt-align class=mdl-checkbox__input > <span class=mdl-checkbox__label >居中显示</span> </label> </div> </div> </div> <div class=mdl-tooltip data-mdl-for=tip-1 >先使用 KaTeX 渲染,再使用 MathJax 渲染</div> <div class=mdl-tooltip data-mdl-for=tip-2 >该选项目前仅支持 KaTeX 渲染的公式<br/>点击公式可以切换单个公式的对齐方式</div> <br/> <div class="nano mdl-card mdl-shadow--2dp sidebar-card"> <div class=mdl-card__actions > <div class=nano-shell ><span class=shell-start >$</span> nano <a href="https://github.com/eqvpkbz/eqvpkbz.github.io/blob/master/index.md" id=nano-link >index.md</a></div> </div> </div> <div class=mdl-tooltip data-mdl-for=nano-link >查看原始 Markdown 文档</div> </div> </div> </div> <footer class=mdl-mega-footer > <div class=mdl-mega-footer__middle-section > <div class=mdl-mega-footer__drop-down-section > <input class=mdl-mega-footer__heading-checkbox type=checkbox checked> <h2 class=mdl-mega-footer__heading >EQVPKBZ.GITHUB.IO</h2><del>一个不太正经的博客</del> </div> <div class=mdl-mega-footer__drop-down-section > <input class=mdl-mega-footer__heading-checkbox type=checkbox checked> <h2 class=mdl-mega-footer__heading >POWERED BY</h2> <ul class=mdl-mega-footer__link-list > <li><a href="http://pythonhosted.org/Markdown/">Python Markdown</a> <li><a href="http://getmdl.io/">Material Design Lite</a> <li><a href="http://www.tipue.com/search/">Tipuesearch</a> <li><a href="http://www.mathjax.org/">MathJax</a> & <a href="http://khan.github.io/KaTeX/">KaTeX</a> <li><a href="https://github.com/imsun/gitment">Gitment</a> </ul> </div> <div class=mdl-mega-footer__drop-down-section > <input class=mdl-mega-footer__heading-checkbox type=checkbox checked> <h2 class=mdl-mega-footer__heading >有用的网站</h2> <ul class=mdl-mega-footer__link-list > <li><a href="https://www.luogu.org/">Luogu</a> <li><a href="https://shields.io/">shields.io</a> <li><a href="https://csacademy.com/app/graph_editor/">graph_editor</a> <li><a href="https://csacademy.com/app/diffing_tool/">diffing_tool</a> <li><a href="https://csacademy.com/app/graph_editor/">graph_editor</a> <li><a href="https://csacademy.com/app/graph_editor/">graph_editor</a> </ul> </div> </div> <div class=mdl-mega-footer__bottom-section >Theme based on <a href="https://getmdl.io/">MDL</a> | <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" class=cc src="/assets/cc-by-nc-sa-4.png" /></a> CC BY-NC-SA 4.0 </div> </footer> </main> </div>