We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f416b8d commit a298c6aCopy full SHA for a298c6a
.gitignore
@@ -0,0 +1 @@
1
+.vscode
js/disk.js
@@ -51,6 +51,17 @@ const disk = {
51
</h3> \
52
<a class="gitlink" href="https://github.com/samux6146/portfolio" target="_blank">[ Go to GitHub --> ]</a> \
53
<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">'
65
}
66
67
},
0 commit comments