aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.html56
-rw-r--r--docs/screenshots.jpgbin0 -> 653580 bytes
2 files changed, 56 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..498bb11
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>iGopherBrowser</title>
+ <meta charset="UTF-8" />
+ <link rel="stylesheet" href="https://unpkg.com/@sakun/system.css" />
+</head>
+<body>
+<style>
+</style>
+ <div class="window">
+ <div class="title-bar">
+ <button aria-label="Close" class="close"></button>
+ <h1 class="title">iGopherBrowser</h1>
+ <button aria-label="Resize" disabled class="hidden"></button>
+ </div>
+ <div class="separator"></div>
+ <div class="window-pane">
+ <p>A modern gopher client for <span role="img" class="apple" aria-label="Apple"></span> devices</p>
+
+ <a href="https://apps.apple.com/in/app/igopherbrowser/id647463884"><img src="https://upload.wikimedia.org/wikipedia/commons/3/3c/Download_on_the_App_Store_Badge.svg" alt="Download on the App Store" height="40"></a>
+
+ <p>Gopher might be a protocol from the past, but it is still alive and well. iGopherBrowser is a modern gopher client for iOS and macOS, which lets you browse the gopherspace with ease.</p>
+
+ <p>Built on top of the <a href="https://github.com/navanchauhan/swift-gopher">swift-gopher</a> library, iGopherBrowser is a new way to browse the gopherspace.</p>
+
+ <ul>
+ <li>Supports original RFC 1436</li>
+ <li>Support for major gopher types, along with preview support through QuickLook</li>
+ <li>Hierarchical view of gopher menus (macOS only)</li>
+ <li>Full accessibility support</li>
+ <li>Clean, modern UI</li>
+ <li>Supports all gopher search implementations</li>
+ </ul>
+
+ <div class="modal-dialog outer-border">
+ <div class="inner-border center">
+ <div class="modal-contents">
+ <center>
+ <h1 class="modal-text">Screenshot</h1>
+ <img src="screenshots.jpg" alt="Screenshots" width="50%">
+ </center>
+ <section class="field-row" style="justify-content: flex-end">
+ <a href="https://github.com/navanchauhan/iGopherBrowser" class="btn" style="width:95px;">GitHub</a>
+ </section>
+ </div>
+ </div>
+ </div>
+
+
+ </div>
+
+
+</div>
+</body>
+</html>
diff --git a/docs/screenshots.jpg b/docs/screenshots.jpg
new file mode 100644
index 0000000..7a88006
--- /dev/null
+++ b/docs/screenshots.jpg
Binary files differ