Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobi committed Aug 3, 2023
0 parents commit 575b2d9
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
44 changes: 44 additions & 0 deletions assets/index-2468af79.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-38e4d92b.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/default.min.css">

<title>Lab schemas</title>
<script type="module" crossorigin src="/assets/index-2468af79.js"></script>
<link rel="stylesheet" href="/assets/index-38e4d92b.css">
</head>
<body>
<nav class="navbar navbar-expand-lg py-2 mb-4 border-bottom navbar-light" aria-label="navbar" style="background-color: #EFF3F6;">
<div class="container">
<a href="https://databio.org" alt="Sheffield lab of computational biology" class="align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img src="https://databio.org/images/logo/logo_databio_long.svg" alt="databio" width="240">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse me-auto" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-sm-0">
<li class="nav-item mx-2 my-0 h5"><a href="https://github.com/databio/schema.databio.org" class="nav-link">GitHub Repository</a></li>
</ul>
</div>
</div>
</nav>
<div id="root"></div>

</body>
</html>
1 change: 1 addition & 0 deletions vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 575b2d9

Please sign in to comment.