Gemini site
This commit is contained in:
parent
7e54008275
commit
8ad1624349
2 changed files with 56 additions and 1 deletions
|
@ -22,9 +22,10 @@
|
|||
<a href="/index/about/" class="btn">About Me</a>
|
||||
<a href="/blog/" class="btn">Blog</a>
|
||||
<a href="/index/games/" class="btn">Games</a>
|
||||
<a href="/index/matrix/" class="btn">Matrix</a>
|
||||
<a href="/index/gemini/" class="btn">Gemini</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<a href="/index/matrix/" class="btn">Matrix</a>
|
||||
<a href="/index/socials/" class="btn">Socials</a>
|
||||
<a href="/index/apps/" class="btn">Applications</a>
|
||||
<a href="/index/projects/" class="btn">Projects</a>
|
||||
|
|
54
index/gemini/index.html
Normal file
54
index/gemini/index.html
Normal file
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Gemini</title>
|
||||
<link rel="stylesheet" href="/style/style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Gemini Capsule</h1>
|
||||
<h2 class="project-tagline">Minimalist webpage using the Gemini protocol.</h2>
|
||||
|
||||
<a href="/" class="btn">Home</a>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
<h3> <a href="https://gemini.circumlunar.space/docs/faq.gmi">What is Gemini?</a>
|
||||
</h3>
|
||||
<code>
|
||||
<a href="https://gemini.circumlunar.space/">Gemini</a> is a http/https alternative protocol. Other protocols like
|
||||
Gemini are <a href="https://wikiless.org/wiki/Gopher_(protocol)?lang=en">Gopher</a> and <a
|
||||
href="https://wikiless.org/wiki/Finger_%28protocol%29?lang=en">Finger</a>, all of which render webpages. The
|
||||
http/https sites are extremely bloated with JavaScript, user tracking, and generally slower than what it can and
|
||||
should be. Gemini and other alternative protocols want to being back a lightweight text-based internet back!
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
I have launched a Gemini site which you can access using this link: <a
|
||||
href="gemini://arrayinamatrix.xyz/">gemini://arrayinamatrix.xyz/</a>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
This link will take you nowhere if you don't have a browser/client that is compatible with the Gemini protocol. I
|
||||
recommend <a href="https://github.com/MasterQ32/kristall/">Kristal</a> which can access not only Gemini sites but
|
||||
also other webpages using HTTP, HTTPS, Gopher and Finger. Like always, there are <a
|
||||
href="https://gemini.circumlunar.space/clients.html">other clients</a> you can use. You can view an alternative
|
||||
protocol site using a proxy like this <a href="https://gemproxy.koyu.space/">one</a>.
|
||||
|
||||
My Gemini site is currently barren but hopefully that will change soon.
|
||||
</code>
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue