|
1 |
| ---- |
2 |
| -layout: page |
3 |
| -permalink: /404.html |
4 |
| -title: "Page not found" |
5 |
| -description: "Looks like there has been a mistake. Nothing exists here." |
6 |
| -redirect: true |
7 |
| ---- |
8 |
| - |
9 |
| -<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> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | + <!-- Head --> |
| 5 | + <head><meta http-equiv="refresh" content="3; url=https://alshedivat.github.io/al-folio/" /> <!-- Metadata, OpenGraph and Schema.org --> |
| 6 | + |
| 7 | + |
| 8 | + <!-- Standard metadata --> |
| 9 | + <meta charset="utf-8"> |
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 11 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 12 | + <title>You R. Name | Page not found</title> |
| 13 | + <meta name="author" content="You R. Name" /> |
| 14 | + <meta name="description" content="Looks like there has been a mistake. Nothing exists here." /> |
| 15 | + <meta name="keywords" content="jekyll, jekyll-theme, academic-website, portfolio-website" /> |
| 16 | + |
| 17 | + |
| 18 | + <!-- Bootstrap & MDB --> |
| 19 | + <link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel=" stylesheet" integrity=" sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" crossorigin=" anonymous" > |
| 20 | + <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/css/mdb.min.css" integrity=" sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" crossorigin=" anonymous" /> |
| 21 | + |
| 22 | + <!-- Fonts & Icons --> |
| 23 | + <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" integrity=" sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" crossorigin=" anonymous" > |
| 24 | + <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/css/academicons.min.css" integrity=" sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" crossorigin=" anonymous" > |
| 25 | + <link 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"> |
| 26 | + |
| 27 | + <!-- Code Syntax Highlighting --> |
| 28 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/github.css" media="none" id="highlight_theme_light" /> |
| 29 | + |
| 30 | + <!-- Styles --> |
| 31 | + |
| 32 | + <link rel="shortcut 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>⚛️</text></svg>"> |
| 33 | + |
| 34 | + <link rel="stylesheet" href="/al-folio/assets/css/main.css"> |
| 35 | + <link rel="canonical" href="https://alshedivat.github.io/al-folio/404.html"> |
| 36 | + |
| 37 | + <!-- Dark Mode --> |
| 38 | + |
| 39 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/native.css" media="none" id="highlight_theme_dark" /> |
| 40 | + |
| 41 | + <script src="/al-folio/assets/js/theme.js"></script> |
| 42 | + <script src="/al-folio/assets/js/dark_mode.js"></script> |
| 43 | + |
| 44 | + |
| 45 | + </head> |
| 46 | + |
| 47 | + <!-- Body --> |
| 48 | + <body class="fixed-top-nav "> |
| 49 | + |
| 50 | + <!-- Header --> |
| 51 | + <header> |
| 52 | + |
| 53 | + <!-- Nav Bar --> |
| 54 | + <nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top"> |
| 55 | + <div class="container"> |
| 56 | + <a class="navbar-brand title font-weight-lighter" href="https://alshedivat.github.io/al-folio/"><span class="font-weight-bold">You</span> R. Name</a> |
| 57 | + <!-- Navbar Toggle --> |
| 58 | + <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"> |
| 59 | + <span class="sr-only">Toggle navigation</span> |
| 60 | + <span class="icon-bar top-bar"></span> |
| 61 | + <span class="icon-bar middle-bar"></span> |
| 62 | + <span class="icon-bar bottom-bar"></span> |
| 63 | + </button> |
| 64 | + |
| 65 | + <div class="collapse navbar-collapse text-right" id="navbarNav"> |
| 66 | + <ul class="navbar-nav ml-auto flex-nowrap"> |
| 67 | + |
| 68 | + <!-- About --> |
| 69 | + <li class="nav-item "> |
| 70 | + <a class="nav-link" href="/al-folio/">about</a> |
| 71 | + </li> |
| 72 | + |
| 73 | + <!-- Blog --> |
| 74 | + <li class="nav-item "> |
| 75 | + <a class="nav-link" href="/al-folio/blog/">blog</a> |
| 76 | + </li> |
| 77 | + |
| 78 | + <!-- Other pages --> |
| 79 | + <li class="nav-item "> |
| 80 | + <a class="nav-link" href="/al-folio/projects/">projects</a> |
| 81 | + </li> |
| 82 | + <li class="nav-item "> |
| 83 | + <a class="nav-link" href="/al-folio/publications/">publications</a> |
| 84 | + </li> |
| 85 | + <li class="nav-item dropdown "> |
| 86 | + <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">submenus</a> |
| 87 | + <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown"> |
| 88 | + <a class="dropdown-item" href="/al-folio/publications/">publications</a> |
| 89 | + <div class="dropdown-divider"></div> |
| 90 | + <a class="dropdown-item" href="/al-folio/projects/">projects</a> |
| 91 | + </div> |
| 92 | + </li> |
| 93 | + <li class="nav-item "> |
| 94 | + <a class="nav-link" href="/al-folio/teaching/">teaching</a> |
| 95 | + </li> |
| 96 | + |
| 97 | + <!-- Toogle theme mode --> |
| 98 | + <div class="toggle-container"> |
| 99 | + <a id="light-toggle"> |
| 100 | + <i class="fas fa-moon"></i> |
| 101 | + <i class="fas fa-sun"></i> |
| 102 | + </a> |
| 103 | + </div> |
| 104 | + </ul> |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + </nav> |
| 108 | + </header> |
| 109 | + |
| 110 | + <!-- Content --> |
| 111 | + <div class="container mt-5"> |
| 112 | + <!-- page.html --> |
| 113 | + <div class="post"> |
| 114 | + |
| 115 | + <header class="post-header"> |
| 116 | + <h1 class="post-title">Page not found</h1> |
| 117 | + <p class="post-description">Looks like there has been a mistake. Nothing exists here.</p> |
| 118 | + </header> |
| 119 | + |
| 120 | + <article> |
| 121 | + <p>You will be redirected to the main page within 3 seconds. If not redirected, please click <a href="https://alshedivat.github.io/al-folio/">here</a>.</p> |
| 122 | + |
| 123 | + </article> |
| 124 | + |
| 125 | + </div> |
| 126 | + |
| 127 | + </div> |
| 128 | + |
| 129 | + <!-- Footer --> |
| 130 | + <footer class="fixed-bottom"> |
| 131 | + <div class="container mt-0"> |
| 132 | + © Copyright 2022 You R. Name. Powered by <a href="https://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>. Photos from <a href="https://unsplash.com" target="_blank" rel="noopener noreferrer">Unsplash</a>. |
| 133 | + |
| 134 | + </div> |
| 135 | + </footer> |
| 136 | + |
| 137 | + <!-- JavaScripts --> |
| 138 | + <!-- jQuery --> |
| 139 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity=" sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin=" anonymous" ></script> |
| 140 | + |
| 141 | + <!-- Bootsrap & MDB scripts --> |
| 142 | + <script src=" https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity=" sha256-l/1pMF/+J4TThfgARS6KwWrk/egwuVvhRzfLAMQ6Ds4=" crossorigin=" anonymous" ></script> |
| 143 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity=" sha256-SyTu6CwrfOhaznYZPoolVw2rxoY7lKYKQvqbtqN93HI=" crossorigin=" anonymous" ></script> |
| 144 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/js/mdb.min.js" integrity=" sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" crossorigin=" anonymous" ></script> |
| 145 | + |
| 146 | + <!-- Masonry & imagesLoaded --> |
| 147 | + <script defer src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/masonry.pkgd.min.js" integrity=" sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" crossorigin=" anonymous" ></script> |
| 148 | + <script defer src="https://cdn.jsdelivr.net/npm/imagesloaded@4/imagesloaded.pkgd.min.js"></script> |
| 149 | + <script defer src="/al-folio/assets/js/masonry.js" type="text/javascript"></script> |
| 150 | + |
| 151 | + <!-- Medium Zoom JS --> |
| 152 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/medium-zoom.min.js" integrity=" sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" crossorigin=" anonymous" ></script> |
| 153 | + <script src="/al-folio/assets/js/zoom.js"></script><!-- Load Common JS --> |
| 154 | + <script src="/al-folio/assets/js/common.js"></script> |
| 155 | + |
| 156 | + <!-- MathJax --> |
| 157 | + <script type="text/javascript"> |
| 158 | + window.MathJax = { |
| 159 | + tex: { |
| 160 | + tags: 'ams' |
| 161 | + } |
| 162 | + }; |
| 163 | + </script> |
| 164 | + <script defer type=" text/javascript" id=" MathJax-script" src=" https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" ></script> |
| 165 | + <script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> |
| 166 | + |
| 167 | + |
| 168 | + </body> |
| 169 | +</html> |
| 170 | + |
0 commit comments