added impress, privacy pol and contact form (without a logic)
This commit is contained in:
+27
-26
@@ -11,35 +11,36 @@
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
</head>
|
||||
<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>
|
||||
<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 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>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user