Add files via upload
This commit is contained in:
parent
96ebb2c8e2
commit
19f8516bf4
94
index.html
94
index.html
|
|
@ -1,40 +1,54 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="Discover Obli.Studios – creators of Shardwalker, a tactical PvP action-RPG with a deep solo campaign. Try our SteamCMD Server Manager.">
|
<meta name="description" content="Discover Obli.Studios – creators of Shardwalker, a tactical PvP action-RPG with a deep solo campaign. Try our SteamCMD Server Manager.">
|
||||||
<meta name="keywords" content="Shardwalker, ObliStudios, indie game, PvP RPG, server manager, SteamCMD, Unity game">
|
<meta name="keywords" content="Shardwalker, ObliStudios, indie game, PvP RPG, server manager, SteamCMD, Unity game">
|
||||||
<meta name="author" content="ObliStudios">
|
<meta name="author" content="ObliStudios">
|
||||||
<meta property="og:title" content="Obli.Studios – Indie Games & Tools">
|
<meta property="og:title" content="Obli.Studios – Indie Games & Tools">
|
||||||
<meta property="og:description" content="Explore Shardwalker and Obli.ServerManager – tactical games and server tools from a solo dev studio.">
|
<meta property="og:description" content="Explore Shardwalker and Obli.ServerManager – tactical games and server tools from a solo dev studio.">
|
||||||
<meta property="og:image" content="img\logo.png">
|
<meta property="og:image" content="img\logo.png">
|
||||||
<meta property="og:url" content="https://www.oblistudios.com">
|
<meta property="og:url" content="https://www.oblistudios.com">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<title>Obli.Studios - Home</title>
|
<title>Obli.Studios</title>
|
||||||
<link rel="stylesheet" href="master.css">
|
<link rel="stylesheet" href="master.css">
|
||||||
</head>
|
<style>
|
||||||
<body>
|
.btn-roadmap {
|
||||||
<nav>
|
display: inline-block;
|
||||||
<a href="index.html">Home</a> |
|
background: #00bfff;
|
||||||
<a href="servermanager.html">Server Manager</a> |
|
color: white;
|
||||||
<a href="shardwalker.html">Shardwalker</a> |
|
padding: 10px 20px;
|
||||||
<a href="indie_game_roadmap.html">Indie Game Roadmap</a>
|
margin-left: 12px;
|
||||||
</nav>
|
border-radius: 6px;
|
||||||
<header>
|
font-weight: bold;
|
||||||
<h1>Obli.Studios</h1>
|
text-decoration: none;
|
||||||
<p>Indie studio crafting games and server tools with passion and precision.</p>
|
transition: background 0.3s ease;
|
||||||
</header>
|
}
|
||||||
<main>
|
|
||||||
<section>
|
.btn-roadmap:hover {
|
||||||
<h2>Welcome!</h2>
|
background: #0088cc;
|
||||||
<p>Explore our project Pages above.</p>
|
}
|
||||||
</section>
|
</style>
|
||||||
</main>
|
</head>
|
||||||
<footer>
|
<body>
|
||||||
<p>Need help? Contact <a href="mailto:Support@oblistudios.com">Support@oblistudios.com</a></p>
|
<header>
|
||||||
<p>© 2025 ObliStudios. All rights reserved.</p>
|
<nav class="navbar">
|
||||||
</footer>
|
<a href=" https://www.oblistudios.com/index.html">Home</a> |
|
||||||
|
<a href="https://www.oblistudios.com/servermanager.html">Server Manager</a> |
|
||||||
</body>
|
<a href="https://www.oblistudios.com/shardwalker.html">Shardwalker</a> |
|
||||||
</html>
|
|
||||||
|
<a href="http://roadmap.oblistudios.com" class="btn-roadmap" target="_blank">🛠 View Roadmap</a>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main class="container">
|
||||||
|
<h1>Welcome to Obli.Studios</h1>
|
||||||
|
<p>Home of Shardwalker and the Obli.ServerManager platform.</p>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>© 2025 Obli.Studios. All rights reserved.</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
|
||||||
17
master.css
17
master.css
|
|
@ -25,4 +25,19 @@ button {
|
||||||
}
|
}
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #0099cc;
|
background-color: #0099cc;
|
||||||
}
|
}
|
||||||
|
.btn-roadmap {
|
||||||
|
display: inline-block;
|
||||||
|
background: #00bfff;
|
||||||
|
color: white;
|
||||||
|
padding: 10px 20px;
|
||||||
|
margin-left: 12px;
|
||||||
|
border-radius: 6px;
|
||||||
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
|
transition: background 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-roadmap:hover {
|
||||||
|
background: #0088cc;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,43 +1,54 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Obli.ServerManager</title>
|
<title>Obli.ServerManager</title>
|
||||||
<link rel="stylesheet" href="servermanagerMain.css">
|
<link rel="stylesheet" href="servermanagerMain.css">
|
||||||
</head>
|
<style>
|
||||||
<body>
|
.btn-roadmap {
|
||||||
|
display: inline-block;
|
||||||
<nav class="navbar">
|
background: #00bfff;
|
||||||
<a href="index.html">Home</a> |
|
color: white;
|
||||||
<a href="servermanager.html">Server Manager</a> |
|
padding: 10px 20px;
|
||||||
<a href="shardwalker.html">Shardwalker</a> |
|
margin-left: 12px;
|
||||||
<a href="indie_game_roadmap.html">Indie Game Roadmap</a>
|
border-radius: 6px;
|
||||||
</nav>
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
<div class="container">
|
transition: background 0.3s ease;
|
||||||
<main>
|
}
|
||||||
<h1>Obli.ServerManager</h1>
|
|
||||||
<p>Manage all your SteamCMD game servers effortlessly.</p>
|
.btn-roadmap:hover {
|
||||||
|
background: #0088cc;
|
||||||
<section>
|
}
|
||||||
<h2>Features</h2>
|
</style>
|
||||||
<ul>
|
</head>
|
||||||
<li>Easy server installation and updating</li>
|
<body>
|
||||||
<li>Real-time server monitoring</li>
|
<header>
|
||||||
<li>Remote management options</li>
|
<nav class="navbar">
|
||||||
</ul>
|
<a href=" https://www.oblistudios.com/index.html">Home</a> |
|
||||||
|
<a href="https://www.oblistudios.com/servermanager.html">Server Manager</a> |
|
||||||
<img src="img/servermanager.png" alt="Server Manager" class="promo-image">
|
<a href="https://www.oblistudios.com/shardwalker.html">Shardwalker</a> |
|
||||||
|
|
||||||
<br>
|
<a href="http://roadmap.oblistudios.com" class="btn-roadmap" target="_blank">🛠 View Roadmap</a>
|
||||||
</section>
|
</nav>
|
||||||
</main>
|
</header>
|
||||||
</div>
|
|
||||||
|
<main class="container">
|
||||||
<footer>
|
<h1>Obli.ServerManager</h1>
|
||||||
<p>© 2025 Obli.Studios. All rights reserved.</p>
|
<p>Manage your dedicated game servers with ease.</p>
|
||||||
</footer>
|
<ul>
|
||||||
|
<li>SteamCMD support</li>
|
||||||
</body>
|
<li>Remote mobile control</li>
|
||||||
</html>
|
<li>Crash detection + restart</li>
|
||||||
|
</ul>
|
||||||
|
<img src="img/servermanager.png" alt="Server Manager UI Overview" class="promo-image">
|
||||||
|
<br><br>
|
||||||
|
<button onclick="window.location.href='https://your-demo-download.com'">Download Demo</button>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>© 2025 Obli.Studios. All rights reserved.</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
|
||||||
101
shardwalker.html
101
shardwalker.html
|
|
@ -1,43 +1,58 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Shardwalker: The Mirror's Edge</title>
|
||||||
|
<link rel="stylesheet" href="shardwalkerMain.css">
|
||||||
|
<style>
|
||||||
<title>Shardwalker: The Mirror's Edge</title>
|
.btn-roadmap {
|
||||||
<link rel="stylesheet" href="shardwalkerMain.css">
|
display: inline-block;
|
||||||
</head>
|
background: #00bfff;
|
||||||
<body>
|
color: white;
|
||||||
<nav class="navbar">
|
padding: 10px 20px;
|
||||||
<a href="index.html">Home</a> |
|
margin-left: 12px;
|
||||||
<a href="servermanager.html">Server Manager</a> |
|
border-radius: 6px;
|
||||||
<a href="shardwalker.html">Shardwalker</a> |
|
font-weight: bold;
|
||||||
<a href="indie_game_roadmap.html">Indie Game Roadmap</a>
|
text-decoration: none;
|
||||||
</nav>
|
transition: background 0.3s ease;
|
||||||
|
}
|
||||||
<div class="container">
|
|
||||||
<header>
|
.btn-roadmap:hover {
|
||||||
<h1>Shardwalker: The Mirror's Edge</h1>
|
background: #0088cc;
|
||||||
<p>A tactical action-RPG exploring fractured realities.</p>
|
}
|
||||||
</header>
|
</style>
|
||||||
<main>
|
</head>
|
||||||
<section>
|
<body>
|
||||||
<h2>Game Features</h2>
|
<nav class="navbar">
|
||||||
<ul>
|
<a href=" https://www.oblistudios.com/index.html">Home</a> |
|
||||||
<li>Shard-switching combat mechanics</li>
|
<a href="https://www.oblistudios.com/servermanager.html">Server Manager</a> |
|
||||||
<li>Deep narrative-driven adventure</li>
|
<a href="https://www.oblistudios.com/shardwalker.html">Shardwalker</a> |
|
||||||
</ul>
|
|
||||||
<img src="img/mainmenu.png" alt="Shardwalker Main Menu" class="promo-image">
|
<a href="http://roadmap.oblistudios.com" class="btn-roadmap" target="_blank">🛠 View Roadmap</a>
|
||||||
<br><br>
|
</nav>
|
||||||
<button onclick="window.location.href='https://your-demo-download.com'">Download Demo</button>
|
|
||||||
</section>
|
<div class="container">
|
||||||
</main>
|
<header>
|
||||||
</div>
|
<h1>Shardwalker: The Mirror's Edge</h1>
|
||||||
|
<p>A tactical action-RPG exploring fractured realities.</p>
|
||||||
<footer>
|
</header>
|
||||||
<p>© 2025 Obli.Studios. All rights reserved.</p>
|
<main>
|
||||||
</footer>
|
<section>
|
||||||
</body>
|
<h2>Game Features</h2>
|
||||||
</html>
|
<ul>
|
||||||
|
<li>Shard-switching combat mechanics</li>
|
||||||
|
<li>Deep narrative-driven adventure</li>
|
||||||
|
</ul>
|
||||||
|
<img src="img/mainmenu.png" alt="Shardwalker Main Menu" class="promo-image">
|
||||||
|
<br><br>
|
||||||
|
<button onclick="window.location.href='https://your-demo-download.com'">Download Demo</button>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>© 2025 Obli.Studios. All rights reserved.</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -1,46 +1,44 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Thank You for Your Purchase!</title>
|
<title>Thank You</title>
|
||||||
<link rel="stylesheet" href="servermanagerMain.css">
|
<link rel="stylesheet" href="servermanagerMain.css">
|
||||||
<script>
|
<style>
|
||||||
function getPlanType() {
|
.btn-roadmap {
|
||||||
const params = new URLSearchParams(window.location.search);
|
display: inline-block;
|
||||||
const plan = params.get('plan');
|
background: #00bfff;
|
||||||
|
color: white;
|
||||||
if (plan === "subscribe") {
|
padding: 10px 20px;
|
||||||
document.getElementById("planType").innerText = "Thank you for subscribing to ServerManager!";
|
margin-left: 12px;
|
||||||
document.getElementById("downloadLink").href = "https://github.com/YourUsername/YourRepoName/releases/latest/download/ServerManagerSetup.exe"; // latest version
|
border-radius: 6px;
|
||||||
} else if (plan === "lifetime") {
|
font-weight: bold;
|
||||||
document.getElementById("planType").innerText = "Thank you for purchasing Lifetime Access!";
|
text-decoration: none;
|
||||||
document.getElementById("downloadLink").href = "https://github.com/YourUsername/YourRepoName/releases/download/v1.0.0/ServerManagerSetup.exe"; // locked version
|
transition: background 0.3s ease;
|
||||||
} else {
|
}
|
||||||
document.getElementById("planType").innerText = "Thank you for supporting ServerManager!";
|
|
||||||
document.getElementById("downloadLink").href = "https://github.com/YourUsername/YourRepoName/releases/download/v1.0.0/ServerManagerSetup.exe"; // default safe fallback
|
.btn-roadmap:hover {
|
||||||
}
|
background: #0088cc;
|
||||||
}
|
}
|
||||||
window.onload = getPlanType;
|
</style>
|
||||||
</script>
|
</head>
|
||||||
</head>
|
<body>
|
||||||
<body>
|
<nav class="navbar">
|
||||||
|
<a href=" https://www.oblistudios.com/index.html">Home</a> |
|
||||||
<div class="container">
|
<a href="https://www.oblistudios.com/servermanager.html">Server Manager</a> |
|
||||||
<h1 id="planType">Thank you!</h1>
|
<a href="https://www.oblistudios.com/shardwalker.html">Shardwalker</a> |
|
||||||
|
|
||||||
<p>Your download is ready:</p>
|
<a href="http://roadmap.oblistudios.com" class="btn-roadmap" target="_blank">🛠 View Roadmap</a>
|
||||||
|
</nav>
|
||||||
<a id="downloadLink" href="#">
|
|
||||||
<button class="download-button">Download ServerManager</button>
|
<main class="container">
|
||||||
</a>
|
<h1>Thank You</h1>
|
||||||
|
<p>Your submission has been received. We'll get back to you soon.</p>
|
||||||
<br><br>
|
</main>
|
||||||
|
|
||||||
<p>If you have any issues, please email us at <a href="mailto:Support@oblistudios.com">Support@oblistudios.com</a></p>
|
<footer>
|
||||||
|
<p>© 2025 Obli.Studios. All rights reserved.</p>
|
||||||
|
</footer>
|
||||||
</div>
|
</body>
|
||||||
|
</html>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue