11< div id ="creditsPopup " class ="popup-overlay " onclick ="if(event.target == this) closePopup('creditsPopup') ">
22 < div class ="popup-content ">
3- < h3 > Credits</ h3 >
3+ < div class ="overflow " style ="height: 375px; ">
4+ < h2 > Credits</ h2 >
45
5- < a href ="https://codedave.pages.dev/ ">
6- < div class ="item ">
7- < img src ="https://codedave.pages.dev/assets/misc/Daveberry%20Wave.png " width ="50 " height ="50 " alt ="Daveberry "/>
8-
9- < div class ="info ">
10- < span class ="bigText "> Daveberry</ span > < br />
11- < span class ="role "> Lead Dev </ span > < br />
12- < span > The guy who did everything in this native app </ span >
6+ < a href ="https://codedave.pages.dev/ " target ="_blank ">
7+ < div class ="item ">
8+ < img src ="https://codedave.pages.dev/assets/misc/Daveberry%20Wave.png " width ="50 " height ="50 " alt ="Daveberry "/>
9+
10+ < div class ="info ">
11+ < span class ="bigText "> Daveberry</ span > < br />
12+ < span class ="role "> Lead Dev </ span > < br />
13+ < span > The guy who did everything in this native app </ span >
14+ </ div >
15+ </ div >
16+ </ a >
17+
18+ < a href ="https://runyra.neocities.org/ " target ="_blank ">
19+ < div class ="item ">
20+ < img src ="https://runyra.neocities.org/runa.png " width ="50 " height ="50 " alt ="Runyra " class ="circleProfile "/>
21+
22+ < div class ="info ">
23+ < span class ="bigText "> Runyra</ span > < br />
24+ < span class ="role "> Lead Dev </ span > < br />
25+ < span > Basically nothing, but working on the Vencord/Equicord plugin in discord.</ span >
26+ </ div >
1327 </ div >
14- </ div >
15- </ a >
28+ </ a >
1629
17- < a href ="https://runyra.neocities.org/ ">
18- < div class ="item ">
19- < img src ="https://runyra.neocities.org/runa.png " width ="50 " height ="50 " alt ="Runyra " class ="circleProfile "/>
30+ < h2 style ="padding-top: 10px; "> Service Providers</ h2 >
31+
32+ < a href ="https://catbox.moe/ " target ="_blank ">
33+ < div class ="item ">
34+ < div class ="info ">
35+ < span class ="bigText "> Catbox</ span > < br />
36+ < span class ="role "> File Host </ span > < br />
37+ < span > Sickass file hosting </ span >
38+ </ div >
39+ </ div >
40+ </ a >
41+
42+ < a href ="https://litterbox.catbox.moe/ " target ="_blank ">
43+ < div class ="item ">
44+ < div class ="info ">
45+ < span class ="bigText "> Litterbox</ span > < br />
46+ < span class ="role "> File Host </ span > < br />
47+ < span > Sickass file hosting 2 </ span >
48+ </ div >
49+ </ div >
50+ </ a >
2051
21- < div class ="info ">
22- < span class ="bigText "> Runyra</ span > < br />
23- < span class ="role "> Lead Dev </ span > < br />
24- < span > Basically nothing, but working on the Vencord/Equicord plugin in discord.</ span >
52+ < a href ="https://buzzheavier.com/ " target ="_blank ">
53+ < div class ="item ">
54+ < div class ="info ">
55+ < span class ="bigText "> BuzzHeavier</ span > < br />
56+ < span class ="role "> File Host </ span > < br />
57+ < span > Sickass file hosting 3 </ span >
58+ </ div >
2559 </ div >
26- </ div >
27- </ a >
60+ </ a >
61+ </ div >
2862
2963 < div class ="button secondary " onclick ="closePopup('creditsPopup') "> Close</ div >
3064 </ div >
@@ -33,6 +67,7 @@ <h3>Credits</h3>
3367< style >
3468 .item {
3569 background-color : var (--elemColor );
70+ /* box-shadow: 0px 5px 5px var(--elemColor); */
3671 border-radius : 8px ;
3772
3873 width : auto;
@@ -62,4 +97,17 @@ <h3>Credits</h3>
6297 .role {
6398 font-weight : bold;
6499 }
100+
101+ .bar {
102+ height : 3px ;
103+ margin : 10px ;
104+ border-radius : 10px ;
105+
106+ background-color : var (--elemColor );
107+ /* box-shadow: 0px 5px 5px var(--elemColor); */
108+ border-radius : 10px ;
109+
110+ margin-top : 10px ;
111+ margin-bottom : 10px ;
112+ }
65113</ style >
0 commit comments