-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
2,968 additions
and
0 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
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,52 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Kelvin Vue.js</title> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/resources/public/js/asciinema-player.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/resources/public/css/asciinema-player.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png"> | ||
|
||
</head> | ||
<body> | ||
|
||
<nav class="navbar navbar-expand-md mb-2"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/">Kelvin</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" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto"> | ||
<li class="nav-item"><a class="nav-link" href="/submits">Submits</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/tasks">Tasks</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/student-view">Student view</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/admin/">Admin</a></li> | ||
</ul> | ||
<ul class="navbar-nav"> | ||
<span class="ml-auto navbar-text"> | ||
<span class="d-md-none">Logged as: </span><span class="text-body-emphasis">Jan Gaura (GAU01)</span> | ||
</span> | ||
<li class="nav-item"><a class="nav-link text-primary-emphasis" href="/accounts/logout/?next=/">Logout</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<!----> | ||
<div class="content container-md"></div> | ||
|
||
<div id="app"></div> | ||
|
||
<script type="module" src="/src/main.ts"></script> | ||
<!----> | ||
</body> | ||
</html> |
Oops, something went wrong.