remove top logo
This commit is contained in:
10
index.html
10
index.html
@@ -33,8 +33,6 @@
|
||||
<div class="laser"></div>
|
||||
<div id="lightbox" onclick="closeLb()"><img src=""></div>
|
||||
<div id="all">
|
||||
<a href="https://supermedium.com"><img src="site/assets/supermedium-logo.png" class="imgfill headerglow"></a>
|
||||
|
||||
<img src="site/assets/sslogo.png" class="imgfill">
|
||||
|
||||
<h1 id="header">An open source clone of Beat Saber with 6000 songs</h1>
|
||||
@@ -78,7 +76,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<h3 class="cyanglow">PLAY FOR FREE</h3>
|
||||
<p>Loads in seconds. No mods, no installs, no wait times.</p>
|
||||
<p>No mods, no installs, no wait times. Built on the Web.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="screenshots">
|
||||
@@ -102,11 +100,11 @@
|
||||
</div>
|
||||
<p id="credit">
|
||||
<br>
|
||||
<b>Super Saber</b> is shamelessly based on <b>Beat Saber</b>, an original game from <a href="http://www.hyperbolicmagnetism.com/">Hyperbolic Magnetism</a>.
|
||||
<b>Super Saber</b> is shamelessly based on <b>Beat Saber</b>, an original game from <a href="http://www.hyperbolicmagnetism.com/">Hyperbolic Magnetism</a>
|
||||
<br>
|
||||
Support them with a purchase!
|
||||
Support them with a purchase
|
||||
<br>
|
||||
Songs from the massive <a href="https://beatsaver.com">BeatSaver</a> community.
|
||||
Songs from the massive <a href="https://beatsaver.com">BeatSaver</a> community
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +47,7 @@ body {
|
||||
width: 95%;
|
||||
min-width: 360px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
margin: 30px auto 0 auto;
|
||||
}
|
||||
.headerglow {
|
||||
background-image: url('assets/supermediumheader.png');
|
||||
|
||||
Reference in New Issue
Block a user