Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: wfxey <158351052+wfxey@users.noreply.github.com>
  • Loading branch information
wfxey authored Jul 22, 2024
1 parent a176d69 commit edb4685
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ body.dark-mode .program_table tr:hover {
justify-content: center;
box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
transition: background 0.3s ease, box-shadow 0.3s ease;
z-index: 1000;
}

.project-sidebar {
Expand All @@ -274,16 +275,22 @@ body.dark-mode .program_table tr:hover {
display: block;
width: calc(100% - 20px);
margin: 10px 0;
background-color: var(--link-color);
border-radius: 15px;
border: none;
padding: 10px;
box-sizing: border-box;
}

.project-sidebar button:hover {
background-color: var(--link-hover-color);
}

.project-content {
margin-left: 300px;
padding: 20px;
flex-grow: 1;
align-items: top;
}

.dark-mode-btn i {
Expand Down
2 changes: 1 addition & 1 deletion JS/welcome_console_message.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console.log("This Website is hosted with GHP (GitHub Pages)")
console.log("Note: This page contains raw information only. There are no external links or redirections, and no downloads or additional content are provided. This is purely raw text.");
console.log("Made by D&I")
console.log("Version : v2024.07.22-DI-(2)")
console.log("Version : v2024.07.22-DI-(3)")
console.log("-------------------------")
2 changes: 1 addition & 1 deletion status/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</tr>
<tr onclick="redirectToWebsite()" style="cursor: pointer;">
<td>website</td>
<td>v2024.07.22-DI-(2)</td>
<td>v2024.07.22-DI-(3)</td>
<td>@wfxey</td>
<td>none</td>
<td>Public</td>
Expand Down

0 comments on commit edb4685

Please sign in to comment.