Skip to content

Commit 803a138

Browse files
Bug fix and delete projects
1 parent c1db8ff commit 803a138

File tree

7 files changed

+4
-1745
lines changed

7 files changed

+4
-1745
lines changed

docs/documentation/getting-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</div>
5353
<div class="col-10">
5454
<div style="padding: 15px;">
55-
<h1>Introduction</h1>
55+
<h1>Getting Started</h1>
5656
<p>TODO WIP</p>
5757
</div>
5858
<div class="d-flex justify-content-end" style="padding-right: 100px; padding-bottom: 50px">

docs/projects/-MasterMath-/Scratch Flight Simulator X/index.html

Lines changed: 0 additions & 522 deletions
This file was deleted.
Binary file not shown.

docs/projects/Minecraft/index.html

Lines changed: 0 additions & 1218 deletions
This file was deleted.
-1.13 MB
Binary file not shown.

docs/projects/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ <h1>Project Gallery</h1>
6262
const gallery = document.getElementById("gallery");
6363
data.forEach(element => {
6464
let card =
65-
`<div id="${data.indexOf(element)}" class="col project">
65+
`<div class="col project">
6666
<a href="projects?q=${data.indexOf(element)}">
6767
<div class="card" style="width: auto; border-radius: 8px;">
68-
<img src="projects/${element}/thumbnail.png" class="card-img-top" style="padding: 10px; border-radius: 15px">
68+
<img src="projects/${element}thumbnail.png" class="card-img-top" style="padding: 10px; border-radius: 15px">
6969
<div class="card-body">
7070
<h5 class="card-title text-truncate" style="margin-bottom: 0; color: darkgreen;">${element.slice(element.indexOf("/") + 1, element.lastIndexOf("/"))}</h5>
7171
</div>

docs/projects/projects.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[
2-
"-MasterMath-/Scratch Flight Simulator X/",
3-
"/Minecraft/"
2+
43
]

0 commit comments

Comments
 (0)