-
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.
- Loading branch information
1 parent
2df3a2e
commit 44b5c65
Showing
11 changed files
with
67 additions
and
23 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
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,3 +1,47 @@ | ||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><meta name="author"><title>Taiyaki's Blog</title><meta name="description" content="A Blog Powered By Hexo"><meta name="keywords" content=""><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="renderer" content="webkit"><link rel="short icon" href="images/favicon.png" type="image/x-icon"><link rel="stylesheet" href="/HughTaiyaki/Blog/css/bootstrap.min.css"><link rel="stylesheet" href="/HughTaiyaki/Blog/css/font-awesome.min.css"><link rel="stylesheet" href="/HughTaiyaki/Blog/css/style.css"><link rel="alternate" type="application/atom+xml" title="ATOM 1.0" href="/atom.xml"><meta name="generator" content="Hexo 7.3.0"><link rel="stylesheet" href="/HughTaiyaki/Blog/css/prism.css" type="text/css"> | ||
<link rel="stylesheet" href="/HughTaiyaki/Blog/css/prism-line-numbers.css" type="text/css"></head><body><div class="container" id="stage"><div class="row"><div class="col-sm-3 col-xs-12 side-container invisible" id="side-bar"><div class="vertical-text site-title"><h3 class="site-title-small" tabindex="-1"><a class="a-title" href="/HughTaiyaki/Blog/">Typography</a></h3><h1 class="site-title-large" tabindex="-1"><a class="a-title" href="/HughTaiyaki/Blog/">活版印字</a></h1><!--h6(onclick="triggerSiteNav()") Trigger--></div><br class="visible-lg visible-md visible-sm"><div class="site-title-links" id="site-nav"><ul><li><a href="/HughTaiyaki/Blog/">Home</a></li><li><a href="/HughTaiyaki/Blog/archives">Archive</a></li><li><a class="current" href="/HughTaiyaki/Blog/about/index.html">about</a></li><li class="soc"><a href="https://github.com/HughTaiyaki/Blog/atom.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS"><i class="fa fa-rss"> </i></a></li></ul><div class="visible-lg visible-md visible-sm site-nav-footer"><br class="site-nav-footer-br"><footer><p>© 2024 <a target="_blank" href="https://github.com/HughTaiyaki/Blog" rel="noopener noreferrer">Taiyaki</a></p><p>Theme <a target="_blank" href="https://github.com/SumiMakito/hexo-theme-typography" rel="noopener noreferrer">Typography</a> by <a target="_blank" href="https://www.keep.moe" rel="noopener noreferrer">Makito</a></p><p>Proudly published with <a target="_blank" href="https://hexo.io" rel="noopener noreferrer">Hexo</a></p></footer></div></div></div><div class="col-sm-9 col-xs-12 main-container invisible" id="main-container"><h1>about</h1><div class="content"><h1 id="About-Me"><a href="#About-Me" class="headerlink" title="About Me"></a>About Me</h1><p>这是个人简介页面</p> | ||
</div><div class="visible-xs site-bottom-footer"><footer><p>© 2024 <a target="_blank" href="https://github.com/HughTaiyaki/Blog" rel="noopener noreferrer">Taiyaki</a></p><p>Theme <a target="_blank" href="https://github.com/SumiMakito/hexo-theme-typography" rel="noopener noreferrer">Typography</a> by <a target="_blank" href="https://www.keep.moe" rel="noopener noreferrer">Makito</a></p><p>Proudly published with <a target="_blank" href="https://hexo.io" rel="noopener noreferrer">Hexo</a></p></footer></div></div></div></div><script src="/HughTaiyaki/Blog/js/jquery-3.1.0.min.js"></script><script src="/HughTaiyaki/Blog/js/bootstrap.min.js"></script><script src="/HughTaiyaki/Blog/js/jquery-migrate-1.2.1.min.js"></script><script src="/HughTaiyaki/Blog/js/jquery.appear.js"></script><script src="/HughTaiyaki/Blog/js/google-analytics.js"></script><script src="/HughTaiyaki/Blog/js/typography.js"></script></body></html> | ||
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"><title>About Me</title><style>body { | ||
font-family: Arial, sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100vh; | ||
background-color: #f4f4f4; | ||
} | ||
.about-container { | ||
text-align: center; | ||
background: #fff; | ||
padding: 20px; | ||
border-radius: 10px; | ||
box-shadow: 0 0 10px rgba(0,0,0,0.1); | ||
} | ||
.profile-pic img { | ||
border-radius: 50%; | ||
width: 150px; | ||
height: 150px; | ||
} | ||
.personal-info h2 { | ||
font-size: 2em; | ||
margin-top: 10px; | ||
} | ||
.personal-info h3 { | ||
font-size: 1.5em; | ||
color: gray; | ||
} | ||
.links a { | ||
display: inline-block; | ||
margin: 10px; | ||
text-decoration: none; | ||
font-size: 1.2em; | ||
color: #333; | ||
} | ||
.links a:hover { | ||
color: #007BFF; | ||
} | ||
.footer { | ||
margin-top: 50px; | ||
color: gray; | ||
font-size: 0.9em; | ||
}</style><meta name="generator" content="Hexo 7.3.0"><link rel="alternate" href="/Blog/atom.xml" title="Taiyaki's Blog" type="application/atom+xml"> | ||
<link rel="stylesheet" href="/Blog/css/prism.css" type="text/css"> | ||
<link rel="stylesheet" href="/Blog/css/prism-line-numbers.css" type="text/css"></head><body><div class="about-container"><div class="profile-pic"><img src="../images/favicon.jpg" alt="Profile Picture"></div><div class="personal-info"><h2>HughTaiyaki</h2><h3>鲷鱼烧</h3></div><div class="links"><a target="_blank" rel="noopener" href="https://github.com/yourusername"><i class="fab fa-github"></i></a><a href="https://hughtaiyaki.github.io/Blog/"><i class="fas fa-blog"></i></a><a href="https://hughtaiyaki.github.io/"><i class="fas fa-book"></i></a><a target="_blank" rel="noopener" href="https://space.bilibili.com/38913631"><i class="fas fa-play-circle"> </i></a><a href="[email protected]"><i class="fas fa-envelope"></i></a><a target="_blank" rel="noopener" href="https://yourtelegramurl.com"><i class="fab fa-telegram"></i></a></div><div class="footer"><p>Copyright © 2022-2024 @HughTaiyaki</p></div></div></body></html> |
Oops, something went wrong.