aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
blob: 498bb11cdcfca96221046d0ebdaa8412fb0a5555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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>