49 lines
2.7 KiB
HTML
49 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Bootstrap Example</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
|
|
<script src="assets/js/jquery-4.0.0.min.js"></script>
|
|
<script src="assets/js/bootstrap.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div class="container-fluid">
|
|
<div class="row content">
|
|
<div class="col-sm-3 sidenav">
|
|
<h4>TemplateName</h4>
|
|
<ul class="nav nav-pills nav-stacked">
|
|
<li><a href="index.html"><img src="assets/images/home.svg" role="img" alt="Home" class="svgimages"> Home / About me</a></li>
|
|
<li><a href="#"><img src="assets/images/plus.svg" role="img" alt="Home" class="svgimages">Nothing to show</a></li>
|
|
<li><a href="#"><img src="assets/images/plus.svg" role="img" alt="Home" class="svgimages">Nothing to show</a></li>
|
|
<li><a href="#"><img src="assets/images/plus.svg" role="img" alt="Home" class="svgimages">Nothing to show</a></li>
|
|
</ul><br>
|
|
</div>
|
|
|
|
<div class="col-sm-9">
|
|
<h4><small>About Me</small></h4>
|
|
<hr>
|
|
<h2>Passion about programming</h2>
|
|
<p>
|
|
I first came into contact with technology at the age of 6, and that's when my interest in it began to develop very quickly.<br>
|
|
Starting with repeatedly taking things apart and putting them back together, which helped me develop a certain knack for it, it didn't take long before I was writing my first boot scripts.<br>
|
|
<br>
|
|
As I got older, I started delving directly into the topic of backups. Not knowing what it was called back then, I used the "Autostart.bat" file, which ran automatically in Windows 95 at the time, to copy my data to other folders early on.<br>
|
|
That script already possessed a certain level of "intelligence", allowing it to recognize the last number and thus generate sequential numbering.<br>
|
|
<br>
|
|
</p>
|
|
<br><br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<footer class="container-fluid">
|
|
<p style="text-align: center;"> © 2026 - Christian Braumann <a href="impress.html">Impress</a> <a href="privacy.html">Privacy policy</a> <a href="contact.html">Contact</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|