Skip to content

Commit

Permalink
Updates home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Nov 12, 2024
1 parent 0251bb2 commit f429d15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
31 changes: 7 additions & 24 deletions theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<span class="bigText text-themed">Obliteration</span>
</p>
<p class="smollText mainText2">An Experimental
<span class="smollText text-themed">Playstation™ 4</span> emulator written in Rust for Windows, macOS and
<span class="smollText text-themed">PlayStation 4</span> kernel rewritten in Rust for Windows, macOS and
Linux!
</p>
<table class="mainTable">
Expand All @@ -61,16 +61,7 @@
<p class="midText mainTableNumber" id="devbuildsNumber" style="color: #5c0504; text-shadow: 2px 2px 1px #b64045;"></p>
</td>
</tr>
<tr>
<td><p class="smollText">Stars on GitHub!</p></td>
<td><p class="smollText">Tested Games!</p></td>
<td><p class="smollText">Dev Builds!</p></td>
</tr>
</table>
<div class="mainButtonContainer">
<a class="mainButton" id="buttonScroll">Learn More</a>
<a class="mainButton" href="/download">Download</a>
</div>
</div>
</main>

Expand All @@ -82,20 +73,12 @@
<p class="bigText main2Text1">About
<span class="bigText" style="color: #5c0504; text-shadow: 2px 2px 1px #b64045;">Obliteration</span>
</p>
<menu style="margin-left: 1rem; margin-top: 2rem;">
<li class="smollText">Made with <span class="smollText"
style="color: #5c0504; text-shadow: 2px 2px 1px #b64045;">Rust</span>
for performance and safety.
</li>
<li class="smollText" style="margin-top: 1rem;">Supports Windows, macOS and Linux.</li>
<li class="smollText" style="margin-top: 1rem;">Built-in FTP client to pull the firmware from a PS4.*
</li>
<li class="smollText" style="margin-top: 1rem;">Built-in GUI for managing your games.</li>
<li class="smollText" style="margin-top: 1rem;">Built-in PKG extractor.</li>
<li style="font-size: 0.8rem; font-weight: 800;margin-top: 1.5rem; list-style: none;"> * jailbroken ps4
required
</li>
</menu>
<p class="smollText" style="margin-top: 2rem">
Obliteration is a free and open-source PlayStation 4 kernel rewritten in Rust. Our goal is to run the PlayStation 4 system software on Windows, Linux and macOS using a custom made virtualization stack optimized specifically for Obliteration.
</p>
<p class="smollText" style="margin-top: 2rem">
Obliteration is under development and cannot run any games yet. Take a look on fpPS4 or shadPS4 if you are looking for a PlayStation 4 emulator that already able to run some games.
</p>
</div>
</div>
</div>
Expand Down
6 changes: 0 additions & 6 deletions theme/required.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,10 @@ async function init() {
<img id="headerIcon" src="/_images/Obliteration.avif" height="40px" width="auto" alt="Obliteration logo">
</a>
<div class="headerRight NoOpacity">
<a class="headerLink" href="/download">Download</a>
<a class="headerLink" href="/compatibility">Compatibility</a>
<a class="headerLink" href="/wiki" target="_blank" rel="noopener" >Wiki</a>
<div class="headerRightIcons">
<a href="https://github.com/obhq/obliteration" target="_blank" rel="noopener" style="display: flex;">
<img class="headerRightIconGithub" src="/_images/github.svg" alt="GitHub logo">
</a>
<a href="https://discord.gg/Qsdaxj6tnH" target="_blank" rel="noopener" style="display: flex;">
<img class="headerRightIconDiscord" src="/_images/discord.svg" alt="Discord logo">
</a>
<img class="headerRightIconMenu" src="/_images/menu.svg" id="menuButton" alt="Mobile menu button">
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion theme/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ body {
}

.main2Text {
text-wrap: nowrap;
margin-left: 4rem;
}

Expand Down

0 comments on commit f429d15

Please sign in to comment.