forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
126 changed files
with
14,916 additions
and
3,582 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,9 +1,205 @@ | ||
--- | ||
layout: page | ||
permalink: /404.html | ||
title: "Page not found" | ||
description: "Looks like there has been a mistake. Nothing exists here." | ||
redirect: true | ||
--- | ||
|
||
<p>You will be redirected to the main page within 3 seconds. If not redirected, please click <a href="{{ site.baseurl | prepend: site.url }}/">here</a>.</p> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta http-equiv="refresh" content="3; url=https://yiyiliao.github.io/" /> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
<title> | ||
|
||
Yiyi Liao | ||
|
||
|
||
| Page not found | ||
|
||
</title> | ||
<meta name="description" content="A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. | ||
"> | ||
|
||
<!-- Open Graph --> | ||
|
||
|
||
<!-- Bootstrap & MDB --> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg==" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" integrity="sha512-RO38pBRxYH3SoOprtPTD86JFOclM51/XTIdEPh5j8sj4tp8jmQIx26twG52UaLi//hQldfrh7e51WzP9wuP32Q==" crossorigin="anonymous" /> | ||
|
||
<!-- Fonts & Icons --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.0/css/academicons.min.css" integrity="sha512-W4yqoT1+8NLkinBLBZko+dFB2ZbHsYLDdr50VElllRcNt2Q4/GSs6u71UHKxB7S6JEMCp5Ve4xjh3eGQl/HRvg==" crossorigin="anonymous"> | ||
<link | ||
defer | ||
rel="stylesheet" | ||
type="text/css" | ||
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons&display=swap" | ||
> | ||
|
||
<!-- Code Syntax Highlighting --> | ||
<link rel="stylesheet" href="/assets/css/jekyll-pygments-themes/github.css"> | ||
|
||
<!-- Styles --> | ||
|
||
<!--<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>/assets/img/xd.png</text></svg>">--> | ||
<link rel="icon" href="/assets/img/xd.png"> | ||
|
||
<link rel="stylesheet" href="/assets/css/main.css"> | ||
<link rel="canonical" href="/404.html"> | ||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body class="fixed-top-nav "> | ||
|
||
<!-- Header --> | ||
|
||
<header> | ||
|
||
<!-- Nav Bar --> | ||
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top"> | ||
<div class="container"> | ||
|
||
<a class="navbar-brand title font-weight-lighter" href="https://yiyiliao.github.io/"> | ||
Yiyi Liao | ||
</a> | ||
|
||
<!-- Navbar Toggle --> | ||
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar top-bar"></span> | ||
<span class="icon-bar middle-bar"></span> | ||
<span class="icon-bar bottom-bar"></span> | ||
</button> | ||
<div class="collapse navbar-collapse text-right" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto flex-nowrap"> | ||
<!-- About --> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/"> | ||
about | ||
|
||
</a> | ||
</li> | ||
|
||
<!-- Other pages --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item "> | ||
<a class="nav-link" href="/xdlab/"> | ||
X-D Lab | ||
|
||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
</header> | ||
|
||
|
||
<!-- Content --> | ||
|
||
<div class="container mt-5"> | ||
<div class="post"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">Page not found</h1> | ||
<p class="post-description">Looks like there has been a mistake. Nothing exists here.</p> | ||
</header> | ||
|
||
<article> | ||
<p>You will be redirected to the main page within 3 seconds. If not redirected, please click <a href="https://yiyiliao.github.io/">here</a>.</p> | ||
|
||
</article> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
|
||
|
||
<footer class="fixed-bottom"> | ||
<div class="container mt-0"> | ||
© Copyright 2024 Yiyi Liao. | ||
Powered by <a href="http://jekyllrb.com/" target="_blank" rel="noopener noreferrer">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio" target="_blank" rel="noopener noreferrer">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank" rel="noopener noreferrer">GitHub Pages</a>. | ||
|
||
|
||
|
||
Last updated: December 26, 2024. | ||
|
||
</div> | ||
</footer> | ||
|
||
|
||
|
||
</body> | ||
|
||
<!-- jQuery --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script> | ||
|
||
<!-- Bootsrap & MDB scripts --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.4/umd/popper.min.js" integrity="sha512-eUQ9hGdLjBjY3F41CScH3UX+4JDSI9zXeroz7hJ+RteoCaY+GP/LDoM8AO+Pt+DRFw3nXqsjh9Zsts8hnYv8/A==" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha512-M5KW3ztuIICmVIhjSqXe01oV2bpe248gOxqmlcYrEzAvws7Pw3z6BK0iGbrwvdrUQUhi3eXgtxp5I8PDo9YfjQ==" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/js/mdb.min.js" integrity="sha512-Mug9KHKmroQFMLm93zGrjhibM2z2Obg9l6qFG2qKjXEXkMp/VDkI4uju9m4QKPjWSwQ6O2qzZEnJDEeCw0Blcw==" crossorigin="anonymous"></script> | ||
|
||
|
||
<!-- Mansory & imagesLoaded --> | ||
<script defer src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script> | ||
<script defer src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script> | ||
<script defer src="/assets/js/mansory.js" type="text/javascript"></script> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Medium Zoom JS --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/medium-zoom.min.js" integrity="sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" crossorigin="anonymous"></script> | ||
<script src="/assets/js/zoom.js"></script> | ||
|
||
|
||
<!-- Load Common JS --> | ||
<script src="/assets/js/common.js"></script> | ||
|
||
|
||
<!-- MathJax --> | ||
<script type="text/javascript"> | ||
window.MathJax = { | ||
tex: { | ||
tags: 'ams' | ||
} | ||
}; | ||
</script> | ||
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js"></script> | ||
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</html> |
Oops, something went wrong.