Skip to content

Commit

Permalink
update the deploy.sh, synchronize two repos
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoleMayer committed Jul 2, 2021
1 parent dd46602 commit 5011d32
Show file tree
Hide file tree
Showing 22 changed files with 4,702 additions and 0 deletions.
86 changes: 86 additions & 0 deletions public/404.html
@@ -0,0 +1,86 @@
<!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">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#ffffff">

<title>404 Page not found | Mass Lab</title>

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">





<link rel="stylesheet" href='/css/bootstrap.min.css'>

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css" integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">


<link rel="stylesheet" href='/css/style.css'>

<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>



</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name">
<a id="logo" href="https://utsasrg.github.io/">
<img id="logo-pic" src='/images/logo.png'>
<span id="logo-name"> Mass Lab @ UMASS Amherst </span>
</a>
</div>
<div>
<nav id="nav-menu" class="clearfix">

<a href="https://utsasrg.github.io/"
title="Home">Home</a>

<a href="https://utsasrg.github.io/news/"
title="News">News</a>

<a href="https://utsasrg.github.io/people/"
title="People">People</a>

<a href="https://utsasrg.github.io/publications/"
title="Publications">Publications</a>

</nav>
</div>

</div>
<hr/>

</div>
</header>
<div id="body">
<div class="container">
<div class="col-group">

<div style="width: max-content; margin: auto;">
404: File not found. Are you lost?
</div>

</div>
</div>
</div>
<footer id="footer">
<div class="container">
<hr />
Copyright 2021
<a href="https://utsasrg.github.io/">Mass Lab</a>.
All rights reserved.
</div>
</footer>
</body>
</html>
10 changes: 10 additions & 0 deletions public/README.md
@@ -0,0 +1,10 @@
# Mass Lab Website

Please don't directly modify this repository!

This website is built on Hugo which requires two separte repos, and the other one is located in https://github.com/NicoleMayer/MassLab-HomePage.

If you want to update this website, you could:

1) directly contact @hanmei about what to change or add issues in either repos
2) fork https://github.com/NicoleMayer/MassLab-HomePage and pull request
7 changes: 7 additions & 0 deletions public/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/css/bootstrap.min.css.map

Large diffs are not rendered by default.

0 comments on commit 5011d32

Please sign in to comment.