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

View File

@@ -14,9 +14,17 @@
<!-- BODY --> <!-- BODY -->
<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 -->
<footer class="footer"> <footer class="footer">
<hr />
<p> <p>
Copyright 2024: Copyright 2024:
<a href="mailto:pec@softbox.de">Softbox GmbH</a><br /> <a href="mailto:pec@softbox.de">Softbox GmbH</a><br />

View File

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

View File

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

View File

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