Add files via upload

This commit is contained in:
James 2025-09-19 02:18:47 -07:00 committed by GitHub
parent 5f166b93f2
commit 228ca63aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 19 additions and 86 deletions

BIN
img/Xlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 KiB

BIN
img/game-icon-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -55,53 +55,54 @@
<body>
<nav class="navbar">
<a href="https://www.oblistudios.com">🏠 Home</a> |
<a href="https://www.oblistudios.com/servermanager.html">🛠 Server Manager</a> |
<a href="https://www.oblistudios.com/shardwalker.html">⚔️ Shardwalker</a> |
<a href="https://www.oblistudios.com/roadmap.html">🔄️ Roadmap</a>
</nav>
<main class="container">
<h1>Welcome to Obli.Studios</h1>
<p>Home of Shardwalker and the Obli.ServerManager platform.</p>
<h1>Welcome to ObliStudios</h1>
<p>Home of Shardwalker the mirrors edge</p>
<section class="hero">
<img src="img/hero-banner.jpg" alt="Shardwalker Artwork" style="width:100%;">
<section >
<img >
<h2>Discover the Worlds of Shardwalker</h2>
<p>A tactical PvP RPG experience with deep solo campaigns and strategic combat.</p>
<a href="https://www.oblistudios.com/shardwalker.html" class="btn-roadmap">Learn More</a>
</section>
<section id="about">
<h2>About Obli.Studios</h2>
<p>Obli.Studios is an independent game and tool development studio focused on delivering immersive tactical RPG experiences and powerful backend tools for gamers and server administrators alike. Founded by a solo developer, we believe in empowering players with both gameplay and control.</p>
<section >
<h2>About ObliStudios</h2>
<p>ObliStudios is an independent game and tool development studio focused on delivering immersive tactical RPG experiences and powerful backend tools for gamers and server administrators alike. Founded by a solo developer, we believe in empowering players with both gameplay and control.</p>
</section>
<section id="features">
<section >
<h2>Our Creations</h2>
<div class="feature-grid">
<div class="feature-box">
<h3>⚔️ Shardwalker</h3>
<p>A competitive action-RPG that includes attunement powers and shard-switching mechanics.</p>
</div>
<div class="feature-box">
<h3>🛠 Obli.ServerManager</h3>
<p>A lightweight server manager for SteamCMD-based games. Easily deploy, monitor, and control game servers from any IOS device.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Connect with Us</h2>
<p>Follow us on social media or drop us a message:</p>
<p>Follow me on social media:</p>
<ul>
<li><a href="https://twitter.com/obli_studios">🐦 Twitter</a></li>
<li>
<a href="https://twitter.com/obli_studios" target="_blank">
<img src="img/Xlogo.png" alt="X.com Logo" style="width:32px; height:32px; vertical-align:middle; margin-right:8px;">
</a>
</li>
</ul>
</section>
<section id="tech">
<h2>Powered By</h2>
<p>Our games and tools are built using Unity, C#, .NET 9.0, Swift.</p>
<p>Our games are built using Unreal engine.</p>
</section>
</main>

View File

@ -71,11 +71,10 @@
<body>
<header>
<h1>Obli.Studios Roadmap</h1>
<p>Track our development progress for Shardwalker and the Obli.ServerManager</p>
<p>Track our development progress for Shardwalker</p>
</header>
<nav class="navbar">
<a href="https://www.oblistudios.com">🏠 Home</a> |
<a href="https://www.oblistudios.com/servermanager.html">🛠 Server Manager</a> |
<a href="https://www.oblistudios.com/shardwalker.html">⚔️ Shardwalker</a> |
<a href="https://www.oblistudios.com/roadmap.html">🔄️ Roadmap</a>
</nav>
@ -144,71 +143,6 @@
<li>Feedback-driven balance iteration</li>
</ul>
</div>
</div>
<div class="roadmap-section">
<h2>🛠 Obli.ServerManager</h2>
<div class="phase">
<h3>Phase 1: Core Manager (NowQ2 2026)</h3>
<ul class="features">
<li>.NET 9 Migration</li>
<li>Basic Game Server Controls (Start/Stop/Status)</li>
<li>SteamCMD Integration</li>
</ul>
<ul class="inprogress">
<li>Game Presets & Detection System</li>
<li>iOS Companion App Skeleton</li>
</ul>
<ul class="planned">
<li>Feedback from Alpha Testers</li>
</ul>
</div>
<div class="phase">
<h3>Phase 2: Remote Control & Monitoring (Q2Q3 2026)</h3>
<ul class="inprogress">
<li>REST API Backend</li>
<li>QR Sync Feature for Companion App</li>
<li>Server Logs + Real-Time Output</li>
</ul>
<ul class="planned">
<li>Push Notification System</li>
<li>Beta Test with Remote Admins</li>
</ul>
</div>
<div class="phase">
<h3>Phase 3: Advanced Features & Mods (Q3Q4 2026)</h3>
<ul class="inprogress">
<li>Mod Installation Automation (Steam Workshop)</li>
</ul>
<ul class="inprogress">
<li>Scheduled Backups + Restores</li>
<li>User Roles & Permissions System</li>
<li>Crash Detection & Auto-Restart</li>
</ul>
<ul class="planned">
<li>Public Beta and Marketing Push</li>
</ul>
</div>
<div class="phase">
<h3>Phase 4: V1 Release & Expansion (Q1 2027)</h3>
<ul class="inprogress">
<li>Launch of V1.0.0</li>
</ul>
<ul class="inprogress">
<li>Support for Non-SteamCMD Games</li>
<li>Cloud Save / Sync Between Devices</li>
</ul>
<ul class="planned">
<li>User Feedback Review & Feature Votes</li>
<li>Marketplace or Plugin Framework Exploration</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -26,7 +26,6 @@
<body>
<nav class="navbar">
<a href="https://www.oblistudios.com">🏠 Home</a> |
<a href="https://www.oblistudios.com/servermanager.html">🛠 Server Manager</a> |
<a href="https://www.oblistudios.com/shardwalker.html">⚔️ Shardwalker</a> |
<a href="https://www.oblistudios.com/roadmap.html">🔄️ Roadmap</a>

View File

@ -26,7 +26,6 @@
<body>
<nav class="navbar">
<a href="https://www.oblistudios.com">Home</a> |
<a href="https://www.oblistudios.com/servermanager.html">Server Manager</a> |
<a href="https://www.oblistudios.com/shardwalker.html">Shardwalker</a>