-
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: 2023-08-25 22:21:59
- Loading branch information
0 parents
commit 4c7f6fa
Showing
289 changed files
with
99,523 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Page Not Found</title> | ||
<style> | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
body { | ||
display: flex; | ||
flex-direction: column; | ||
height: 100vh; | ||
text-align: center; | ||
} | ||
.box { | ||
flex: 1; | ||
display: flex; | ||
justify-content: center; | ||
flex-direction: column; | ||
} | ||
.number { | ||
font-size: 80px; | ||
color: #666; | ||
font-weight: bold; | ||
} | ||
.text { | ||
font-size: 14px; | ||
margin: 24px; | ||
color: #333; | ||
} | ||
.btn-container { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
.btn { | ||
padding: 8px 24px; | ||
display: inline-block; | ||
text-decoration: none; | ||
background: #fff; | ||
border: 2px solid #efefef; | ||
color: #333; | ||
margin: 24px; | ||
border-radius: 20px; | ||
cursor: pointer; | ||
display: flex; | ||
align-items: center; | ||
} | ||
.footer { | ||
padding: 16px; | ||
border-top: 1px solid #efefef; | ||
color: #777; | ||
font-weight: lighter; | ||
} | ||
.footer a { | ||
text-decoration: none; | ||
font-weight: bold; | ||
color: #000; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="box"> | ||
<div class="number">4 0 4</div> | ||
<div class="text"> | ||
Page not found | ||
</div> | ||
<div class="btn-container"> | ||
<a class="btn" id="back"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" style="margin-right: 8px;"> | ||
<path fill="none" d="M0 0h24v24H0z"/> | ||
<path d="M5.828 7l2.536 2.536L6.95 10.95 2 6l4.95-4.95 1.414 1.414L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 1 0 0-12H5.828z"/> | ||
</svg> | ||
Back | ||
</a> | ||
</div> | ||
</div> | ||
<footer class="footer"> | ||
Powered by <a href="https://gridea.dev" target="_blank">Gridea</a> | ||
</footer> | ||
<script> | ||
var back = document.getElementById('back') | ||
back.onclick = function() { console.log('run...'); history.back() } | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>KB3146706's Blog</title> | ||
<link rel="shortcut icon" href="https://kb3146706.pages.dev/favicon.ico"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css"> | ||
<link rel="stylesheet" href="https://kb3146706.pages.dev/media/css/tailwind.css"> | ||
<link rel="stylesheet" href="https://kb3146706.pages.dev/styles/main.css"> | ||
<link rel="alternate" type="application/atom+xml" title="KB3146706's Blog - Atom Feed" href="https://kb3146706.pages.dev/atom.xml"> | ||
|
||
|
||
|
||
<meta name="description" content="" /> | ||
</head> | ||
<body> | ||
<div class="antialiased flex flex-col min-h-screen" id="app"> | ||
|
||
<div class="nav py-3 md:py-8 fixed w-full z-10 bg-gray-50 dark:bg-gray-700 transition-all duration-300" :class="{ 'scroll': scrolled }"> | ||
<div class="flex justify-end px-4"> | ||
<div class="w-8 h-8 flex justify-center items-center rounded-full md:hidden" @click="showMenu = !showMenu"> | ||
<i class="ri-close-line" v-show="showMenu"></i> | ||
<i class="ri-menu-3-line" v-show="!showMenu"></i> | ||
</div> | ||
</div> | ||
<nav class="max-w-4xl w-full mx-auto text-center flex flex-col md:flex-row justify-center md:block" :class="`${ showMenu ? 'block' : 'hidden' }`"> | ||
|
||
<a href="/" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200"> | ||
首页 | ||
</a> | ||
|
||
<a href="/tags" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200"> | ||
标签 | ||
</a> | ||
|
||
<a href="/post/about" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200"> | ||
关于 | ||
</a> | ||
|
||
<a href="https://kb3146706.pages.dev/atom.xml" target="_blank" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200"> | ||
RSS | ||
</a> | ||
</nav> | ||
</div> | ||
|
||
<div class="max-w-4xl w-full mx-auto pt-32"> | ||
<div class="py-8 shadow-box bg-white dark:bg-gray-600 border-gray-300 rounded-none md:rounded-lg -mx-1 md:mx-0 md:px-0"> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/try-anytime-wei-ke-she-ji-yu-kai-fa-zuo-ye/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Try Anytime】微课设计与开发作业 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/try-anytime-xin-xi-ke-shi-hua-yuan-li-yu-fang-fa-zong-he-an-li/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Try Anytime】信息可视化原理与方法综合案例 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/done-san-wei-she-ji-shi-xun-da-bian/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Done.】三维设计实训答辩 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/done-ma-ke-si-zhu-yi-ji-ben-yuan-li-gai-lun-shi-jian-zuo-ye-zhi-zhuan-ti-shou-ke/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Done.】马克思主义基本原理概论实践作业之专题授课 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/try-anytime-2021-xue-yuan-ying-xin-xuan-chuan-ban-fei-an/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Try Anytime】2021 学院迎新宣传板废案 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/try-anytime-jiao-shi-zhi-ye-ji-neng-xun-lian-xiao-zu-zuo-ye-wei-ke-jiao-xue/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Try Anytime】教师职业技能训练小组作业——微课教学 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/done-zhong-guo-jin-dai-shi-gang-yao-xiao-zu-shi-jian-zuo-ye-zhi-chang-yi-shou-ge/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Done.】中国近代史纲要小组实践作业之唱一首歌 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/try-anytime-zhong-guo-jin-dai-shi-gang-yao-xiao-zu-wei-ke-zhan-shi/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Try Anytime】中国近代史纲要小组微课展示 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/try-anytime-lesslesswo-xin-zhong-de-si-zheng-ke-greatergreater-wei-dian-ying/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Try Anytime】《我心中的思政课》微电影 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/try-anytime-yuan-kan-ban-quan-ye-powerpoint-fu-ke/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
【Try Anytime】院刊版权页 PowerPoint 复刻 | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="px-8 pb-5 flex relative overflow-hidden"> | ||
|
||
<div class="flex-1"> | ||
<a href="https://kb3146706.pages.dev/post/hello-gridea/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100"> | ||
Hello Gridea | ||
</a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
<footer class="py-12 text-center px-4 md:px-0" v-pre> | ||
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | ||
</footer> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> | ||
<script src="https://kb3146706.pages.dev/media/scripts/main.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.