remove std-text class
This commit is contained in:
parent
b36334a90f
commit
d291613640
20
contact.html
20
contact.html
@ -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">
|
||||||
|
10
index.html
10
index.html
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user