From 9ef2761e15b969afbf2e65c77ffa98288aba1875 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 17 Feb 2020 14:33:31 -0500 Subject: [PATCH] update some links --- counter/logs/index.txt | 2 +- fonts/index.php | 30 ++++++++++++++++++++++++++++++ index.php | 10 ++++++---- links.php | 18 +++++++++++++++++- 4 files changed, 54 insertions(+), 6 deletions(-) create mode 100644 fonts/index.php diff --git a/counter/logs/index.txt b/counter/logs/index.txt index 8e9088e..fb8a210 100644 --- a/counter/logs/index.txt +++ b/counter/logs/index.txt @@ -1 +1 @@ -411 \ No newline at end of file +428 \ No newline at end of file diff --git a/fonts/index.php b/fonts/index.php new file mode 100644 index 0000000..d1ceab6 --- /dev/null +++ b/fonts/index.php @@ -0,0 +1,30 @@ + + + + some fonts + + + + +
+

fonts

+ +

< back

+ +

feel free to use this webfont mirror

+ +

+ you can use

@import
in your css or just include a
<link>
to + the css to get the fonts defined properly +

+ + + +

/font.css

+ +
+ + + diff --git a/index.php b/index.php index 2642988..230c44d 100755 --- a/index.php +++ b/index.php @@ -54,8 +54,10 @@ -

here are some traffic stats and web log stats

-

some cgi scripts

+

+ here are some traffic stats and + nginx stats +


@@ -71,8 +73,8 @@
- - + +
diff --git a/links.php b/links.php index 910151e..d251573 100644 --- a/links.php +++ b/links.php @@ -32,7 +32,7 @@ $links = [ "icon" => "stack-overflow" ], "my git guide" => [ - "href" => "https://benharri.github.io/learngit/", + "href" => "learngit/", "icon" => "git" ], "keybase" => [ @@ -51,11 +51,27 @@ $links = [ "href" => "soli/", "icon" => "gamepad" ], + "webfont mirror" => [ + "href" => "fonts/", + "icon" => "font" + ], + "cgi script collection" => [ + "href" => "cgi-bin/", + "icon" => "database" + ], + "repo mirrors" => [ + "href" => "https://mirror.bhh.sh/", + "icon" => "download" + ], "mastodon" => [ "href" => "https://tilde.zone/~ben", "icon" => "mastodon-alt", "extra_attrs" => 'rel="me"' ], + "pleroma" => [ + "href" => "https://pleroma.tilde.zone/ben", + "icon" => "pleroma", + ], ]; ?>