home/index.html
2024-04-06 21:27:04 +02:00

125 lines
No EOL
4.6 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>hackmi.ch</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<div id="page-wrapper">
<section id="banner">
<div class="inner">
<div class="logo"><img src="images/default2.png" width="80px" height="80px" /></span></div>
<br>
<h2>hackmi.ch</h2>
<p>hackmi.ch is an completly free coding / gaming community with focus on FOSS.</p>
</div>
</section>
<section id="wrapper">
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<a href="#" class="image"><img src="images/pic03.jpg" /></a>
<div class="content">
<h2 class="major">Public Services</h2>
<p>We selfhost a lot of Services free of charge. We currently rent a Colocation in Germany with
a total of 152 CPU-Cores and 1TB DDR4 RAM.</p>
<a href="https://services.hackmi.ch" class="special">Goto Services</a>
</div>
</div>
</section>
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a href="#" class="image"><img src="images/pic02.jpg" /></a>
<div class="content">
<h2 class="major">Gaming & Talk</h2>
<p>For communication we use an Discord server, yes we know discord is closed source but everyone
is using it.</p>
<a href="#" class="special">Goto Discord</a>
</div>
</div>
</section>
<section id="three" class="wrapper spotlight style3">
<div class="inner">
<a href="#" class="image"><img src="images/pic01.jpg" /></a>
<div class="content">
<h2 class="major">Coding</h2>
<p>We selfhost an own Gitea Instance most stuff is there and on github, we recommend setup an
sync.</p>
<a href="https://git.hackmi.ch" class="special">Goto Git</a>
</div>
</div>
</section>
<!-- Four -->
<!-- <section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">Vitae phasellus</h2>
<p>Cras mattis ante fermentum, malesuada neque vitae, eleifend erat. Phasellus non pulvinar erat. Fusce tincidunt, nisl eget mattis egestas, purus ipsum consequat orci, sit amet lobortis lorem lacus in tellus. Sed ac elementum arcu. Quisque placerat auctor laoreet.</p>
<section class="features">
<article>
<a href="#" class="image"><img src="images/pic04.jpg" alt="" /></a>
<h3 class="major">Sed feugiat lorem</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
<a href="#" class="special">Learn more</a>
</article>
<article>
<a href="#" class="image"><img src="images/pic05.jpg" alt="" /></a>
<h3 class="major">Nisl placerat</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
<a href="#" class="special">Learn more</a>
</article>
<article>
<a href="#" class="image"><img src="images/pic06.jpg" alt="" /></a>
<h3 class="major">Ante fermentum</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
<a href="#" class="special">Learn more</a>
</article>
<article>
<a href="#" class="image"><img src="images/pic07.jpg" alt="" /></a>
<h3 class="major">Fusce consequat</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
<a href="#" class="special">Learn more</a>
</article>
</section>
<ul class="actions">
<li><a href="#" class="button">Browse All</a></li>
</ul>
</div>
</section> -->
</section>
<section id="footer">
<div class="inner">
<ul class="copyright">
<li>&copy; hackmi.ch </li>
<li><a href="https://git.hackmi.ch/Phil/about/src/branch/main/imprint.md">Imprint / Impressum</a>
</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li> Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
</section>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>