Skip to content

Commit

Permalink
git push origin HEAD:prod -m "Fuck around, find out."
Browse files Browse the repository at this point in the history
  • Loading branch information
9551-Dev committed Mar 12, 2024
1 parent c1e40a4 commit e0f43c9
Show file tree
Hide file tree
Showing 87 changed files with 33 additions and 2,994 deletions.
34 changes: 28 additions & 6 deletions assets/index_template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{header}}</title>
<style>
body {
Expand All @@ -9,10 +11,11 @@
padding: 0;
background-color: #222;
color: #ddd;
font-size: 18px;
}
h1 {
margin-bottom: 20px;
font-size: 24px;
font-size: 28px;
}
ul {
list-style-type: none;
Expand All @@ -25,7 +28,7 @@
border-radius: 5px;
transition: background-color 0.3s ease;
cursor: pointer;
font-size: 18px;
font-size: 20px;
}
li:hover {
background-color: #555;
Expand All @@ -35,6 +38,7 @@
padding: 8px;
text-decoration: none;
color: #007bff;
font-size: 20px;
}
li a:hover {
text-decoration: underline;
Expand All @@ -57,23 +61,41 @@
background-color: transparent;
color: #007bff;
border: 1px solid #007bff;
padding: 10px 20px;
padding: 12px 24px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
font-size: 18px;
font-size: 20px;
}

button:hover {
background-color: #007bff;
color: #fff;
}

/* Mobile Styles */
@media screen and (max-width: 600px) {
body {
font-size: 8px;
}
h1 {
font-size: 18px;
}
li,
li a {
font-size: 12px;
}
button {
font-size: 12px;
padding: 6px 12px;
}
}
</style>
</head>
<body>
<h1>{{title}}</h1>
<ul>
{{directory_list}}
{{directory_list}}
</ul>
{{comment_start}}<button onclick="location.href='..';">.. (zap.devvie.cc{{parent}})</button>{{comment_end}}
</body>
Expand Down
2 changes: 1 addition & 1 deletion assets/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ window.addEventListener("scroll", function () {
} else {
body.classList.remove("scrolled");
}
});
});
8 changes: 4 additions & 4 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ body {
border: none;
border-radius: 5px;
cursor: pointer;
margin-left: 5px;
margin-left: 3px;
margin-right: 5px;
margin-top: 2.5px;
margin-bottom: 2.5px;
margin-top: 3px;
margin-bottom: 3px;
}

.button-wrapper {
Expand All @@ -66,7 +66,7 @@ body {
.button-container {
display: flex;
border: 2px solid black;
border-radius: 10px 0 0 10px; /* top-left, top-right, bottom-right, bottom-left */
border-radius: 10px 0 0 10px;
background-color: #202020;
padding: 5px;
}
Expand Down
84 changes: 0 additions & 84 deletions docs/gal/index.html

This file was deleted.

82 changes: 0 additions & 82 deletions docs/gal/lab/index.html

This file was deleted.

83 changes: 0 additions & 83 deletions docs/gal/lab/storage_2024_03_07/core/index.html

This file was deleted.

Loading

0 comments on commit e0f43c9

Please sign in to comment.