update UI
This commit is contained in:
parent
f6f04e15b3
commit
a51a7d8ed0
|
|
@ -31,14 +31,8 @@ include 'header.php'; ?>
|
||||||
<li>The largest ship-breaking yard in the world, “Alang Ship Breaking Yard,” located in Bhavnagar district, Gujarat, started operations in 1983. It handles over 50% of global ship recycling by tonnage and is a major source of recycled steel for India’s economy.</li>
|
<li>The largest ship-breaking yard in the world, “Alang Ship Breaking Yard,” located in Bhavnagar district, Gujarat, started operations in 1983. It handles over 50% of global ship recycling by tonnage and is a major source of recycled steel for India’s economy.</li>
|
||||||
<p>
|
<p>
|
||||||
<li>After the Kurukshetra war, the Pandavas sought absolution for the killing that occurred in battle. Following the guidance of Lord Krishna, who gave them a black flag and a black cow, they were instructed to follow the cow until both turned white. Krishna told them that when this happened, they would be forgiven. The Pandavas followed the cow for many years to various places, but the flag and cow remained black. Finally, when they reached Koliyak Beach, both miraculously turned white.</li>
|
<li>After the Kurukshetra war, the Pandavas sought absolution for the killing that occurred in battle. Following the guidance of Lord Krishna, who gave them a black flag and a black cow, they were instructed to follow the cow until both turned white. Krishna told them that when this happened, they would be forgiven. The Pandavas followed the cow for many years to various places, but the flag and cow remained black. Finally, when they reached Koliyak Beach, both miraculously turned white.</li>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<?php include 'footer.php'; ?>
|
<?php include 'footer.php'; ?>
|
||||||
|
|
@ -58,7 +58,4 @@ include 'header.php'; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<?php include 'footer.php'; ?>
|
<?php include 'footer.php'; ?>
|
||||||
|
|
|
||||||
|
|
@ -118,10 +118,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
||||||
<button type="submit">Limit Access</button>
|
<button type="submit">Limit Access</button>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -560,21 +560,15 @@ EwIDAQAB
|
||||||
<form method="post" class="form-center" enctype="multipart/form-data"
|
<form method="post" class="form-center" enctype="multipart/form-data"
|
||||||
onsubmit="return confirm('Are you sure you want to restore using this file ? All settings will be restored as per backup file .')">
|
onsubmit="return confirm('Are you sure you want to restore using this file ? All settings will be restored as per backup file .')">
|
||||||
|
|
||||||
<label>Select restore file (.bin only):</label><br><br>
|
<label>Select restore file (.bin only):</label>
|
||||||
|
|
||||||
<input type="file"
|
<input type="file"
|
||||||
name="shree_bhattji_encoder"
|
name="shree_bhattji_encoder"
|
||||||
accept=".bin"
|
accept=".bin"
|
||||||
required><br><br>
|
required>
|
||||||
|
|
||||||
<button type="submit" name="action" value="restore" class="red-btn">Restore</button>
|
<button type="submit" name="action" value="restore" class="red-btn">Restore</button>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
</div>
|
</div>
|
||||||
<br><br>
|
|
||||||
|
|
||||||
<?php include 'footer.php'; ?>
|
<?php include 'footer.php'; ?>
|
||||||
|
|
@ -190,14 +190,6 @@ include 'static.php';
|
||||||
color: #f1f5f9;
|
color: #f1f5f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid>.card:last-child {
|
|
||||||
grid-column: 1 / -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid>.card:last-child .chart-wrap {
|
|
||||||
height: 260px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* DROPDOWN ROW */
|
/* DROPDOWN ROW */
|
||||||
|
|
||||||
.dropdown-container {
|
.dropdown-container {
|
||||||
|
|
@ -376,6 +368,15 @@ include 'static.php';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card:has(#gpuChart) {
|
||||||
|
grid-column: 1 / -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* slightly taller only for GPU chart */
|
||||||
|
.card:has(#gpuChart) .chart-wrap {
|
||||||
|
height: 260px;
|
||||||
|
}
|
||||||
|
|
||||||
/* MOBILE */
|
/* MOBILE */
|
||||||
|
|
||||||
@media(max-width:700px) {
|
@media(max-width:700px) {
|
||||||
|
|
@ -396,9 +397,10 @@ include 'static.php';
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid>.card:last-child {
|
.card:has(#gpuChart) {
|
||||||
grid-column: auto;
|
grid-column: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CONTACT PAGE */
|
/* CONTACT PAGE */
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,6 @@ include 'header.php'; ?>
|
||||||
Out: <span id="lastOut">—</span>KB/s
|
Out: <span id="lastOut">—</span>KB/s
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br><br><br><br>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -345,15 +345,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<button type="submit" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save</button>
|
<button type="submit" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
</form>
|
</form>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (!empty($saveError)) echo '<p style="color:red;text-align:center;">' . htmlspecialchars($saveError) . '</p>';
|
if (!empty($saveError)) echo '<p style="color:red;text-align:center;">' . htmlspecialchars($saveError) . '</p>';
|
||||||
if (!empty($saveSuccess)) echo '<p style="color:green;text-align:center;">' . htmlspecialchars($saveSuccess) . '</p>';
|
if (!empty($saveSuccess)) echo '<p style="color:green;text-align:center;">' . htmlspecialchars($saveSuccess) . '</p>';
|
||||||
|
|
|
||||||
|
|
@ -310,9 +310,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<div style="text-align:center; width:100%; margin-top:12px;">
|
<div style="text-align:center; width:100%; margin-top:12px;">
|
||||||
<button type="submit" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save</button>
|
<button type="submit" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save</button>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -151,12 +151,6 @@ include 'header.php'; ?>
|
||||||
|
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<section class="benefits">
|
<section class="benefits">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3 style="margin-top:0">Why choose hosted streaming over just buying a static IP from your ISP ?</h3>
|
<h3 style="margin-top:0">Why choose hosted streaming over just buying a static IP from your ISP ?</h3>
|
||||||
|
|
@ -292,8 +286,6 @@ include 'header.php'; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<footer>
|
<footer>
|
||||||
<div class="muted">Need an exportable copy of this pricing page or custom branding? Contact sales for a tailored quote and SLA.</div>
|
<div class="muted">Need an exportable copy of this pricing page or custom branding? Contact sales for a tailored quote and SLA.</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -680,9 +680,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<h3>Output Links</h3>
|
<h3>Output Links</h3>
|
||||||
<?php echo $text; ?>
|
<?php echo $text; ?>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue