-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add about page; delete old website; misc improvements
- Loading branch information
Showing
19 changed files
with
54 additions
and
2,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
.title = "About", | ||
.author = "Jan Philipp Hafer", | ||
.date = @date("2025-01-03:00:00:00"), | ||
.layout = "about.shtml", | ||
.tags = ["about", "overview", "blog"], | ||
.draft = false, | ||
--- | ||
|
||
### Content | ||
- The purpose of the website is improving the state of the art | ||
with current focus on debugging (not making bugs or removing them). | ||
- Articles are of technical nature with focus of overview and user perspective | ||
and are aimed towards readers with technical background. Articles may be work in process (wip). | ||
- Posts are usually experience reports too short and not in-depth enough for articles. | ||
|
||
### Author | ||
- My name is Jan Philipp Hafer and my hobby is system analysis with current | ||
focus on debugging. | ||
- So far I have done various hardware and software things on embedded and desktop | ||
including the full development pipeline. | ||
- One side effect is that I have the habit of asking authors of | ||
projects debugging and design questions, if such information is missing, | ||
and collect best practices and semantics including trade-offs for various systems. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title :text="$site.title"></title> | ||
<link rel="stylesheet" type="text/css" href="$site.asset('normalize.css').link()"> | ||
<link rel="stylesheet" type="text/css" href="$site.asset('style.css').link()"> | ||
</head> | ||
<body> | ||
<div class="home_page"> | ||
<div class='static_grid'> | ||
<div class='static_double_column1'> | ||
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> About.</h1> | ||
</div> | ||
<div class='static_double_column2'> | ||
<h2 :text="$page.title"></h2> | ||
</div> | ||
<div class='static_double_column3'> | ||
<div :html="$page.content()"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.