remove std-text class

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

View File

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

View File

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

View File

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