From 2f273590fa573809473a8afa7f8884702a9ea074 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 17 May 2018 12:36:31 +1200 Subject: [PATCH] Added icons --- README.md | 2 +- icon.black.svg | 13 +++++++++++++ icon.white.svg | 13 +++++++++++++ portal.js | 3 +-- 4 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 icon.black.svg create mode 100644 icon.white.svg diff --git a/README.md b/README.md index 5db3d7a..52473a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Webring -This [webring](http://wiki.xxiivv.com/webring) is an attempt to inspire artists and developers friends to create and maintain their own website and share traffic among each other. +This [webring](http://wiki.xxiivv.com/webring) is an attempt to inspire artists and developers to create and maintain their own website and share traffic among each other. The webring's aim is to share personal websites such as diaries, wikis, bookmark lists, portfolios. To add yourself to the ring, submit a pull request to this repository. diff --git a/icon.black.svg b/icon.black.svg new file mode 100644 index 0000000..485ff07 --- /dev/null +++ b/icon.black.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon.white.svg b/icon.white.svg new file mode 100644 index 0000000..485ff07 --- /dev/null +++ b/icon.white.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/portal.js b/portal.js index 7b560f9..7c45c67 100644 --- a/portal.js +++ b/portal.js @@ -29,7 +29,6 @@ function Portal(sites) this.reload = function() { - console.log("!!") setTimeout(()=>{ window.location.reload() },500) } @@ -69,7 +68,7 @@ function Portal(sites) html = `Redirecting to ${target} -Directory | Skip | Random | Information` +Directory | Skip | Random | Information` return html } } \ No newline at end of file