removed/added projects and changed some css in projects
This commit is contained in:
parent
483678545b
commit
3f215a0f96
5 changed files with 52 additions and 12 deletions
|
@ -17,7 +17,7 @@ function renderfutureprojects(filteredfutureprojects) {
|
|||
futureprojectList.innerHTML = "";
|
||||
|
||||
if (filteredfutureprojects.length === 0) {
|
||||
futureprojectList.innerHTML = "<div class='text-center'>No futureprojects.</div>"
|
||||
futureprojectList.innerHTML = "<div class='text-center'>No Future Projects.</div>"
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name": "ZyMusic 2",
|
||||
"subheader": "A fork of ViTune",
|
||||
"description": "A fork of <a href='https://github.com/25huizengek1/ViTune'>ViTune</a> with the same additions as ZyMusic",
|
||||
"url": "https://github.com/25huizengek1/ViTune"
|
||||
}
|
||||
]
|
|
@ -8,8 +8,14 @@
|
|||
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="header-main">fentseller.lol needs your help! Donate crypto <a href="/bio">here</a> to keep these sites up!</div>
|
||||
|
||||
<div class="main">
|
||||
<div class="header">
|
||||
<img class="img_header" src="https://rimgo.pussthecat.org/RFbdMMB.png" alt="zyqunix' projects image">
|
||||
<h2>My Projects:</h2>
|
||||
</div>
|
||||
<div class="projects" id="projectsMain"></div>
|
||||
<h2>Future Projects:</h2>
|
||||
<div class="projects" id="projectsFuture"></div>
|
||||
|
|
|
@ -11,6 +11,12 @@
|
|||
"description": "A fork of <a href='https://github.com/vfsfitvnm/ViMusic/'>ViMusic</a> 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 <a href='https://github.com/25huizengek1/ViTune/'>ViTune</a> (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"
|
||||
}
|
||||
]
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue