modify a few things before making the page available in the internal network.

This commit is contained in:
2025-01-29 23:20:03 +01:00
parent c18e00e140
commit d77c153af7
5 changed files with 113 additions and 21 deletions

80
assets/css/style-sun.css Normal file
View File

@@ -0,0 +1,80 @@
/* ------------------------------------------------------------ */
/* ------------------ General --------------------------------- */
/* ------------------------------------------------------------ */
body {
background: #ffffff;
color: #0a0a0a;
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
max-width: 800px;
margin: auto;
}
body h1 {
text-align: center;
}
/*
main {
max-width: 800px;
margin: auto;
}
*/
.dark-mode {
color: white;
background: black;
}
.light-mode {
color: black;
background: white;
}
a {
/*color: #10602a;
color: #072140;*/
color: #3070b3;
text-decoration: none;
}
/* ------------------------------------------------------------ */
/* Header formatting */
.header {
text-align: center;
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Format lines*/
hr {
border: 2px solid #c0c0c0;
margin: 20px 0 20px 0;
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Grid with base information */
.contentBox {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
/*grid-auto-columns: minmax(10px, auto);*/
}
/* ------------------------------------------------------------ */
/* Footer formatting */
footer {
text-align: center;
clear: both;
/*color: white;
padding: 50px;
font-size: 10px;*/
}
/* ------------------------------------------------------------ */

View File

@@ -9,12 +9,12 @@
content="TU Landing Page for service technicians."
/>
<title>Landing Page</title>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/style-sun.css" />
</head>
<body>
<div class="header">
<h1>TUM - Self Service</h1>
<h1><a href="http://ga.glt.lan"> TUM - Self Service</a></h1>
<p>
Dies ist eine interne Homepage für das einfache Auffinden aller
notwendigen links und Antworten rund um das Thema "Service-Techniker".
@@ -76,8 +76,11 @@
<footer class="footer">
<hr />
<p>
Copyright 2024:
<a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
Copyright
<script>
document.write(new Date().getFullYear());
</script>
: <a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
</p>
</footer>
</body>

View File

@@ -9,12 +9,12 @@
content="tu landing page for service technicians."
/>
<title>landing page</title>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/style-sun.css" />
</head>
<!-- BODY -->
<body>
<h1>Externe Service Techniker</h1>
<h1><a href="http://ga.glt.lan">Externe Service Techniker</a></h1>
<hr />
<h2>Macmon NAC</h2>
<h2>VPN Zugang</h2>
@@ -26,8 +26,11 @@
<footer class="footer">
<hr />
<p>
Copyright 2024:
<a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
Copyright
<script>
document.write(new Date().getFullYear());
</script>
: <a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
</p>
</footer>
</body>

View File

@@ -9,14 +9,14 @@
content="tu landing page for service technicians."
/>
<title>landing page</title>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/style-sun.css" />
</head>
<!-- BODY -->
<body>
<h1>Allgemeines FAQ</h1>
<h1><a href="http://ga.glt.lan">Allgemeines FAQ</a></h1>
<hr />
<p>Gen FAQ, ..., umsonst.
<p>Gen FAQ, ...
<ul>
<li>Ansprechpartner Softbox</li>
<li>Technische Sprechzeiten</li>
@@ -30,8 +30,11 @@
<footer class="footer">
<hr />
<p>
Copyright 2024:
<a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
Copyright
<script>
document.write(new Date().getFullYear());
</script>
: <a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
</p>
</footer>
</body>

View File

@@ -9,26 +9,29 @@
content="tu landing page for service technicians."
/>
<title>landing page</title>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/style-sun.css" />
</head>
<!-- BODY -->
<body>
<h1>Interne Service Techniker</h1>
<h1><a href="http://ga.glt.lan">Interne Service Techniker</a></h1>
<hr />
<p>dummy text.</p>
<p>lora ipsum.</p>
<h2>HTML5 Portal</h2>
<p>dummy text.</p>
<p>lora ipsum.</p>
<h2>interims MXi</h2>
<p>dummy text.</p>
<p>lora ipsum.</p>
<h2>FAQ fuer interne Techs.</h2>
<p>dummy text.</p>
<p>lora ipsum.</p>
<!-- FOOTER -->
<footer class="footer">
<hr />
<p>
Copyright 2024:
<a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
Copyright
<script>
document.write(new Date().getFullYear());
</script>
: <a href="mailto:tum@softbox.de">Softbox GmbH</a><br />
</p>
</footer>
</body>