Skip to content

Commit a298c6a

Browse files
committedMar 13, 2025·
Added my latest project
1 parent f416b8d commit a298c6a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode

‎js/disk.js

+11
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ const disk = {
5151
</h3> \
5252
<a class="gitlink" href="https://github.com/samux6146/portfolio" target="_blank">[ Go to GitHub --> ]</a> \
5353
<hr class="line">'
54+
},
55+
"x360-html": {
56+
"name": "x360-html",
57+
"type": "file",
58+
"content": '<hr class="line"> \
59+
<h1 style="color: white">X360-Html</h1> \
60+
<h3 style="color: white;" class="text_disk"> \
61+
A vanilla html, css and js recreation of the iconic Xbox360 metro dashboard \
62+
</h3> \
63+
<a class="gitlink" href="https://github.com/samux6146/X360-Html" target="_blank">[ Go to GitHub --> ]</a> \
64+
<hr class="line">'
5465
}
5566
}
5667
},

0 commit comments

Comments
 (0)
Please sign in to comment.