changed formating

This commit is contained in:
2026-09-17 15:37:42 +02:00
parent cbda5e8d58
commit aa66a02999
+35 -37
View File
@@ -1,49 +1,47 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Bootstrap Example</title> <title>Bootstrap Example</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <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/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css"> <link rel="stylesheet" href="assets/css/style.css">
<script src="assets/js/jquery-4.0.0.min.js"></script> <script src="assets/js/jquery-4.0.0.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/bootstrap.min.js"></script>
</head> </head>
<body> <body>
<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">Home / About me</a></li>
<li><a href="#">Nothing to show</a></li>
<li><a href="#">Nothing to show</a></li>
<li><a href="#">Nothing to show</a></li>
</ul><br>
</div>
<div class="container-fluid"> <div class="col-sm-9">
<div class="row content"> <h4><small>About Me</small></h4>
<div class="col-sm-3 sidenav"> <hr>
<h4>TemplateName</h4> <h2>Passion about programming</h2>
<ul class="nav nav-pills nav-stacked"> <p>
<li><a href="index.html">Home / About me</a></li> 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>
<li><a href="#">Nothing to show</a></li> 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>
<li><a href="#">Nothing to show</a></li> <br>
<li><a href="#">Nothing to show</a></li> 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>
</ul><br> That script already possessed a certain level of "intelligence", allowing it to recognize the last number and thus generate sequential numbering.<br>
</div> <br>
</p>
<div class="col-sm-9"> <br><br>
<h4><small>About Me</small></h4> </div>
<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> </div>
</div>
<footer class="container-fluid">
<p style="text-align: center;"> &copy; 2026 - Christian Braumann <a href="impress.html">Impress</a> <a href="privacy.html">Privacy policy</a> <a href="contact.html">Contact</a></p>
</footer>
<footer class="container-fluid">
<p style="text-align: center;"> &copy; 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> </body>
</html> </html>