Skip to content

Commit

Permalink
add kaustubh [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustubh Mani authored and Kaustubh Mani committed Oct 4, 2023
1 parent 8c0a2ec commit 778302c
Show file tree
Hide file tree
Showing 97 changed files with 30,415 additions and 2,298 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

179 changes: 179 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
<!DOCTYPE html>
<html>
<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<title>Robotics Group @ University of Montreal | 404 Not Found</title>
<meta name="description" content="The Robotics and Embodied AI Lab @ U de Montreal">

<link rel="shortcut icon" href="https://montrealrobotics.github.io/website-assets/assets/img/favicon.png">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
crossorigin="anonymous">
<link rel="stylesheet" href="https://montrealrobotics.github.io/website-assets/assets/css/sb-admin-2.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://montrealrobotics.github.io/website-assets/assets/css/main.css">
<link rel="canonical" href="https://montrealrobotics.github.io/404">

</head>
<body>
<div class="container">
<!-- This is a bit nasty, but it basically says be a column first, and on larger screens be a spaced out row -->
<nav class="navbar sticky-top navbar-expand-lg navbar-light navbar-dark bg-primary mb-2 text-white">
<a class="navbar-brand" href="/">REAL</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<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="/people.html">
People
</a>
</li>








<li class="nav-item">
<a class="nav-link "
href="/research.html">
Research
</a>
</li>








<li class="nav-item">
<a class="nav-link "
href="/publications/">
Publications
</a>
</li>








<li class="nav-item">
<a class="nav-link "
href="/events.html">
Events
</a>
</li>








<li class="nav-item">
<a class="nav-link "
href="/contact.html">
Contact
</a>
</li>








<li class="nav-item">
<a class="nav-link "
href="/blog.html">
Blog
</a>
</li>

</ul>
</div>
</nav>



<!--
<h1>404 Not Found</h1>
-->

<p>Sorry! The server can’t find that page.</p>

<p>Please consider trying to find what you need from <a href="/">the home page</a>.</p>

<p>If you think something might be broken, please send an email to <a href="mailto:[email protected]">webmaster</a>.</p>



<div class="my-5 pt-5 text-muted text-center text-md">
<p class="affiliations">
<a href="https://en.diro.umontreal.ca/home/">
<img src="https://montrealrobotics.github.io/website-assets/assets/img/diro.png" width="150px" alt=
"Department of Computer Science and Operations Research"> </a>
|
<a href="https://www.umontreal.ca/">
<img src="https://montrealrobotics.github.io/website-assets/assets/img/udem.png" width="150px" alt=
"Universit&eacute; de Montr&eacute;al">
</a> |

<a href="https://mila.quebec/">
<img src="https://montrealrobotics.github.io/website-assets/assets/img/mila.png" width="150px" alt=
"Mila">
</a>
</p>
</div>

</div> <!-- /container -->

<!-- Load jquery-->
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<!-- Support retina images. -->
<script type="text/javascript"
src="/website-assets/assets/js/srcset-polyfill.js"></script>
<!-- Support hidden abstract/bibtex blocks. -->
<script src="/website-assets/assets/js/common.js"></script>
</body>
</html>
12 changes: 0 additions & 12 deletions 404.md

This file was deleted.

Loading

0 comments on commit 778302c

Please sign in to comment.