
| Current Path : /var/www/html/stolberg/web/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/stolberg/web/index.html |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stolberg Group</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
margin: 0;
background: #ffffff;
color: #111;
line-height: 1.6;
}
.container {
max-width: 760px;
margin: 100px auto;
padding: 0 20px;
}
h1 {
font-size: 22px;
font-weight: 500;
margin-bottom: 6px;
}
h2 {
font-size: 16px;
font-weight: 400;
color: #666;
margin-top: 0;
}
.name {
margin-top: 40px;
font-size: 15px;
color: #333;
}
.section {
margin-top: 50px;
}
.projects a {
display: block;
margin: 4px 0;
color: #222;
text-decoration: none;
}
.projects a:hover {
text-decoration: underline;
}
.image {
margin-top: 60px;
opacity: 0.9;
}
img {
width: 100%;
border-radius: 4px;
}
.footer {
margin-top: 60px;
font-size: 13px;
color: #777;
}
</style>
</head>
<body>
<div class="container">
<h1>Stolberg Group</h1>
<h2>Selected activities and associated projects</h2>
<div class="name">
Christian Gabriel
</div>
<div class="section projects">
<a href="https://dinarosun.at" target="_blank">dinarosun.at</a>
<a href="https://alb-solar.de" target="_blank">alb-solar.de</a>
<a href="https://konvalo.de" target="_blank">konvalo.de</a>
<a href="https://strat-ag.com" target="_blank">strat-ag.com</a>
<a href="https://12park.de" target="_blank">12park.de</a>
</div>
<div class="image">
<img src="kapelle.jpg" alt="Stolberg">
</div>
<div class="footer">
Contact: <a href="mailto:mail@stolberg-group.com">mail@stolberg-group.com</a>
</div>
</div>
</body>
</html>