add layerone of homepage

This commit is contained in:
2024-10-08 15:06:37 +02:00
parent 76391e6617
commit d0b59f8fc9
5 changed files with 35 additions and 12 deletions

View File

@@ -18,8 +18,9 @@
<p>
Dies ist eine Landing Page fuer das einfache auffinden aller
notwendingen Links und Antworten fuer interne und externe Service
Techinker im Haus. bei Themen, die nicht durch diese Homepage
beantwortet werden wenden Sie sich bitte an Philipp Rein von Softbox.
Techinker im Haus. Bei Themen, die nicht durch diese Homepage
beantwortet werden wenden Sie sich bitte an
<a href="mailto:pr@softbox.de"> Philipp Rein</a> von Softbox.
</p>
</div>
<hr />
@@ -50,9 +51,9 @@
</ul>
</div>
</div>
<hr />
<!-- FOOTER -->
<footer class="footer">
<hr />
<p>
Copyright 2024:
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br />

View File

@@ -14,9 +14,17 @@
<!-- BODY -->
<body>
Hello, external!
<h1>Externe Service Techniker</h1>
<hr />
<h2>Macmon NAC</h2>
<h2>VPN Zugang</h2>
<p>Unter dem folgenden Link kann der Sophos Client runtergeladen werden.</p>
<p>Ihr Profil koennen sich wie folgt einbinden...</p>
<h2>inerims MXi</h2>
<h2>FAQ fuer externe Techs.</h2>
<!-- FOOTER -->
<footer class="footer">
<hr />
<p>
Copyright 2024:
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br />

View File

@@ -15,6 +15,7 @@
<!-- BODY -->
<body>
<h1>Allgemeines FAQ</h1>
<hr />
<p>Gen FAQ, ..., umsonst.
<ul>
<li>Ansprechpartner Softbox</li>
@@ -27,6 +28,7 @@
</p>
<!-- FOOTER -->
<footer class="footer">
<hr />
<p>
Copyright 2024:
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br />

View File

@@ -15,15 +15,17 @@
<!-- BODY -->
<body>
<h1>Interne Service Techniker</h1>
<p> Hier sind Links zu den folgenden Sachen:
<ul>
<li>FAQ fuer interne Techs.</li>
<li>HTML5-Portal??</li>
<li>interims MXi</li>
</ul>
</p>
<hr />
<p>dummy text.</p>
<h2>HTML5 Portal</h2>
<p>dummy text.</p>
<h2>interims MXi</h2>
<p>dummy text.</p>
<h2>FAQ fuer interne Techs.</h2>
<p>dummy text.</p>
<!-- FOOTER -->
<footer class="footer">
<hr />
<p>
Copyright 2024:
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br />

View File

@@ -6,7 +6,7 @@ body {
color: #c0c0c0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
max-width: 400px;
max-width: 800px;
margin: auto;
}
@@ -43,6 +43,16 @@ a {
text-align: center;
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Format lines*/
hr {
border: 2px solid #c0c0c0;
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Grid with base information */