fix markup

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-04-03 16:10:49 -07:00
parent ebe357c59e
commit aa6a6753b1
2 changed files with 56 additions and 48 deletions

View File

@ -8,29 +8,33 @@
<link rel="stylesheet" href="css/style.css" type="text/css"> <link rel="stylesheet" href="css/style.css" type="text/css">
</head> </head>
<body> <body>
<h1>tronnet</h1> <header>
<h2>Affordable custom server solutions.</h2> <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>
<div class = "center-div" style="width: min-content;"> <h3>Legal Inqueries</h3>
<h3>Buisness Inqueries</h3> <p>
<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
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>
</p>
<h3>Legal Inqueries</h3> <h3>Support Inquries</h3>
<p> <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>
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> <h3>User 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> <p> Tronnet does not publish private information of users, except those published in the <a href = "index.html"> User Directory</a>.</p>
</div>
<h3>User Inquries</h3> <div class="btn-group">
<p> Tronnet does not publish private information of users, except those published in the <a href = "index.html"> User Directory</a>.</p> <button onclick="window.location.href='index.html';">Return to Homepage</button>
</div> </div>
</main>
<div class="btn-group"> <footer><p>&copy; tronnet</p></footer>
<button onclick="window.location.href='index.html';">Return to Homepage</button>
</div>
</body> </body>
</html> </html>

View File

@ -8,31 +8,35 @@
<link rel="stylesheet" href="css/style.css" type="text/css"> <link rel="stylesheet" href="css/style.css" type="text/css">
</head> </head>
<body> <body>
<h1>tronnet</h1> <header>
<h2>Affordable custom server solutions.</h2> <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>
<div class="center-div"> <h3>User Directory</h3>
<h3>Cluster Directory</h3> <div class="btn-group">
<div class="btn-group"> <button onclick="window.location.href='https://root.tronnet.net';">root</button>
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</button> </div>
<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> <h3>Information</h3>
<div class="btn-group"> <div class="btn-group">
<button onclick="window.location.href='https://root.tronnet.net';">root</button> <button onclick="window.location.href='contact.html';">Contact Us</button>
</div>
</div> </div>
</main>
<h3>Information</h3> <footer><p>&copy; tronnet</p></footer>
<div class="btn-group">
<button onclick="window.location.href='contact.html';">Contact Us</button>
</div>
</div>
</body> </body>
</html> </html>