Skip to content

Commit

Permalink
Deploying to gh-pages from @ 54e4cdd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
matu3ba committed Jan 3, 2025
1 parent 41bd63f commit 1c9b7af
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 10 deletions.
24 changes: 24 additions & 0 deletions articles/about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Jans Website</title>
<link rel="stylesheet" type="text/css" href="/normalize.css">
<link rel="stylesheet" type="text/css" href="/style.css">
</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>About</h2>
</div>
<div class='static_double_column3'>
<div><h3>Content</h3><ul><li>The purpose of the website is improving the state of the art with current focus on debugging (not making bugs or removing them).</li><li>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).</li><li>Posts are usually experience reports too short and not in-depth enough for articles.</li></ul><h3>Author</h3><ul><li>My name is Jan Philipp Hafer and my hobby is system analysis with current focus on debugging.</li><li>So far I have done various hardware and software things on embedded and desktop including the full development pipeline.</li><li>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.</li></ul></div>
</div>
</div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion articles/ci_library/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1><span class="reset_a"><a href="/">Jans Website</a></span></h1>
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>Towards an extensible continuous integration library.</h2>
Expand Down
2 changes: 1 addition & 1 deletion articles/optimal_debugging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1><span class="reset_a"><a href="/">Jans Website</a></span></h1>
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>Towards optimal an optimal debugging library framework</h2>
Expand Down
2 changes: 1 addition & 1 deletion articles/process_behavior/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1><span class="reset_a"><a href="/">Jans Website</a></span></h1>
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>Process semantics and abstraction problems on Linux, Windows, MacOS, Posix.</h2>
Expand Down
2 changes: 1 addition & 1 deletion articles/shennanigans_in_c/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1><span class="reset_a"><a href="/">Jans Website</a></span></h1>
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>C shennanigans: Pointers, sequence points and bit fields.</h2>
Expand Down
2 changes: 1 addition & 1 deletion articles/shennanigans_in_cpp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1><span class="reset_a"><a href="/">Jans Website</a></span></h1>
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>Some C++ footgun avoidance.</h2>
Expand Down
2 changes: 1 addition & 1 deletion articles/shennanigans_in_python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1><span class="reset_a"><a href="/">Jans Website</a></span></h1>
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>Python shennanigans.</h2>
Expand Down
2 changes: 1 addition & 1 deletion articles/shennanigans_in_zig/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1><span class="reset_a"><a href="/">Jans Website</a></span></h1>
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>Zig shennanigans.</h2>
Expand Down
2 changes: 1 addition & 1 deletion articles/using_zine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1><span class="reset_a"><a href="/">Jans Website</a></span></h1>
<h1><span class="reset_a"><a href="/">Jans Website.</a></span> <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>Using zine</h2>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="home_page">
<div class='static_grid'>
<div class='static_double_column1'>
<h1>Jans Website</h1>
<h1>Jans Website. <span class="reset_a"><a href="/articles/about/">About.</a></span></h1>
</div>
<div class='static_double_column2'>
<h2>Overview</h2>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ code.zig {
grid-column-start: 1; grid-column-end: 3; /* exclusive end */
grid-row-start: 3; grid-row-end: 4;
}
/* .static_column { } unneeded */
.static_column { border-radius: 5px; outline: 1px solid; padding: 5px; }
/* .static_row { } unneeded */

.flex_grid { column-gap: 20px; justify-content: center; margin: 15px; }
Expand Down

0 comments on commit 1c9b7af

Please sign in to comment.