-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (87 loc) · 4.92 KB
/
index.html
File metadata and controls
98 lines (87 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CUAD Project Team</title>
<link rel="icon" type="image/x-icon" href="imgs/logos/CUAD_Favicon.svg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism-okaidia.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css"
integrity="sha384-GvrOXuhMATgEsSwCs4smul74iXGOixntILdUW9XmUC6+HX0sLNAK3q71HotJqlAn" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js"
integrity="sha512-EKW5YvKU3hpyyOcN6jQnAxO/L8gts+YdYV6Yymtl8pk9YlYFtqJgihORuRoBXK8/cOIlappdU6Ms8KdK6yBCgA=="
crossorigin="anonymous" referrerpolicy="no-referrer">
</script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pseudocode@latest/build/pseudocode.min.css">
<script src="https://cdn.jsdelivr.net/npm/pseudocode@latest/build/pseudocode.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/lib/marked.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked-katex-extension/lib/index.umd.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<div class="sidebar">
<div id="sidebar">
<img class="section-name" id="CUAD_Logo" href="README.md" src="imgs/logos/CUAD_Logo_Darkmode.svg"></img>
</div>
<a class="github-link" href="https://github.com/cuautodrone/cuautodrone.github.io/"><i
class="fab fa-github"></i></a>
<!-- <ul class="categories">
<span class="category-name">Category 1</span>
<ul class="sections">
<li class="section">
<span class="section-name" href="abc.md">Section 1</span>
<button class="show-subsections"><span class="icon">▼</span></button>
<ul class="subsections">
<li class="subsection">
<a href="wsl.md">Subsection 1</a>
</li>
<li class="subsection">
<a href="style_guide.md">Subsection 2</a>
</li>
</ul>
</li>
<li class="section">
<span class="section-name" href="abc">Section 2</span>
<button class="show-subsections"><span class="icon">▼</span></button>
<ul class="subsections">
<li class="subsection">
<a href="page3.html">Subsection 3</a>
</li>
<li class="subsection">
<a href="page4.html">Subsection 4</a>
</li>
</ul>
</li>
</ul>
<span class="category-name">Category 2</span>
<ul class="sections">
<li class="section">
<span class="section-name">Section 1</span>
<button class="show-subsections"><span class="icon">▼</span></button>
<ul class="subsections">
<li class="subsection">
<a href="page1.html">Subsection 1</a>
</li>
<li class="subsection">
<a href="page2.html">Subsection 2</a>
</li>
</ul>
</li>
</ul>
</ul> -->
</div>
<div class="container">
<div class="content">
<div class="markdown" id="markdown"></div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/3.0.4/marked.min.js" integrity="sha384-j3CFCTH3cuXwYx6fjRk4VbYcsRETO+w07fwHRdu2Vqh6gySq0pjnBecUe5Zi0idx" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js" integrity="sha384-IiYPavEalWVlz8Tu/9VzJKCwV3LtyzujevfMy2zlvI/upVFqpJkbDQ0kIQL0obeR" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/components/prism-markdown.min.js" integrity="sha384-1nKVcmcF/lkoEqbLsYu8YrhxNoxACk0LQ/cbg7rl8GlMMhnM24KU5ZZnUuY3Cj9h" crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/plugins/autoloader/prism-autoloader.min.js" integrity="sha384-sJ2kXw/b/YDecImwXSEngukcfLw5zcfgkMjCi+Mg7wRJMIQw/Tl+LcGUQDXdxoqL" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>