forked from sbryngelson/academic-website-template
-
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.
Build production site at 2021-02-15 21:09:00 UTC
- Loading branch information
1 parent
69fe17d
commit ad3f19f
Showing
163 changed files
with
10,729 additions
and
32,737 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,118 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>Page Not Found - Dr. Spencer Bryngelson</title> | ||
<meta name="description" content="Academic webpage of Dr. Spencer H. Bryngelson"> | ||
<link rel="stylesheet" href="/assets/main.css"> | ||
<link rel="canonical" href="/404.html"> | ||
<link rel="shortcut icon" type ="image/x-icon" href="/favicon.ico"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css"> | ||
|
||
<link rel="preconnect" href="https://player.vimeo.com"> | ||
<link rel="preconnect" href="https://i.vimeocdn.com"> | ||
<link rel="preconnect" href="https://f.vimeocdn.com"> | ||
|
||
|
||
|
||
|
||
</head> | ||
|
||
|
||
<body> | ||
|
||
<nav class="navbar sticky-top navbar-expand-md navbar-dark bg-dark"> | ||
<!-- <nav class="navbar navbar-expand-sm navbar-dark bg-dark"> --> | ||
<a class="navbar-brand" href="/"> | ||
<img src="/favicon.ico" width="30" height="30" style="margin-right:5px" class="d-inline-block align-top" alt=""> | ||
Dr. Spencer Bryngelson | ||
</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbarColor02"> | ||
<ul class="navbar-nav mr-auto"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/">Home</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/about">About</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/publications">Publications</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/talks">Talks</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/research">Research</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/software">Software</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</nav> | ||
|
||
|
||
|
||
<div class="container-fluid"> | ||
<div class="row"> | ||
<p>Sorry, but the page you were trying to view does not exist.</p> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<br/> | ||
<section id="footer"> | ||
<div class="container-footer"> | ||
<div class="panel-footer"> | ||
<div class="row"> | ||
<div class="col-sm-4"> | ||
<h5>About</h5> | ||
<p>Dr. Spencer Bryngelson<br/> Senior Postdoctoral Scholar<br/> <a href="http://www.eas.caltech.edu/" target="_blank">Engineering and Applied Science</a><br/> California Institute of Technology | ||
</p> | ||
</div> | ||
|
||
<div class="col-sm-4"> | ||
<h5>Contact</h5> | ||
<p><a href="mailto:spencer@caltech.edu" target="_blank"><i class="fa fa-envelope fa-1x"></i> Contact Spencer via email</a> <br/> <a href="/aboutwebsite.html"><i class="fa fa-github fa-1x"></i> Use this site as a template!</a> | ||
</p> | ||
</div> | ||
|
||
<div class="col-sm-4"> | ||
<h5>Coordinates</h5> | ||
<p><a href="http://www.mce.caltech.edu/about/gates_thomas" target="_blank">Gates-Thomas Laboratory</a><br/> California Institute of Technology <br/> 1200 E California Blvd<br/> Pasadena, CA 91125, MC104-44 | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<center><p>© 2021 Dr. Spencer Bryngelson </p></center> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="/assets/javascript/bootstrap/jquery.min.js"></script> | ||
<script src="/assets/javascript/popper/dist/umd/popper.min.js"></script> | ||
<script src="/assets/javascript/bootstrap/bootstrap.bundle.min.js"></script> | ||
<!-- <script src="/assets/javascript/shb.js"></script> --> | ||
|
||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.