You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.7 KiB
66 lines
2.7 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>161HZ.DE</title>
|
|
|
|
<link rel="icon" href="logo.ico" type="image/png" />
|
|
|
|
|
|
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/reset.css">
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
<link rel="stylesheet" href="css/themes/yellow-black.css">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<div class="intro">161HZ.DE</div>
|
|
<div class="tagline">Sounddesign | Vermietung | Konferenzen | EventIT </div>
|
|
<!-- Find your icons from here - https://fontawesome.com/icons?d=gallery&s=brands -->
|
|
<div class="icons-social">
|
|
<a target="_blank" href="https://www.facebook.com/161hz"><i class="fab fa-facebook"></i></a>
|
|
<a target="_blank" href="https://github.com/matthes-me"><i class="fab fa-github"></i></a>
|
|
<a target="_blank" href="mailto:maik@matthes.me"><i class="fas fa-at"></i></a>
|
|
<a target="_blank" href="https://t.me/kontakt_161hz"><i class="fab fa-telegram"></i></a>
|
|
<a target="" href="kontakt.html"><i class="fas fa-address-card"></i></a>
|
|
</div>
|
|
<!-- About Start -->
|
|
<div class="container">
|
|
<div class="content-inner">
|
|
<div class="content-inner">
|
|
<h1>About Me</h1>
|
|
</div>
|
|
<div class="row align-items-center">
|
|
<div class="col-md-6 col-lg-4">
|
|
<img src="img/logo.png" alt="Image">
|
|
</div>
|
|
<div class="col-lg-6 text-left">
|
|
<p class="text-left">Mein Schwerpunkt liegt bei Kulturveranstaltungen, u.a. Übertragung von
|
|
Livemusik sowie Konferenzen in Chemnitz und Umgebung.</p>
|
|
<p>Als gelernter Elektroniker für Geräte und Systeme – Fachrichtung Informations
|
|
und Kommunikationselektronik, habe ich eine weitreichende Expertise in
|
|
Belangen von Netzwerksystemen und Infrastruktur vor Ort.</p>
|
|
</p>
|
|
<a class="btn" href="#">KONTAKT</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- About End -->
|
|
|
|
<div class="icons-social"><br/><a href="dsgvo.html" style="text-decoration: none">Datenschutz</a> | <a href="impressum.html" style="text-decoration: none">Impressum</a></div>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|
|
|