Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yeet227 authored Jan 1, 2024
1 parent 90048b6 commit a655454
Showing 1 changed file with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
header {
background-color: #383d3d;
padding: 30px;
text-align: center; /* Corrected property */
text-align: center;
font-size: 35px;
color: white;
}

nav {
float: left;
width: 20%;
height: 700px; /* Added 'px' */
background: #000000;
height: 700px;
background: #001f3f; /* Deep blue color */
padding: 30px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Added box shadow for depth */
}
Expand All @@ -37,6 +37,20 @@
padding: 0;
}

a button {
display: block;
margin: 10px 0;
padding: 10px;
background-color: #001f3f; /* Deep blue color */
color: white;
border: none;
cursor: pointer;
opacity: 0.8;
text-decoration: none; /* Remove underline */
width: 100%; /* Make buttons full width */
text-align: left; /* Align text to the left */
}

article {
float: right;
padding: 20px;
Expand Down Expand Up @@ -66,19 +80,6 @@
text-align: center; /* Centered text */
}

/* Added style for buttons */
a button {
display: block;
margin: 10px 0;
padding: 10px;
background-color: #555;
color: white;
border: none;
cursor: pointer;
opacity: 0.8;
text-decoration: none; /* Remove underline */
}

/* Added style for the footer */
.footer {
background-color: #383d3d;
Expand All @@ -99,6 +100,14 @@
<ul>
<!-- Your existing list items -->
</ul>
<a href="https://discord.gg/bK9FasU"><button>Gaming Discord Channel</button></a>
<a href="https://www.youtube.com/channel/UCWr8wYrKYCLo6n1g1OG9psQ?view_as=subscriber"><button>My YouTube Channel link (Broken, Will fix)</button></a>
<a href="https://www.tweakboxapp.com/"><button>Tweakbox</button></a>
<a href="https://topstorevipapp.com/"><button>Top Store</button></a>
<a href="https://ignition.fun/"><button>Ignition</button></a>
<a href="https://m.pandahelp.vip/"><button>Panda Helper</button></a>
<a href="https://www.tutuapp.vip/"><button>Tutuapp Paid/Free Service</button></a>
<a href="https://altstore.io/"><button>Altstore to sign IPAs</button></a>
</nav>

<article>
Expand Down

0 comments on commit a655454

Please sign in to comment.