-
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
0 parents
commit 4100dab
Showing
72 changed files
with
7,211 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,255 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>404 Page not found</title> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
|
||
|
||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css"/> | ||
<link rel="stylesheet" href="/assets/css/layouts/main.css"/> | ||
<link rel="stylesheet" href="/assets/css/style.css"/> | ||
<link rel="stylesheet" href="/assets/css/navigators/navbar.css"/> | ||
|
||
|
||
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" /> | ||
|
||
|
||
<link rel="icon" type="image/png" href="/images/site/favicon.png" /> | ||
|
||
|
||
<link rel="stylesheet" href="/assets/css/style.css"/> | ||
|
||
|
||
<link rel="stylesheet" href="/assets/css/404.css"> | ||
|
||
|
||
|
||
|
||
|
||
<script type="application/javascript"> | ||
var doNotTrack = false; | ||
if (!doNotTrack) { | ||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; | ||
ga('create', 'UA-XXXXXXXXX-X', 'auto'); | ||
|
||
ga('send', 'pageview'); | ||
} | ||
</script> | ||
<script async src='https://www.google-analytics.com/analytics.js'></script> | ||
|
||
|
||
</head> | ||
|
||
<body data-spy="scroll" data-target="#TableOfContents" data-offset="80"> | ||
<div class="container-fluid bg-dimmed wrapper"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<nav class="navbar navbar-expand-xl top-navbar final-navbar shadow"> | ||
<div class="container"> | ||
<button class="navbar-toggler navbar-light" id="sidebar-toggler" type="button" onclick="toggleSidebar()"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<a class="navbar-brand" href="/"> | ||
<img src="/images/site/1main-logo.png">Dlog</a> | ||
<button class="navbar-toggler navbar-light" id="toc-toggler" type="button" onclick="toggleTOC()"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse lang-selector" id="top-nav-items"> | ||
<ul class="navbar-nav ml-auto"> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
<img src="/images/site/1main-logo.png" class="d-none" id="main-logo"> | ||
<img src="/images/site/1inverted-logo.png" class="d-none" id="inverted-logo"> | ||
</nav> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="container"> | ||
<div class="notFound"> | ||
<img src="/assets/images/404.png" alt=""> | ||
<div class="message"> | ||
<h1>404</h1> | ||
<h4>The page you are looking for is not there yet.</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer class="container-fluid text-center align-content-center footer pb-2"> | ||
<div class="container pt-5"> | ||
<div class="row text-left"> | ||
<div class="col-md-4 col-sm-12"> | ||
<h5>导航</h5> | ||
|
||
<ul> | ||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#about">关于</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#skills">技能</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#experiences">履历</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#projects">项目</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#recent-posts">最近的文章</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#achievements">成就</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
</div> | ||
|
||
<div class="col-md-4 col-sm-12"> | ||
<h5>联系方式:</h5> | ||
<ul> | ||
|
||
<li><span>电话: </span> <span>+0123456789</span></li> | ||
|
||
<li><span>邮箱: </span> <span>[email protected]</span></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
|
||
<div class="col-md-4 col-sm-12"> | ||
|
||
<p>Stay up to date with email notification</p> | ||
<form> | ||
<div class="form-group"> | ||
<input | ||
type="email" | ||
class="form-control" | ||
id="exampleInputEmail1" | ||
aria-describedby="emailHelp" | ||
placeholder="Enter email" | ||
/> | ||
<small id="emailHelp" class="form-text text-muted" | ||
>我们绝不会与任何人共享您的电子邮件。</small | ||
> | ||
</div> | ||
<button type="submit" class="btn btn-info">提交</button> | ||
</form> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<hr /> | ||
<div class="container"> | ||
<div class="row text-left"> | ||
<div class="col-md-4"> | ||
<a id="theme" href="https://github.com/hossainemruz/toha" target="#"> | ||
<img src="/assets/images/inverted-logo.png"> | ||
Toha | ||
</a> | ||
</div> | ||
<div class="col-md-4 text-center">© 2008 - 2020 Copyright.</div> | ||
<div class="col-md-4 text-right"> | ||
<a id="hugo" href="https://gohugo.io/">Powered by | ||
<img | ||
src="/assets/images/hugo-logo-wide.svg" | ||
alt="Hugo Logo" | ||
height="18" | ||
/> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="/assets/js/jquery-3.4.1.min.js"></script> | ||
<script src="/assets/js/popper.min.js"></script> | ||
<script src="/assets/js/bootstrap.min.js"></script> | ||
|
||
<script src="/assets/js/navbar.js"></script> | ||
<script src="/assets/js/main.js"></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,93 @@ | ||
.navbar-toggler { | ||
display: none; | ||
} | ||
|
||
.notFound { | ||
padding-top: 5rem; | ||
text-align: center; | ||
padding-bottom: 8rem; | ||
} | ||
|
||
.notFound img { | ||
height: 500px; | ||
} | ||
|
||
.notFound h1 { | ||
font-style: italic; | ||
} | ||
|
||
.notFound .message { | ||
position: absolute; | ||
max-width: 20rem; | ||
top: 40%; | ||
left: 30%; | ||
} | ||
|
||
/* ============= Device specific fixes ======= */ | ||
|
||
/* Large screens such as TV */ | ||
@media only screen and (min-width: 1824px) { | ||
} | ||
|
||
/* Extra large devices (large desktops, 1200px and up) */ | ||
|
||
@media (max-width: 1400px) { | ||
} | ||
|
||
@media (max-width: 1200px) { | ||
.notFound .message { | ||
top: 50%; | ||
left: 25%; | ||
} | ||
} | ||
|
||
/* IPad Pro */ | ||
@media (max-width: 1024px) { | ||
} | ||
|
||
/* Large devices (desktops, 992px and up) */ | ||
|
||
@media (max-width: 992px) { | ||
.notFound .message { | ||
top: 46%; | ||
left: 25%; | ||
} | ||
} | ||
|
||
/* Medium devices (tablets, 768px and up) */ | ||
|
||
@media only screen and (max-width: 768px) { | ||
.notFound img { | ||
height: 400px; | ||
} | ||
|
||
.notFound .message { | ||
top: 20rem; | ||
left: 4rem; | ||
} | ||
} | ||
|
||
/* Small devices (landscape phones, 576px and up) */ | ||
|
||
@media only screen and (max-width: 576px) { | ||
.notFound img { | ||
height: 250px; | ||
} | ||
|
||
.notFound .message { | ||
top: 20rem; | ||
left: 2rem; | ||
} | ||
} | ||
|
||
/* iPhoneX, iPhone 6,7,8 */ | ||
@media only screen and (max-width: 375px) { | ||
} | ||
|
||
/* Galaxy S5, Moto G4 */ | ||
@media only screen and (max-width: 360px) { | ||
} | ||
|
||
/* iPhone 5 or before */ | ||
@media only screen and (max-width: 320px) { | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.