Skip to content

Commit 5c5eefa

Browse files
create documentation todo
1 parent 1f1281b commit 5c5eefa

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>BlockifyVR Documentation</title>
7+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
8+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
9+
<link rel="icon" type="image/svg+xml" href="../../Resources/favicon.svg">
10+
<link rel="stylesheet" href="../../styles.css">
11+
</head>
12+
<body style="height: 100%, margin: 0">
13+
<nav class="navbar navbar-expand-lg" data-bs-theme="dark" style="background-color:#128211;">
14+
<div class="container-fluid">
15+
<a class="navbar-brand disabled"><img src="../../Resources/logo.svg" class="img-fluid position-relative" alt="scratch vr extension header image" style="width: 50px;"></a>
16+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
17+
<span class="navbar-toggler-icon"></span>
18+
</button>
19+
<div class="collapse navbar-collapse" id="navbarNavDropdown">
20+
<ul class="navbar-nav me-auto">
21+
<li class="nav-item">
22+
<a class="nav-link" href="../../index.html">Home</a>
23+
</li>
24+
<li class="nav-item">
25+
<a class="nav-link active" aria-current="page" href="#">Documentation</a>
26+
</li>
27+
<li class="nav-item">
28+
<a class="nav-link disabled" disabled>Project Gallery</a>
29+
</li>
30+
<li class="nav-item">
31+
<a class="nav-link disabled" dsabled>Support and Feedback</a>
32+
</li>
33+
</ul>
34+
</div>
35+
</div>
36+
</nav>
37+
<div class="row" style="height: 100%;">
38+
<div class="col-2 offcanvas-xl" style="min-width: 200px;">
39+
<div class="border-end border-2 border-success" style="height: 100%; min-width: 200px; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3)">
40+
<nav class="">
41+
<ul class="nav nav-pills flex-column" style="padding: 10px; height: 100%;">
42+
<li class="nav-item">
43+
<a class="nav-link active" href="Introduction.php"><b>Introduction</b></a>
44+
</li>
45+
<li class="nav-item">
46+
<a class="nav-link disabled" disabled style="color: darkgreen !important;">Getting Started</a>
47+
</li>
48+
<li class="nav-item">
49+
<a class="nav-link disabled" disabled style="color: darkgreen !important;">The Blocks</a>
50+
</li>
51+
</ul>
52+
</nav>
53+
</div>
54+
</div>
55+
<div class="col-10">
56+
<div style="padding: 15px;">
57+
<h1>Introduction</h1>
58+
<p>TODO WIP</p>
59+
</div>
60+
<div class="d-flex justify-content-end" style="padding-right: 100px; padding-bottom: 50px">
61+
<a class="btn btn-outline-primary disabled" disabled role="button">Next ></a>
62+
</div>
63+
</div>
64+
</div>
65+
<footer>
66+
<div class="container-fluid d-flex align-items-center justify-content-center" style="background-color: green; color: white; height: auto;">
67+
<p style="color: white"><b><br/>Not affiliated with Scratch, the Scratch Team, or the Scratch Foundation.</b>
68+
Created by <a style="color: white;" href="https://scratch.mit.edu/users/-MasterMath-"><b>@-MasterMath-</b></a> on <a style="color: white" href="https://scratch.mit.edu">Scratch.</a></p>
69+
</div>
70+
</footer>
71+
</body>
72+
</html>

0 commit comments

Comments
 (0)