commit 809c358390ee7e9749629ea749420609366e27da
parent 269f97319c8dff1f16accee8fc290e81bec9ab52
Author: mjkloeckner <martin.cachari@gmail.com>
Date: Sun, 25 Sep 2022 17:42:06 -0300
Updating files to match light_theme branch
Diffstat:
11 files changed, 24 insertions(+), 57 deletions(-)
diff --git a/about.html b/about.html
@@ -28,8 +28,7 @@
<li>github: <a href="https://github.com/mjkloeckner">github.com/mjkloeckner</a></li>
<li>linkedin: <a href="https://www.linkedin.com/in/mjkloeckner/">linkedin.com/in/mjkloeckner</a> </li>
</ul>
-
- <!--#include virtual="/common/end_of_article.shtml" -->
+ <hr class="article_bottom_bar" style="margin-top: 1em;">
</article>
<!--#include virtual="/common/footer.shtml" -->
</body>
diff --git a/blog.html b/blog.html
@@ -10,18 +10,17 @@
<body>
<!--#include virtual="/common/header.shtml" -->
-
<article>
<link rel='stylesheet' type='text/css' href="/css/article_style.css">
<h1 id="index-title">Blog</h1>
-
- <ul id=blog_entries>
- <!--#include virtual="/blog_index.shtml" -->
- </ul>
-
- <!--#include virtual="/common/end_of_article.shtml" -->
+ <ul id=blog_entries>
+ <!--#include virtual="/blog_index.shtml" -->
+ </ul>
+ <hr class="article_bottom_bar" style="margin-top: 1em;">
+ <div style="margin-top: 1em; text-align: center; text-decoration: none;">
+ <a href="/rss.xml" id="rss"><img style="width: 1.5em; padding: 0;" src="/common/rss_logo.png" alt="rss logo"></a>
+ </div>
</article>
-
<!--#include virtual="/common/footer.shtml" -->
</body>
</html>
diff --git a/blog/dwm-config/dwm-config.html b/blog/dwm-config/dwm-config.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <head id=top>
+ <head>
<meta name="article-date" content="23-Oct-2021">
<meta name="article-title" content="dwm - A tiling window manager configuration">
diff --git a/blog/nerdearla-2022/nerdearla-2022.html b/blog/nerdearla-2022/nerdearla-2022.html
@@ -1,20 +1,20 @@
<!DOCTYPE html>
<html lang="en" >
- <head id=top>
+ <head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="article-date" content="23-Sep-2022">
<meta name="article-title" content="I'm going to Nerdearla 2022">
-
+
<title>I'm going to Nerdearla 2022 | Martin's Webpage</title>
<link rel='stylesheet' type='text/css' href="/css/style.css">
<link rel="icon" href="/favicon.ico">
<style type="text/css">code{white-space: pre;}</style>
</head>
- <body id=top>
+ <body>
<!--#include virtual="/common/header.shtml" -->
<article>
diff --git a/blog/sav/sav.md b/blog/sav/sav.md
@@ -1,26 +0,0 @@
-% SAV - Sorting Algorithms Visualized
-% Martin J. Kloeckner
-% 18/09/22
-
-# SAV - Sorting Algorithms Visualized {#article-title}
-
-This is a desktop app that shows how an array is being sorted using different algorithms.
-
-::: {#article-screenshot}
-![](sav.gif "Gif showing SAV working")
-:::
-
-I made it using pure C and SDL2 for graphics, you can take a look at it's source code on [Github](https://github.com/mjkloeckner/sav).
-
-The main purpose of this app was to put in practice the knowledge I gained in C as well with algorithms, and it was like a challenge since I'd never used SDL2 graphics before. In the end was a very enjoyable project since SDL2 per se is a very simple and easy to use library.
-
-
-Currently it supports the following algorithms:
-
-* bubble sort improved
-* insertion sort
-* merge sort wrapper
-* quick sort wrapper
-* shell sort
-* selection sort
-* heap sort
diff --git a/common/end_of_article.shtml b/common/end_of_article.shtml
@@ -2,8 +2,8 @@
<!-- <hr class="article_bottom_bar"> -->
<hr class="article_bottom_bar">
<div style="margin-top: 1em; text-align: center; text-decoration: none;">
- <a href="#top" id="go_top">Back to top</a>
-</div>
-<div style="margin-top: 1em; text-align: center; text-decoration: none;">
- <a href="/rss.xml" id="rss"><img style="width: 1.5em; padding: 0;" src="/common/logos/rss_logo.png" alt="rss logo"></a>
+ <a href="#" id="go_top">Back to top</a>
</div>
+<!-- <div style="margin-top: 1em; text-align: center; text-decoration: none;"> -->
+ <!-- <a href="/rss.xml" id="rss"><img style="width: 1.5em; padding: 0;" src="/common/rss_logo.png" alt="rss logo"></a> -->
+<!-- </div> -->
diff --git a/common/header.shtml b/common/header.shtml
@@ -9,10 +9,6 @@
<li class="header_button" style="padding-right: 10px"><a href="/about" style="text-decoration: none;">about</a></li>
<li class="header_button"><a href="/resume.pdf" style="text-decoration: none;" target="_blank">cv<i style="font-size: 14px; color: gray; margin-left: 2px;" class="fa fa-download"></i></a></li>
</ul>
-
- <!-- <a href="/index.html" style="text-decoration: none;">home</a> -->
- <!-- <a href="/common/library.html" style="text-decoration: none;">library</a> -->
- <!-- <a href="/common/downloads.html" style="text-decoration: none;">downloads</a> -->
</div>
</header>
<hr class="header_bottom_bar">
diff --git a/common/rss_logo.png b/common/rss_logo.png
Binary files differ.
diff --git a/css/style.css b/css/style.css
@@ -58,7 +58,7 @@ header {
margin-bottom: .25em;
text-align: center;
- text-shadow: 5px 5px 5px black;
+ /* text-shadow: 5px 5px 5px black; */
padding-top: 1em;
padding-bottom: .25em;
@@ -223,9 +223,9 @@ footer {
#index-title {
text-align: center;
color: #DAA520;
- text-shadow: 5px 5px 5px black;
- padding-top: .5em;
- padding-bottom: .5em;
+ /* text-shadow: 5px 5px 5px black; */
+ padding-top: .75em;
+ padding-bottom: 1em;
}
h1 {
@@ -324,8 +324,6 @@ hr {
display:block;
- background-color: antiquewhite;
-
width: 90%;
height: .1em;
margin-left: auto;
diff --git a/index.html b/index.html
@@ -9,7 +9,7 @@
<meta charset="utf-8"/>
</head>
- <body id=top>
+ <body>
<!--#include virtual="/common/header.shtml" -->
<article>
@@ -23,7 +23,7 @@
<div style="display: flex; align-items: center;">
<h3 style="text-align: left; font-size: 1.25em;"><u>Latest uploads</u></h3>
<div style="margin-top: 5px; margin-left: .5em">
- <a href="/rss.xml" id="rss"><img style="width: 1.5em;" src="/common/logos/rss_logo.png" alt="rss logo"></a>
+ <a href="/rss.xml" id="rss"><img style="width: 1.5em;" src="/common/rss_logo.png" alt="rss logo"></a>
</div>
</div>
@@ -32,6 +32,7 @@
</ul>
<p>See more <a href="/blog">blog entries</a></p>
+ <hr class="article_bottom_bar" style="margin-top: 1em;width: 60%;height: 0px;border-top: 1px dashed peru; max-width: 20em;">
</article>
<!--#include virtual="/common/footer.shtml" -->
diff --git a/rss.xml b/rss.xml
@@ -5,7 +5,7 @@
<description>Latest uploads on Martin Klöckner's Webpage</description>
<generator>Shell script</generator>
<language>en-us</language>
-<lastBuildDate>Fri Sep 23 11:33:00 PM -03 2022</lastBuildDate>
+<lastBuildDate>Sun Sep 25 05:26:00 PM -03 2022</lastBuildDate>
<item>
<title>I'm going to Nerdearla 2022</title>
<link>https://kloeckner.com.ar/blog/nerdearla-2022/nerdearla-2022.html</link>