improve contact page instructions,

move css formatting for btn-group div to stylesheet

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-10-10 15:49:38 -07:00
parent da61239f18
commit 6120174084
3 changed files with 44 additions and 22 deletions

View File

@ -8,25 +8,32 @@
<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>
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Buisness Inqueries</h3>
<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 related inquiries, please email <a href = "mailto:requests@tronnet.net">requests@tronnet.net</a> with one of the following subject tags:
<ul class = "std-text" style = "font-size: 14px; text-align: left;">
<li> [Quote] - To request a quote for cluster services; Please include as much usage and configuration requirements as possible</li>
<li> [Legal] - To request legal information about the cluster or contract details; If requesting contract clarification please include your client ID<br> </li>
</ul>
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>
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Support Inquries</h3>
<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>
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Personal Inquries</h3>
<div class = "center-div" style = "width: 50%;">
<p class = "std-text" style = "font-size: 14px; text-align: left;"> Tronnet does not publish personal information of users, except those published in the <a href = "index.html"> User Directory</a>.</p>
<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" style = "margin: auto; display: flex; flex-direction: row; justify-content: center;">
<div class="btn-group">
<button onclick="window.location.href='index.html';">Return to Homepage</button>
</div>
</body>

View File

@ -8,20 +8,29 @@
<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>
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Cluster Directory</h3>
<div class="btn-group" style = "margin: auto; display: flex; flex-direction: row; justify-content: center;">
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</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/mail';">Mail</button>
<div class="center-div">
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Cluster Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://tronnet.net';">Cluster Homepage</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/mail';">Mail</button>
</div>
</div>
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">User Directory</h3>
<div class="btn-group" style = "margin: auto; display: flex; flex-direction: row; justify-content: center;">
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
<div class="center-div">
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">User Directory</h3>
<div class="btn-group">
<button onclick="window.location.href='https://root.tronnet.net';">root</button>
</div>
</div>
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Information</h3>
<div class="btn-group" style = "margin: auto; display: flex; flex-direction: row; justify-content: center;">
<button onclick="window.location.href='contact.html';">Contact Us</button>
<div class="center-div">
<h3 class = "std-text" style = "font-size: 24px; text-align: center;">Information</h3>
<div class="btn-group">
<button onclick="window.location.href='contact.html';">Contact Us</button>
</div>
</div>
</body>
</html>

View File

@ -3,6 +3,12 @@
color: white;
margin: 20px 0px 20px 0px;
}
.btn-group {
margin: auto;
display: flex;
flex-direction: row;
justify-content: center;
}
.btn-group button {
background-color: #00ff00;
border: 1px solid #00ff00;