Inital Commit
This commit is contained in:
87
html/index_funzt.html
Normal file
87
html/index_funzt.html
Normal file
@@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Willkommen im Egonetix Portal</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 36px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.links {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.link {
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
height: 250px;
|
||||
margin: 20px;
|
||||
position: relative;
|
||||
}
|
||||
.link img {
|
||||
width: 100%;
|
||||
height: 80%;
|
||||
object-fit: cover;
|
||||
}
|
||||
.link a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
font-size: 18px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.link p {
|
||||
margin-top: 5px;
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Willkommen im Egonetix Portal</h1>
|
||||
<div class="links">
|
||||
<div class="link">
|
||||
<a href="https://helferlein.egonetix.de">
|
||||
<img src="/bilder/wiki.jpg" alt="Wiki" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="link">
|
||||
<a href="https://blog.egonetix.de/">
|
||||
<img src="/bilder/blog.jpg" alt="Blog" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="link">
|
||||
<a href="https://stream.egonetix.de">
|
||||
<img src="/bilder/stream.png" alt="Stream" />
|
||||
<p>Stream</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="link">
|
||||
<a href="https://nextcloud.egonetix.de">
|
||||
<img src="/bilder/nextcloud.png" alt="Nextcloud" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="link">
|
||||
<a href="https://owa.egonetix.de/webapp">
|
||||
<img src="/bilder/email.jpg" alt="Webmail" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="link">
|
||||
<a href="https://rezepte.egonetix.de">
|
||||
<img src="/bilder/rezepte.jpg" alt="Rezepte" />
|
||||
<p>Rezepte</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user