diff --git a/projects/futureprojects.js b/projects/futureprojects.js
index a2cab46..054ded5 100644
--- a/projects/futureprojects.js
+++ b/projects/futureprojects.js
@@ -17,7 +17,7 @@ function renderfutureprojects(filteredfutureprojects) {
futureprojectList.innerHTML = "";
if (filteredfutureprojects.length === 0) {
- futureprojectList.innerHTML = "
No futureprojects.
"
+ futureprojectList.innerHTML = "No Future Projects.
"
return;
}
diff --git a/projects/futureprojects.json b/projects/futureprojects.json
index be9bb09..e69de29 100644
--- a/projects/futureprojects.json
+++ b/projects/futureprojects.json
@@ -1,8 +0,0 @@
-[
- {
- "name": "ZyMusic 2",
- "subheader": "A fork of ViTune",
- "description": "A fork of fentseller.lol needs your help! Donate crypto
here to keep these sites up!
+
-
My Projects:
+
Future Projects:
diff --git a/projects/projects.json b/projects/projects.json
index 20b960a..9608146 100644
--- a/projects/projects.json
+++ b/projects/projects.json
@@ -11,6 +11,12 @@
"description": "A fork of
ViMusic that includes more colors. (Very, very unfinished however; YouTube/Google added an anti-bot protection addition that broke it.",
"url": "https://github.com/zyqunix/ViMusic-master/"
},
+ {
+ "name": "ZyMusic 2",
+ "subheader": "Android Music Streaming App",
+ "description": "A fork of
ViTune (fork of ViMusic) that includes more colors.",
+ "url": "https://github.com/zyqunix/ViTune/"
+ },
{
"name": "Unexpected Keyboard",
"subheader": "Android Keyboard",
@@ -38,13 +44,13 @@
{
"name": "Bio",
"subheader": "An 'About Me' Site",
- "description": "A site about me with a music player.",
+ "description": "A site about me with a music player. Donate Crypto to keep this site up!",
"url": "https://github.com/zyqunix/Bio"
},
{
"name": "GitHub Repositories",
"subheader": "My GitHub Repositories",
- "description": "Here are all of my GitHub repositories, where you can fork, star, and make issues (if needed).",
+ "description": "Here are all of my GitHub repositories, where you can fork, star, and open issues (if needed).",
"url": "https://github.com/zyqunix?tab=repositories"
}
]
\ No newline at end of file
diff --git a/projects/style.css b/projects/style.css
index 7c148cd..5344f97 100644
--- a/projects/style.css
+++ b/projects/style.css
@@ -16,12 +16,47 @@ body {
font-size: 1rem;
background-color: #2a2a2a;
color: #f0f0f0;
+ overflow-x: hidden;
}
html {
height: 100%;
}
+img[class="img_header"] {
+ height: 3rem;
+ margin-top: 22px;
+ margin-right: 20px;
+ border-radius: 5px;
+}
+
+div.header-main {
+ width: 100%;
+ padding: 20px 0 20px 40px;
+ display: flex;
+ position: fixed;
+ top: 0;
+ left: 0;
+ background-color: rgba(59, 59, 59, 0.885);
+ backdrop-filter: blur(5px);
+}
+
+div.header-main {
+ height: 1rem;
+}
+
+div.header-main a {
+ color: #c099ff;
+ margin: 0 5px 0 5px;
+}
+
+div.header {
+ width: 100%;
+ display: flex;
+ justify-content: center;
+ text-align: center;
+}
+
::selection {
background-color: #c099ff;
color: #2a2a2a;
@@ -32,6 +67,7 @@ html {
max-width: 85%;
text-align: center;
margin-bottom: 50px;
+ margin-top: 50px;
}
h2 {