remove std-text class

This commit is contained in:
Arthur Lu 2022-12-10 19:19:39 -08:00
parent b36334a90f
commit d291613640
3 changed files with 16 additions and 16 deletions

View File

@ -7,31 +7,31 @@
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1 class = "std-text">tronnet</h1>
<h2 class = "std-text">Affordable custom server solutions.</h2>
<h1>tronnet</h1>
<h2>Affordable custom server solutions.</h2>
<div class = "center-div">
<h3 class = "std-text">Buisness Inqueries</h3>
<p class = "std-text">
<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>
<div class = "center-div">
<h3 class = "std-text">Legal Inqueries</h3>
<p class = "std-text">
<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>
</div>
<div class = "center-div">
<h3 class = "std-text">Support Inquries</h3>
<p class = "std-text"> 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>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>
</div>
<div class = "center-div">
<h3 class = "std-text">User Inquries</h3>
<p class = "std-text"> Tronnet does not publish private information of users, except those published in the <a href = "index.html"> User Directory</a>.</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">

View File

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

View File

@ -2,7 +2,7 @@ body {
background-color:black;
}
.std-text {
h1, h2, h3, p {
font-family: monospace;
color: white;
margin: 20px 0px 20px 0px;