diff --git a/harp.json b/harp.json index f94d53d..bd7e6a0 100644 --- a/harp.json +++ b/harp.json @@ -1,7 +1,7 @@ { "globals": { "site": "samhuri.net", - "author": "Sami Samhuri", + "author": "Sami J. Samhuri", "email": "sami@samhuri.net", "url": "https://samhuri.net" } diff --git a/public/_layout.ejs b/public/_layout.ejs index 4216c70..9df8205 100644 --- a/public/_layout.ejs +++ b/public/_layout.ejs @@ -35,7 +35,13 @@ <%= site %> <% } -%> - + + + + + + + <% for (var i in allStyles) { -%> diff --git a/public/about.md b/public/about.md index 51d7803..dd386da 100644 --- a/public/about.md +++ b/public/about.md @@ -1,4 +1,4 @@ -I'm Sami Samhuri, a software developer and general technology geek. Sometimes +I'm Sami J. Samhuri, a software developer and general technology geek. Sometimes I write my thoughts and post my projects here. I moved to [Victoria, BC][vic] in 2003 to study computer science at the [University of Victoria][uvic], and then dropped out a couple of years later. diff --git a/public/images/android-chrome-192x192.png b/public/images/android-chrome-192x192.png new file mode 100644 index 0000000..b4b17bb Binary files /dev/null and b/public/images/android-chrome-192x192.png differ diff --git a/public/images/android-chrome-256x256.png b/public/images/android-chrome-256x256.png new file mode 100644 index 0000000..2523f8d Binary files /dev/null and b/public/images/android-chrome-256x256.png differ diff --git a/public/images/apple-touch-icon-precomposed.png b/public/images/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..b78467b Binary files /dev/null and b/public/images/apple-touch-icon-precomposed.png differ diff --git a/public/images/apple-touch-icon.png b/public/images/apple-touch-icon.png new file mode 100644 index 0000000..5cba0ce Binary files /dev/null and b/public/images/apple-touch-icon.png differ diff --git a/public/images/browserconfig.xml b/public/images/browserconfig.xml new file mode 100644 index 0000000..4f48c0b --- /dev/null +++ b/public/images/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #aa0000 + + + diff --git a/public/images/favicon-32x32.png b/public/images/favicon-32x32.png new file mode 100644 index 0000000..0ad20db Binary files /dev/null and b/public/images/favicon-32x32.png differ diff --git a/public/images/favicon.gif b/public/images/favicon.gif deleted file mode 100644 index 8f1aacf..0000000 Binary files a/public/images/favicon.gif and /dev/null differ diff --git a/public/images/favicon.ico b/public/images/favicon.ico new file mode 100644 index 0000000..15eb1fe Binary files /dev/null and b/public/images/favicon.ico differ diff --git a/public/images/manifest.json b/public/images/manifest.json new file mode 100644 index 0000000..9570cdb --- /dev/null +++ b/public/images/manifest.json @@ -0,0 +1,16 @@ +{ + "name": "", + "icons": [ + { + "src": "\/images\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png" + }, + { + "src": "\/images\/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image\/png" + } + ], + "theme_color": "#ffffff" +} diff --git a/public/images/mstile-150x150.png b/public/images/mstile-150x150.png new file mode 100644 index 0000000..5073e2a Binary files /dev/null and b/public/images/mstile-150x150.png differ diff --git a/public/images/safari-pinned-tab.svg b/public/images/safari-pinned-tab.svg new file mode 100644 index 0000000..7306784 --- /dev/null +++ b/public/images/safari-pinned-tab.svg @@ -0,0 +1,30 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/public/images/sjs.png b/public/images/sjs.png new file mode 100644 index 0000000..e943b8e Binary files /dev/null and b/public/images/sjs.png differ diff --git a/public/images/sjs.svg b/public/images/sjs.svg new file mode 100644 index 0000000..832707d --- /dev/null +++ b/public/images/sjs.svg @@ -0,0 +1,7 @@ + + + + Logo + + + \ No newline at end of file