Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
IJH91IJH91 authored Nov 10, 2024
1 parent e0c70dd commit 39c4448
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
color: #fff;
font-family: 'Inter', sans-serif;
font-size: 13px;
min-height: 100vh;
margin-top: 35px;
min-height: 70vh;
margin-top: 30px;
background: linear-gradient(45deg, #20001e, #001724);/* 45deg=diagonal */
height: 100vh; /* Ensures it covers the full viewport height */
overflow: hidden;
}

.container {
Expand All @@ -22,15 +23,15 @@
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: 18px;
max-width: 1050px;
max-width: 950px;
margin: 0 auto;
}

.box {
/* background: #16181a; */
background: linear-gradient(45deg, #00273e7b, #36003378);/* 45deg=diagonal */
border-radius: 15px;
padding: 25px;
padding: 23px;
transition: all 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.1);
min-height: 200px;
Expand Down Expand Up @@ -64,7 +65,8 @@
.box:nth-child(9)::before { background: #ff9100ad; }

.box h2 {
margin: 0 0 14px 0;
margin: 0 0 6px 0;
margin-top: -5px;
font-size: 1.4em;
font-weight: 600;
color: #fff;
Expand All @@ -75,7 +77,7 @@
color: #8b8b8b;
line-height: 1.6;
overflow-y: auto;
max-height: calc(100% - 50px);
max-height: calc(100% - 31px);
}

.date {
Expand All @@ -84,6 +86,7 @@
right: 20px;
font-size: 0.8em;
color: #666;
margin-bottom: -3px;
}

/* New styles for editable notepad */
Expand Down Expand Up @@ -345,7 +348,7 @@ <h2 draggable="true">YT Transcribers:</h2>


</p>
<span class="date">Yesterday</span>
<span class="date">Scrape recent/popular uploads</span>
</div>

<!-- VENDORS DIV -->
Expand All @@ -357,9 +360,10 @@ <h2 draggable="true">Tab Vendors:</h2>
- https://www.kokomu.jp/ <br>
- UG? Muse? <br>
- ko fi? shopify? JP? KR? CHINA ?<br>
- Fiver? Patreon?

</p>
<span class="date">2 days ago</span>
<span class="date">Upload GP GP& Tux PDF Muse mXML</span>
</div>

<!-- Guitarists DIV -->
Expand All @@ -372,12 +376,10 @@ <h2 draggable="true">Pop. Guitarists</h2>
- Bearclaw?<BR>
- Plini, Mateus Asato, Rabea Massaad, Sungah Jung<BR>
- Mike Dawes, Jon Gomm <BR>
- Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>
Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>
Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>- Chan Kim<BR>
- Chan Kim<BR>
- T-Cophony? Marcin Patrzalek? Alexandr Misko?
</p>
<span class="date">Last week</span>
<span class="date">Scrape for recent uploads.</span>
</div>

<!-- Bass Tabs DIV -->
Expand Down Expand Up @@ -440,7 +442,7 @@ <h2 draggable="true">MathRock Tabs:</h2>
Jyocho<br>

</p>
<span class="date">2 weeks ago</span>
<span class="date">Most Popular</span>
</div>


Expand Down

0 comments on commit 39c4448

Please sign in to comment.