From 003e7a8c07cd40301e3026361c5b04375b8850c0 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Thu, 4 Jan 2024 01:18:24 +0530
Subject: make landing page

---
 docs/index.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
 create mode 100644 docs/index.html

(limited to 'docs/index.html')

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>
-- 
cgit v1.2.3