Initial commit: Backup der Webseiten
- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
7
zoesch.de/php/views/navigation.php
Normal file
7
zoesch.de/php/views/navigation.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return "
|
||||
<nav>
|
||||
<a href='index.php?page=skills'>My skills and background</a>
|
||||
<a href='index.php?page=projects'>Some projects</a>
|
||||
</nav>
|
||||
";
|
||||
5
zoesch.de/php/views/projects.php
Normal file
5
zoesch.de/php/views/projects.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return "<h1>Projects I have worked on</h1>
|
||||
<ul>
|
||||
<li>Ahem, this will soon be updated</li>
|
||||
</ul>";
|
||||
4
zoesch.de/php/views/skills.php
Normal file
4
zoesch.de/php/views/skills.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return "<h1>Skills and educational background</h1>
|
||||
<p>Read all about my skills and my formal training</p>
|
||||
";
|
||||
Reference in New Issue
Block a user