Skip to content

Commit 3a696b9

Browse files
committed
formatting!!!
1 parent ffef4ce commit 3a696b9

File tree

6 files changed

+47
-25
lines changed

6 files changed

+47
-25
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1-
# GBA Online
1+
<br>
22

3-
![GitHub](https://img.shields.io/github/license/frogweezer/gba?style=for-the-badge)
4-
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/frogweezer/gba?style=for-the-badge)
3+
<img alt="Header Image" src="https://github.com/frogweezer/gba/blob/gh-pages/assets/repo-card.png?raw=true">
4+
5+
<div style="margin: auto;">
6+
<p>GBA Online is a modern GameBoy Advance emulator for the web.</p>
7+
8+
<img alt="Github" src="https://img.shields.io/github/license/frogweezer/gba?style=for-the-badge">
9+
<img alt="Github commit activity" src="https://img.shields.io/github/commit-activity/m/frogweezer/gba?style=for-the-badge">
10+
<img alt="Github release (latest by date)" src="https://img.shields.io/github/v/release/frogweezer/gba?style=for-the-badge">
11+
</div>
12+
13+
---
14+
15+
## Releases
16+
17+
**Latest Release:** [on the web](https://frogweezer.github.io/gba)
18+
19+
**Past Releases:** [via GitHub](https://github.com/frogweezer/gba/releases)
520

621
## Credits
722

assets/repo-card.png

533 KB
Loading

assets/repo-card.psd

2.97 MB
Binary file not shown.

index.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@
1313
<img src="assets/repo-card.png" height="300px">
1414
<br><br>
1515

16-
<p><b>GBA Online</b> is an online GBA emulator.</p>
16+
<p>Welcome to <b>GBA Online</b>, a modern GameBoy Advance emulator for the web.</p>
17+
18+
<div>
19+
<p style="font-size:25px;">
20+
Created by <b>
21+
<a style="font-size:25px;" href="https://github.com/frogweezer/gba">@frogweezer</a>
22+
</b>
23+
</p>
24+
</div>
25+
1726
<h1>Select a Game</h1>
1827

1928
<a href="./player.html#advancewars">Advance Wars</a><br>
@@ -115,10 +124,12 @@ <h1>Select a Game</h1>
115124
<a href="./player.html#zelda_past">The Legend of Zelda: A Link to the Past</a><br>
116125
<a href="./player.html#zelda_minish">The Legend of Zelda: The Minish Cap</a><br>
117126

127+
<br>
128+
118129
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
119130
<script>
120-
particlesJS.load('particles-js', 'assets/particles.json', function(){
121-
//console.log('particles.json loaded');
131+
particlesJS.load('particles-js', 'particles/_particles.json', function(){
132+
console.log('particles.json loaded');
122133
});
123134
</script>
124135
</body>
File renamed without changes.

user_css/index.css

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
body{
2+
font-family: 'Source Sans Pro', sans-serif;
3+
background: #0e1117;
4+
text-align: center;
5+
width: 100%;
6+
height: 100%;
7+
overflow-y: scroll;
8+
padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
9+
box-sizing: content-box; /* So the width will be 100% + 17px */
10+
}
11+
112
.text{
213
text-align: center;
314
color: #ffffff;
@@ -51,7 +62,7 @@ th{
5162
}
5263

5364
p{
54-
font-size: 20px;
65+
font-size: 30px;
5566
color: #ffffff;
5667
}
5768

@@ -60,32 +71,17 @@ i{
6071
color: #ffffff;
6172
}
6273

63-
body{
64-
}
65-
66-
body,
67-
html {
68-
height: 100%;
69-
}
70-
7174
/* Hide scrollbar */
7275

76+
7377
html{
7478
width: 100%;
7579
height: 100%;
7680
overflow: hidden;
7781
}
7882

79-
body{
80-
font-family: 'Rubik', sans-serif;
81-
background: #35363a;
82-
text-align: center;
83-
width: 100%;
84-
height: 100%;
85-
overflow-y: scroll;
86-
padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
87-
box-sizing: content-box; /* So the width will be 100% + 17px */
88-
}
83+
84+
/* End hide scrollbar */
8985

9086
#particles-js canvas {
9187
display: block;

0 commit comments

Comments
 (0)