m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-12-30 02:25:08 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-12-30 02:25:08 +0100
commitd9f1203b6535c7a4b02747a8507dc5ecf7312de1 (patch)
treecade082cea495b537aecaccd259a460494957856
parent87ac73ad292e28cda4f5d3ead76f23d5934a1234 (diff)
Add links page
-rwxr-xr-xscripts/build.rb6
-rw-r--r--src/button.gifbin0 -> 38817 bytes
-rw-r--r--src/index.html.erb1
-rw-r--r--src/links.html.erb33
4 files changed, 39 insertions, 1 deletions
diff --git a/scripts/build.rb b/scripts/build.rb
index 4ce84d2..ab3a254 100755
--- a/scripts/build.rb
+++ b/scripts/build.rb
@@ -25,15 +25,18 @@ statics = [
'.well-known/acme-challenge/Tw4EQEgfzPP6garbkCV5pQJaJiOLhJYbuTbfPyFElcI',
'.well-known/keybase.txt',
'key.asc',
- 'favicon.ico'
+ 'favicon.ico',
+ 'button.gif'
]
P.add 'key', 'key.asc'
P.add 'style', 'style.css'
+P.add 'button', 'button.gif'
P.add 'index', 'index.html'
P.add 'contact', 'contact.html'
P.add 'blog', 'blog.html'
+P.add 'links', 'links.html'
P.add 'projects', 'projects.html'
P.add 'donate', 'donate.html'
P.add 'rss', 'rss.xml'
@@ -51,6 +54,7 @@ write_statics statics
write_templated_erb 'index.html.erb', title: 'Martin Chrzanowski.'
write_templated_erb 'projects.html.erb', title: 'Projects.'
write_templated_erb 'contact.html.erb', title: 'Contact.'
+write_templated_erb 'links.html.erb', title: 'Links.'
write_blog_archive
write_templated_file 'donate.html', title: 'Donations.'
diff --git a/src/button.gif b/src/button.gif
new file mode 100644
index 0000000..d602ce9
--- /dev/null
+++ b/src/button.gif
Binary files differ
diff --git a/src/index.html.erb b/src/index.html.erb
index ba3235a..17a302c 100644
--- a/src/index.html.erb
+++ b/src/index.html.erb
@@ -20,5 +20,6 @@
<ul class='links'>
<li><a href='<%= path_to 'contact' %>'>Contact</a></li>
<li><a href='https://git.m-chrzan.xyz'>Code</a></li>
+ <li><a href='<%= path_to 'links' %>'>Links</a></li>
<li><a href='<%= path_to 'donate' %>'>Donate</a></li>
</ul>
diff --git a/src/links.html.erb b/src/links.html.erb
new file mode 100644
index 0000000..3aab6c5
--- /dev/null
+++ b/src/links.html.erb
@@ -0,0 +1,33 @@
+<p>
+Here are some websites I follow or enjoy visiting from time to time.
+</p>
+
+<ul style='column-count: 2;'>
+ <li> <a href='https://lukesmith.xyz'>Luke Smith</a> </li>
+ <li> <a href='https://jacobwsmith.xyz'>Jacob Smith</a> </li>
+ <li> <a href='https://tomfasano.net'>Tom Fasano</a> </li>
+ <li>
+ <a href='https://bargainbinphilosophy.xyz/'>Bargain Bin Philosophy</a>
+ </li>
+ <li>
+ <a href='https://www.youtube.com/channel/UCJIIMmCfJxBv5-jGTK3iIMw/videos'>
+ Chad Haag's Channel
+ </a>
+ </li>
+ <li> <a href='https://jaadee.xyz/'>JD</a> </li>
+ <li>
+ <a href='https://www.yaroslavps.com/'>Yaroslav de la Peña Smirnov</a>
+ </li>
+ <li> <a href='https://michaelc.xyz/'>Michael from Texas</a> </li>
+ <li> <a href='https://costas.dev/'>Ariel Costas</a> </li>
+ <li> <a href='https://solar.lowtechmagazine.com/'>Low←Tech Magazine</a> </li>
+ <li> <a href='https://arjunyadav.xyz'>Arjun Yadav</a> </li>
+ <li> <a href='https://tdarb.org/'>Brad Taunt</a> </li>
+ <li> <a href='https://unixsheikh.com/'>Unix Sheikh</a> </li>
+</ul>
+
+<p>
+If you'd like to link to my website and enjoy using 88x31 buttons, here's a
+silly one I made:
+</p>
+<center> <image src='<%= path_to 'button' %>' /> </center>