Arthur Lu
6120174084
move css formatting for btn-group div to stylesheet Signed-off-by: Arthur Lu <learthurgo@gmail.com>
40 lines
2.3 KiB
HTML
40 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>tronnet homepage</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
<body style="background-color:black;">
|
|
<h1 class = "std-text" style = "font-size: 72px; text-align: center;">tronnet</h1>
|
|
<h2 class = "std-text" style = "font-size: 32px; text-align: center;">Affordable custom server solutions.</h2>
|
|
|
|
<div class = "center-div" style = "width: 50%;">
|
|
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Buisness Inqueries</h3>
|
|
<p class = "std-text" style = "font-size: 14px; text-align: left;">
|
|
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>
|
|
|
|
<div class = "center-div" style = "width: 50%;">
|
|
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Legal Inqueries</h3>
|
|
<p class = "std-text" style = "font-size: 14px; text-align: left;">
|
|
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>
|
|
</div>
|
|
|
|
<div class = "center-div" style = "width: 50%;">
|
|
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Support Inquries</h3>
|
|
<p class = "std-text" style = "font-size: 14px; text-align: left;"> 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>
|
|
</div>
|
|
|
|
<div class = "center-div" style = "width: 50%;">
|
|
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">User Inquries</h3>
|
|
<p class = "std-text" style = "font-size: 14px; text-align: left;"> 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>
|
|
</body>
|
|
</html> |