-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update from gridea: 2020-02-28 18:02:29
- Loading branch information
Showing
15 changed files
with
1,988 additions
and
2,436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,143 +1,175 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>hkr04‘s blogs</title> | ||
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582883746835"> | ||
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet"> | ||
<meta charset="utf-8" > | ||
|
||
<title>文章归档 | hkr04‘s blogs</title> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | ||
|
||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> | ||
<link rel="shortcut icon" href="https://hkr04.github.io/favicon.ico?v=1582884146078"> | ||
<link rel="stylesheet" href="https://hkr04.github.io/styles/main.css"> | ||
<link rel="alternate" type="application/atom+xml" title="hkr04‘s blogs - Atom Feed" href="https://hkr04.github.io/atom.xml"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700"> | ||
|
||
|
||
|
||
<meta name="description" content="撒野奔跑,踩碎迷茫。" /> | ||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> | ||
|
||
|
||
|
||
<meta name="description" content="撒野奔跑,踩碎迷茫。"> | ||
</head> | ||
<body> | ||
<div class="main"> | ||
<div class="main-content"> | ||
<div class="site-header"> | ||
<a href="https://hkr04.github.io"> | ||
<img class="avatar" src="https://hkr04.github.io/images/avatar.png?v=1582883746835" alt=""> | ||
</a> | ||
<h1 class="site-title"> | ||
hkr04‘s blogs | ||
</h1> | ||
<p class="site-description"> | ||
撒野奔跑,踩碎迷茫。 | ||
</p> | ||
<div class="menu-container"> | ||
|
||
|
||
<a href="/" class="menu"> | ||
首页 | ||
</a> | ||
|
||
|
||
|
||
<a href="/archives" class="menu"> | ||
归档 | ||
</a> | ||
<div id="app" class="main"> | ||
|
||
<div class="sidebar" :class="{ 'full-height': menuVisible }"> | ||
<div class="top-container" data-aos="fade-right"> | ||
<div class="top-header-container"> | ||
<a class="site-title-container" href="https://hkr04.github.io"> | ||
<img src="https://hkr04.github.io/images/avatar.png?v=1582884146078" class="site-logo"> | ||
<h1 class="site-title">hkr04‘s blogs</h1> | ||
</a> | ||
<div class="menu-btn" @click="menuVisible = !menuVisible"> | ||
<div class="line"></div> | ||
</div> | ||
</div> | ||
<div> | ||
|
||
|
||
|
||
<a href="/" class="site-nav"> | ||
首页 | ||
</a> | ||
|
||
|
||
<a href="/tags" class="menu"> | ||
标签 | ||
</a> | ||
|
||
<a href="/archives" class="site-nav"> | ||
归档 | ||
</a> | ||
|
||
|
||
|
||
|
||
<a href="/tags" class="site-nav"> | ||
标签 | ||
</a> | ||
|
||
|
||
<a href="/post/about" class="menu"> | ||
关于 | ||
</a> | ||
|
||
<a href="/post/about" class="site-nav"> | ||
关于 | ||
</a> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
<div class="social-container"> | ||
|
||
<div class="bottom-container" data-aos="flip-up" data-aos-offset="0"> | ||
<div class="social-container"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
<div class="site-description"> | ||
撒野奔跑,踩碎迷茫。 | ||
</div> | ||
<div class="site-footer"> | ||
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | <a class="rss" href="https://hkr04.github.io/atom.xml" target="_blank">RSS</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<div class="archives-container"> | ||
|
||
<h2 class="year">2020</h2> | ||
|
||
<a href="https://hkr04.github.io/post/about/" class="post"> | ||
<h2 class="post-title"> | ||
关于 | ||
</h2> | ||
<div class="time">2020-02-28</div> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://hkr04.github.io/post/pilots-matching/" class="post"> | ||
<h2 class="post-title"> | ||
飞行员配对方案 | ||
</h2> | ||
<div class="time">2020-02-28</div> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://hkr04.github.io/post/round-table-problem/" class="post"> | ||
<h2 class="post-title"> | ||
圆桌问题 | ||
</h2> | ||
<div class="time">2020-02-28</div> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://hkr04.github.io/post/the-smallest-path-cover/" class="post"> | ||
<h2 class="post-title"> | ||
最小路径覆盖问题 | ||
</h2> | ||
<div class="time">2020-02-28</div> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://hkr04.github.io/post/magic-balls-problem/" class="post"> | ||
<h2 class="post-title"> | ||
魔术球问题 | ||
</h2> | ||
<div class="time">2020-02-28</div> | ||
</a> | ||
|
||
|
||
|
||
</div> | ||
<div class="main-container"> | ||
<div class="content-container" data-aos="fade-up"> | ||
|
||
<h2 class="archives-title">文章归档</h2> | ||
<div class="archives-container"> | ||
<h2 class="year" data-aos="fade-in" data-aos-delay="500">2020</h2> | ||
<article class="post"> | ||
<a href="https://hkr04.github.io/post/pilots-matching/"> | ||
<h2 class="post-title"> | ||
飞行员配对方案 | ||
</h2> | ||
</a> | ||
</article> | ||
<article class="post"> | ||
<a href="https://hkr04.github.io/post/round-table-problem/"> | ||
<h2 class="post-title"> | ||
圆桌问题 | ||
</h2> | ||
</a> | ||
</article> | ||
<article class="post"> | ||
<a href="https://hkr04.github.io/post/the-smallest-path-cover/"> | ||
<h2 class="post-title"> | ||
最小路径覆盖问题 | ||
</h2> | ||
</a> | ||
</article> | ||
<article class="post"> | ||
<a href="https://hkr04.github.io/post/magic-balls-problem/"> | ||
<h2 class="post-title"> | ||
魔术球问题 | ||
</h2> | ||
</a> | ||
</article> | ||
</div> | ||
|
||
|
||
<div class="pagination-container"> | ||
<div class="pagination-container"> | ||
|
||
|
||
</div> | ||
|
||
|
||
<div class="site-footer"> | ||
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | ||
<a class="rss" href="https://hkr04.github.io/atom.xml" target="_blank"> | ||
<i class="ri-rss-line"></i> RSS | ||
</a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<script type="application/javascript"> | ||
|
||
AOS.init(); | ||
|
||
var app = new Vue({ | ||
el: '#app', | ||
data: { | ||
menuVisible: false, | ||
}, | ||
}) | ||
|
||
</script> | ||
|
||
|
||
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script> | ||
<script> | ||
hljs.initHighlightingOnLoad() | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.