Skip to content

Commit f429d15

Browse files
committed
Updates home page
1 parent 0251bb2 commit f429d15

File tree

3 files changed

+7
-31
lines changed

3 files changed

+7
-31
lines changed

theme/main.html

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<span class="bigText text-themed">Obliteration</span>
4747
</p>
4848
<p class="smollText mainText2">An Experimental
49-
<span class="smollText text-themed">Playstation™ 4</span> emulator written in Rust for Windows, macOS and
49+
<span class="smollText text-themed">PlayStation 4</span> kernel rewritten in Rust for Windows, macOS and
5050
Linux!
5151
</p>
5252
<table class="mainTable">
@@ -61,16 +61,7 @@
6161
<p class="midText mainTableNumber" id="devbuildsNumber" style="color: #5c0504; text-shadow: 2px 2px 1px #b64045;"></p>
6262
</td>
6363
</tr>
64-
<tr>
65-
<td><p class="smollText">Stars on GitHub!</p></td>
66-
<td><p class="smollText">Tested Games!</p></td>
67-
<td><p class="smollText">Dev Builds!</p></td>
68-
</tr>
6964
</table>
70-
<div class="mainButtonContainer">
71-
<a class="mainButton" id="buttonScroll">Learn More</a>
72-
<a class="mainButton" href="/download">Download</a>
73-
</div>
7465
</div>
7566
</main>
7667

@@ -82,20 +73,12 @@
8273
<p class="bigText main2Text1">About
8374
<span class="bigText" style="color: #5c0504; text-shadow: 2px 2px 1px #b64045;">Obliteration</span>
8475
</p>
85-
<menu style="margin-left: 1rem; margin-top: 2rem;">
86-
<li class="smollText">Made with <span class="smollText"
87-
style="color: #5c0504; text-shadow: 2px 2px 1px #b64045;">Rust</span>
88-
for performance and safety.
89-
</li>
90-
<li class="smollText" style="margin-top: 1rem;">Supports Windows, macOS and Linux.</li>
91-
<li class="smollText" style="margin-top: 1rem;">Built-in FTP client to pull the firmware from a PS4.*
92-
</li>
93-
<li class="smollText" style="margin-top: 1rem;">Built-in GUI for managing your games.</li>
94-
<li class="smollText" style="margin-top: 1rem;">Built-in PKG extractor.</li>
95-
<li style="font-size: 0.8rem; font-weight: 800;margin-top: 1.5rem; list-style: none;"> * jailbroken ps4
96-
required
97-
</li>
98-
</menu>
76+
<p class="smollText" style="margin-top: 2rem">
77+
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.
78+
</p>
79+
<p class="smollText" style="margin-top: 2rem">
80+
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.
81+
</p>
9982
</div>
10083
</div>
10184
</div>

theme/required.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,10 @@ async function init() {
115115
<img id="headerIcon" src="/_images/Obliteration.avif" height="40px" width="auto" alt="Obliteration logo">
116116
</a>
117117
<div class="headerRight NoOpacity">
118-
<a class="headerLink" href="/download">Download</a>
119-
<a class="headerLink" href="/compatibility">Compatibility</a>
120-
<a class="headerLink" href="/wiki" target="_blank" rel="noopener" >Wiki</a>
121118
<div class="headerRightIcons">
122119
<a href="https://github.com/obhq/obliteration" target="_blank" rel="noopener" style="display: flex;">
123120
<img class="headerRightIconGithub" src="/_images/github.svg" alt="GitHub logo">
124121
</a>
125-
<a href="https://discord.gg/Qsdaxj6tnH" target="_blank" rel="noopener" style="display: flex;">
126-
<img class="headerRightIconDiscord" src="/_images/discord.svg" alt="Discord logo">
127-
</a>
128122
<img class="headerRightIconMenu" src="/_images/menu.svg" id="menuButton" alt="Mobile menu button">
129123
</div>
130124
</div>

theme/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ body {
161161
}
162162

163163
.main2Text {
164-
text-wrap: nowrap;
165164
margin-left: 4rem;
166165
}
167166

0 commit comments

Comments
 (0)