Skip to content

Commit

Permalink
fixed some stuff and fixed some more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiwee69 committed Jan 25, 2024
1 parent 5e51b18 commit a2ad0f7
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 120 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ <h2>About Me</h2>
</div>
<script src="script.js"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v84a3a4012de94ce1a686ba8c167c359c1696973893317" integrity="sha512-euoFGowhlaLqXsPWQ48qSkBSCFs3DPRyiwVu3FjR96cMPx+Fr+gpWRhIafcHwqwCqWS42RZhIudOvEI+Ckf6MA==" data-cf-beacon='{"rayId":"849bb3882b9562d4","r":1,"version":"2024.1.0","token":"6841afb174354017a288ea06aef0eee8"}' crossorigin="anonymous"></script>
</body>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v84a3a4012de94ce1a686ba8c167c359c1696973893317" integrity="sha512-euoFGowhlaLqXsPWQ48qSkBSCFs3DPRyiwVu3FjR96cMPx+Fr+gpWRhIafcHwqwCqWS42RZhIudOvEI+Ckf6MA==" data-cf-beacon='{"rayId":"84abc6adcfa84151","r":1,"version":"2024.1.0","token":"6841afb174354017a288ea06aef0eee8"}' crossorigin="anonymous"></script>
</body>
</html>
14 changes: 7 additions & 7 deletions projects/mytweaks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
</header>
<main>
<div class="add-buttons">
<button onclick="window.location.href = 'sileo://source/https://maxiwee.de/';">Add to Sileo</button>
</div>
<div class="add-button">
<button onclick="window.location.href = 'zbra://sources/add/https://maxiwee.de/';">Add to Zebra</button>
</div>
<a href="sileo://source/https://maxiwee.de/" class="clickable-text">Add to Sileo</a>
</div>
<div class="add-button">
<a href="zbra://sources/add/https://maxiwee.de/" class="clickable-text">Add to Zebra</a>
</div>
<h1>Here are all my Tweaks</h1>
<div class="link-container">
<div class="fiveicondock">
Expand Down Expand Up @@ -61,6 +61,6 @@ <h1>Here are all my Tweaks</h1>
</div>
</div>
</main>

</body>
</html>
</html>

33 changes: 3 additions & 30 deletions projects/mytweaks/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ header {
body {
margin: 0;
font-family: Arial, sans-serif;
background-image: linear-gradient(to bottom, #180056, #000000);
background-image: linear-gradient(to bottom, #180056, #000000);
color: #fff;
}

Expand Down Expand Up @@ -72,33 +72,6 @@ main h1 {
margin-right: 0;
}

.lol {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
color: #000;
text-align: center;
text-decoration: none;
font-size: 16px;
background-color: transparent;
border: none;
padding: 0;
}

.lol1 {
position: absolute;
top: 50%;
right: 7%;
transform: translateY(-50%);
color: #000;
text-align: center;
text-decoration: none;
font-size: 16px;
background-color: transparent;
border: none;
padding: 0;
}

.clickable-text {
color: #fff;
Expand All @@ -115,7 +88,7 @@ main h1 {

.add-button {
display: inline-block;
background: linear-gradient(to top, #404040, #e7e7e7);
background-color: #180056;
padding: 20px;
width: auto;
height: 15px;
Expand All @@ -131,7 +104,7 @@ main h1 {

.add-buttons {
display: inline-block;
background: linear-gradient(to top, #404040, #e7e7e7);
background-color: #180056;
padding: 20px;
width: auto;
height: 15px;
Expand Down
116 changes: 34 additions & 82 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html {

/* Navigation bar styles */
.topnav {
background-color: #CDCDCD;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
Expand All @@ -23,7 +23,6 @@ html {
float: left;
display: block;
color: rgb(0, 0, 0);
background-color: #CDCDCD;
text-align: center;
padding: 14px 16px;
text-decoration: none;
Expand All @@ -34,12 +33,25 @@ html {
.topnav .contact {
float: right;
display: block;
background-color: #e2e2e2;
}

.topnav .contact a {
color: rgb(0, 1, 0);
float: right;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 16px;
}

.topnav .contact a:hover {
color: #bfbfbf;
}

/* Hamburger menu styles */
.hamburger-menu {
position: fixed;
top: 20px;
top: 15px;
right: 20px;
display: flex;
flex-direction: column;
Expand All @@ -50,17 +62,13 @@ html {
border: none;
cursor: pointer;
padding: 0;
z-index: 10;
}

.logo {
margin-top: -20px;
z-index: 20;
}

.hamburger-menu div {
width: 2rem;
height: 0.25rem;
background: #e0e0e0; /* Lighter color for the hamburger menu */
background-color: #414141;
border-radius: 10px;
transition: all 0.3s linear;
position: relative;
Expand All @@ -69,48 +77,43 @@ html {

/* Menu styles */
.menu {
transform: translateX(100%);
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 200px;
background: #0a0a15; /* Darker blue */
padding: 1rem;
box-sizing: border-box;
transition: transform 0.3s ease-in-out;
width: 300px;
background-color: #8d8d8d;
z-index: 100;
align-items: center;
justify-content: flex-start;
padding-top: 2%;
transition: transform 0.3s ease-out;
transform: translateX(100%);
}

.menu a {
display: block; /* Each link will take up its own line */
color: #e0e0e0; /* Lighter color for the links */
display: block;
color: #e0e0e0;
text-decoration: none;
font-size: 1.2rem;
transition: color 0.3s linear;
margin-bottom: 1rem; /* Add some space between the links */
margin-bottom: 1rem;
}

.menu a:hover {
color: #ddd; /* Change this to match your design */
color: #ddd;
}

.menu.active {
transform: translateX(0);
}

.topnav .contact a {
color: rgb(0, 1, 0);
float: right;
background-color: #e2e2e2;
text-align: center;
padding: 14px 16px;
.menu .contact a {
color: #fff;
text-decoration: none;
font-size: 16px;
}

.topnav .contact a:hover {
color: #bfbfbf;
background-color: #e2e2e2;
padding: 10px;
display: block;
}

/* About section styles */
Expand All @@ -129,55 +132,4 @@ html {
font-size: 18px;
line-height: 1.5;
margin-bottom: 20px;
}

/* Add buttons styles */


/* Footer Styles */

.hamburger-menu {
display: flex;
flex-direction: column;
justify-content: space-around;
width: 2rem;
height: 2rem;
position: fixed;
top: 15px;
right: 20px;
z-index: 20;
cursor: pointer;
}

.hamburger-menu div {
width: 2rem;
height: 0.25rem;
background-color: #414141;
border-radius: 10px;
transition: all 0.3s linear;
position: relative;
transform-origin: 1px;
}

.menu {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 300px;
background-color: #8d8d8d;
z-index: 100;
align-items: center;
justify-content: flex-start; /* Align items to the start */
padding-top: 2%; /* Increase padding at the top */
transition: transform 0.3s ease-out;
transform: translateX(100%);
}

.menu .contact a {
color: #fff;
text-decoration: none;
font-size: 16px;
padding: 10px;
display: block; /* Make links take up the full width of the menu */
}

0 comments on commit a2ad0f7

Please sign in to comment.