Skip to content

Commit

Permalink
design finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking committed Oct 25, 2023
1 parent b67fd8b commit 64e1939
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
4 changes: 1 addition & 3 deletions legit.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@
</div>
<div class=".centered-rectangle-container">

<div class="rounded-rectangle-download">

<a class="download" href="https://github.com/odtheking/OdinClient/releases">DOWNLOAD →</a>
</div>
<a class="download" href="https://github.com/odtheking/OdinClient/releases">Download →</a>
</div>

<div class="spacer2"></div>
Expand Down
5 changes: 1 addition & 4 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ function populateModuleList(moduleListId, type) {
// Parse the README content and get module pairs
const modulePairs = parseReadmeContent(decodedContent);

// Log the module pairs (or use them as needed)
//console.log(modulePairs);

// Filter and display only the "LEGIT" or "CHEATER" features
// Iterate over the module pairs and create the module list
modulePairs.forEach((module, index) => {

if (module.currentMainCategory !== type) return;
Expand Down
14 changes: 7 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@ body::before {
}

.download {
font-size: 30px;
color: white;
font-weight: lighter;
text-shadow: 0 0 15px #fff;
font-size: 50px;
color: #0066cc;
font-weight:400;
text-shadow: 0 0 15px #0066cc;
justify-content: center;
display: flex;
margin-top: 3px;
margin-top: 25px;
user-select: none;

margin-bottom: -1.5em;

}

Expand Down Expand Up @@ -244,7 +244,7 @@ body::before {
}

.text {
font-size: 1.2vw; /* Adjust this value based on your design */
font-size: 1vw; /* Adjust this value based on your design */
height: auto; /* Maintain aspect ratio, adjust width to control height */
text-align: center;
color: white;
Expand Down

0 comments on commit 64e1939

Please sign in to comment.