-
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: 2024-03-01 15:17:45
- Loading branch information
0 parents
commit a2c0d01
Showing
89 changed files
with
10,040 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 @@ | ||
www.yazishen0536.blog |
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,183 @@ | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="description" content="" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<title>关于 - 伊谢尔伦通讯社</title> | ||
|
||
<link rel="shortcut icon" href="https://eg65536.github.io/favicon.ico?v=1709277412408"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://eg65536.github.io/styles/main.css"> | ||
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> --> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets/highlight.min.js"></script> | ||
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dockerfile.min.js"></script> | ||
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dart.min.js"></script> | ||
|
||
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/moment.min.js"></script> --> | ||
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script> --> | ||
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script> --> | ||
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script> --> | ||
<!-- DEMO JS --> | ||
<!--<script src="media/scripts/index.js"></script>--> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css"> | ||
</head> | ||
<body> | ||
<div class="main gt-bg-theme-color-first"> | ||
<nav class="navbar navbar-expand-lg"> | ||
<a class="navbar-brand" href="/"> | ||
<img class="user-avatar" src="/images/avatar.png" alt="头像"> | ||
<div class="site-name gt-c-content-color-first"> | ||
伊谢尔伦通讯社 | ||
</div> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" | ||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" id="changeNavbar"> | ||
<i class="fas fa-bars gt-c-content-color-first" style="font-size: 18px"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<div class="navbar-nav mr-auto" style="text-align: center"> | ||
|
||
<div class="nav-item"> | ||
|
||
<a href="/" class="menu gt-a-link"> | ||
首页 | ||
</a> | ||
|
||
</div> | ||
|
||
<div class="nav-item"> | ||
|
||
<a href="https://www.yazishen0536.blog/post/guan-yu" class="menu gt-a-link"> | ||
关于 | ||
</a> | ||
|
||
</div> | ||
|
||
<div class="nav-item"> | ||
|
||
<a href="/archives" class="menu gt-a-link"> | ||
归档 | ||
</a> | ||
|
||
</div> | ||
|
||
<div class="nav-item"> | ||
|
||
<a href="/tags" class="menu gt-a-link"> | ||
标签 | ||
</a> | ||
|
||
</div> | ||
|
||
</div> | ||
<div style="text-align: center"> | ||
<form id="gridea-search-form" style="position: relative" data-update="1709277412408" | ||
action="/search/"> | ||
<input class="search-input" autocomplete="off" spellcheck="false" name="q" placeholder="搜索文章" /> | ||
<i class="fas fa-search gt-c-content-color-first" style="position: absolute; top: 9px; left: 10px;"></i> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
<script> | ||
/* 移动端导航栏展开/收起切换 */ | ||
document.getElementById('changeNavbar').onclick = () => { | ||
var element = document.getElementById('navbarSupportedContent'); | ||
if (element.style.display === 'none' || element.style.display === '') { | ||
element.style.display = 'block'; | ||
} else { | ||
element.style.display = 'none'; | ||
} | ||
} | ||
</script> | ||
|
||
<div class="post-container"> | ||
<div class="post-detail"> | ||
<article class="gt-post-content"> | ||
<div class="post-content"> | ||
<blockquote> | ||
<p>一个无趣的大学生想表达的、想分享的文字。</p> | ||
</blockquote> | ||
<blockquote> | ||
<p>经济学本科在读,文化水平非常一般。</p> | ||
</blockquote> | ||
<blockquote> | ||
<p>四体不勤,五谷不分,社交关系极为匮乏,生活作风相当腐朽,半个NEET。</p> | ||
</blockquote> | ||
<blockquote> | ||
<p>历史爱好者,日本动画爱好者,轻小说读者,V厨,电子游戏玩家。</p> | ||
</blockquote> | ||
<blockquote> | ||
<p>开博客的话,偶尔会写点书评、随想之类的……吧。</p> | ||
</blockquote> | ||
<blockquote> | ||
<p>唔,好想摸鱼……</p> | ||
</blockquote> | ||
<h2 id="教育经历">教育经历</h2> | ||
<ul> | ||
<li>2017.09-2020.06: Shanghai Jincai High School</li> | ||
<li>2020.09-: Shanghai University of Finance and Economics | ||
<ul> | ||
<li>2020.09-: School of Economics</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<h2 id="外部链接">外部链接</h2> | ||
<ul> | ||
<li>B站@鸭子神0536</li> | ||
<li>邮箱:[email protected]</li> | ||
<li>steamid:<a href="https://steamcommunity.com/profiles/76561198399795782/">yazishen0536</a></li> | ||
<li>PSN:</li> | ||
<li>Xbox:</li> | ||
<li></li> | ||
</ul> | ||
|
||
</div> | ||
</article> | ||
</div> | ||
<br> | ||
|
||
|
||
|
||
|
||
|
||
<div class="site-footer gt-c-content-color-first"> | ||
<div class="slogan gt-c-content-color-first">Yazishen0536的博客</div> | ||
<div class="social-container"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
<div class="footer-info"> | ||
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | ||
</div> | ||
<div> | ||
Theme by <a href="https://imhanjie.com/" target="_blank">imhanjie</a>, Powered by <a | ||
href="https://github.com/getgridea/gridea" target="_blank">Gridea | <a href="https://eg65536.github.io/atom.xml" target="_blank">RSS</a></a> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
hljs.highlightAll() | ||
</script> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.