translated short about me text into english

This commit is contained in:
2026-09-17 15:34:46 +02:00
parent 03e6d1b6ee
commit cbda5e8d58
+25 -18
View File
@@ -13,29 +13,36 @@
<body> <body>
<div class="container-fluid"> <div class="container-fluid">
<div class="row content"> <div class="row content">
<div class="col-sm-3 sidenav"> <div class="col-sm-3 sidenav">
<h4>TemplateName</h4> <h4>TemplateName</h4>
<ul class="nav nav-pills nav-stacked"> <ul class="nav nav-pills nav-stacked">
<li><a href="index.html">Home / About me</a></li> <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> <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> </ul><br>
</div> </div>
<div class="col-sm-9"> <div class="col-sm-9">
<h4><small>About Me</small></h4> <h4><small>About Me</small></h4>
<hr> <hr>
<h2>Passion about programming</h2> <h2>Passion about programming</h2>
<p>This section will later explain how and with which way i delevelop my passion for Software-Development. Stay tuned ans visit it later again.</p> <p>
<br><br> 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> </div>
<footer class="container-fluid"> <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> <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>
</body> </body>