fix markup
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
ebe357c59e
commit
aa6a6753b1
50
contact.html
50
contact.html
@ -8,29 +8,33 @@
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>tronnet</h1>
|
||||
<h2>Affordable custom server solutions.</h2>
|
||||
<header>
|
||||
<h1>tronnet</h1>
|
||||
<h2>Affordable custom server solutions.</h2>
|
||||
</header>
|
||||
<main>
|
||||
<div class = "center-div" style="width: min-content;">
|
||||
<h3>Buisness Inqueries</h3>
|
||||
<p>
|
||||
For buisness inquiries, please email <a href = "mailto:requests@tronnet.net">requests@tronnet.net</a>. Please use the tag [Quote] to request a quote for cluster services. If possible, please include usage and configuration requirements.
|
||||
</p>
|
||||
|
||||
<h3>Legal Inqueries</h3>
|
||||
<p>
|
||||
For legal inquiries, please email <a href = "mailto:requests@tronnet.net">requests@tronnet.net</a>. Please use the tag [Legal] to request legal information about the cluster or contract details. If requesting contract clarification please include your client ID
|
||||
</p>
|
||||
|
||||
<h3>Support Inquries</h3>
|
||||
<p> If you are a user of tronnet, please refer to the <a href = "https://docs.tronnet.net/en/quick-support">documentation</a> for information about how to recieve technical support.</p>
|
||||
|
||||
<h3>User Inquries</h3>
|
||||
<p> Tronnet does not publish private information of users, except those published in the <a href = "index.html"> User Directory</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class = "center-div" style="width: min-content;">
|
||||
<h3>Buisness Inqueries</h3>
|
||||
<p>
|
||||
For buisness inquiries, please email <a href = "mailto:requests@tronnet.net">requests@tronnet.net</a>. Please use the tag [Quote] to request a quote for cluster services. If possible, please include usage and configuration requirements.
|
||||
</p>
|
||||
|
||||
<h3>Legal Inqueries</h3>
|
||||
<p>
|
||||
For legal inquiries, please email <a href = "mailto:requests@tronnet.net">requests@tronnet.net</a>. Please use the tag [Legal] to request legal information about the cluster or contract details. If requesting contract clarification please include your client ID
|
||||
</p>
|
||||
|
||||
<h3>Support Inquries</h3>
|
||||
<p> If you are a user of tronnet, please refer to the <a href = "https://docs.tronnet.net/en/quick-support">documentation</a> for information about how to recieve technical support.</p>
|
||||
|
||||
<h3>User Inquries</h3>
|
||||
<p> Tronnet does not publish private information of users, except those published in the <a href = "index.html"> User Directory</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='index.html';">Return to Homepage</button>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='index.html';">Return to Homepage</button>
|
||||
</div>
|
||||
</main>
|
||||
<footer><p>© tronnet</p></footer>
|
||||
</body>
|
||||
</html>
|
54
index.html
54
index.html
@ -8,31 +8,35 @@
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>tronnet</h1>
|
||||
<h2>Affordable custom server solutions.</h2>
|
||||
|
||||
<div class="center-div">
|
||||
<h3>Cluster Directory</h3>
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</button>
|
||||
<button onclick="window.location.href='https://opns.tronnet.net';">DMZ Opnsense</button>
|
||||
<button onclick="window.location.href='https://pve.tronnet.net';">DMZ Proxmox</button>
|
||||
<button onclick="window.location.href='https://status.tronnet.net';">Cluster Status</button>
|
||||
<button onclick="window.location.href='https://wiki.tronnet.net';">Cluster Documentation</button>
|
||||
<button onclick="window.location.href='https://mail.tronnet.net';">Tronnet Mail</button>
|
||||
<button onclick="window.location.href='https://ldap.tronnet.net';">Cluster LDAP</button>
|
||||
<button onclick="window.location.href='https://nextcloud.tronnet.net';">Cluster Nextcloud</button>
|
||||
<header>
|
||||
<h1>tronnet</h1>
|
||||
<h2>Affordable custom server solutions.</h2>
|
||||
</header>
|
||||
<main>
|
||||
<div class="center-div">
|
||||
<h3>Cluster Directory</h3>
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</button>
|
||||
<button onclick="window.location.href='https://opns.tronnet.net';">DMZ Opnsense</button>
|
||||
<button onclick="window.location.href='https://pve.tronnet.net';">DMZ Proxmox</button>
|
||||
<button onclick="window.location.href='https://status.tronnet.net';">Cluster Status</button>
|
||||
<button onclick="window.location.href='https://wiki.tronnet.net';">Cluster Documentation</button>
|
||||
<button onclick="window.location.href='https://mail.tronnet.net';">Tronnet Mail</button>
|
||||
<button onclick="window.location.href='https://ldap.tronnet.net';">Cluster LDAP</button>
|
||||
<button onclick="window.location.href='https://nextcloud.tronnet.net';">Cluster Nextcloud</button>
|
||||
</div>
|
||||
|
||||
<h3>User Directory</h3>
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
|
||||
</div>
|
||||
|
||||
<h3>Information</h3>
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='contact.html';">Contact Us</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3>User Directory</h3>
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
|
||||
</div>
|
||||
|
||||
<h3>Information</h3>
|
||||
<div class="btn-group">
|
||||
<button onclick="window.location.href='contact.html';">Contact Us</button>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer><p>© tronnet</p></footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user