Automated deployment: Thu Oct 7 11:49:31 UTC 2021 4ad4e0894d

gh-pages
sayanarijit 3 years ago
parent 285296e935
commit 889d964ac5

@ -1,109 +1,68 @@
<!DOCTYPE html>
<html itemscope itemtype="https://schema.org/Product">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no"
/>
<html lang="en">
<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">
<link rel="icon" href="../../assets/icon/xplr64.png">
<link rel="stylesheet" href="style.css">
<title>xplr</title>
<!-- ------------- SEO TAGS --------------------->
<meta name="title" content="xplr" />
<meta
name="description"
content="A hackable, minimal, fast TUI file explorer"
/>
<meta name="description" content="A hackable, minimal, fast TUI file explorer" /> </head>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://xplr.dev/" />
<meta name="twitter:title" content="xplr" />
<meta
name="twitter:description"
content="A hackable, minimal, fast TUI file explorer"
/>
<meta
name="twitter:image"
content="https://s3.gifyu.com/images/imaged284d8b830767ac4.png"
/>
<meta name="twitter:site" content="https://xplr.dev" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://xplr.dev/" />
<meta name="twitter:title" content="xplr" />
<meta name="twitter:description" content="A hackable, minimal, fast TUI file explorer" />
<meta name="twitter:image" content="https://s3.gifyu.com/images/imaged284d8b830767ac4.png" />
<meta name="twitter:site" content="https://xplr.dev" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://xplr.dev/" />
<meta property="og:title" content="xplr" />
<meta
property="og:description"
content="A hackable, minimal, fast TUI file explorer"
/>
<meta
property="og:image"
content="https://s3.gifyu.com/images/imaged284d8b830767ac4.png"
/>
<meta
property="og:image:alt"
content="A hackable, minimal, fast TUI file explorer"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://xplr.dev/" />
<meta property="og:title" content="xplr" />
<meta property="og:description" content="A hackable, minimal, fast TUI file explorer" />
<meta property="og:image" content="https://s3.gifyu.com/images/imaged284d8b830767ac4.png" />
<meta property="og:image:alt" content="A hackable, minimal, fast TUI file explorer" />
<meta itemprop="name" content="xplr" />
<meta
itemprop="description"
content="A hackable, minimal, fast TUI file explorer"
/>
<meta itemprop="name" content="xplr" />
<meta itemprop="description" content="A hackable, minimal, fast TUI file explorer" />
<link
rel="icon"
type="image/png"
href="https://s3.gifyu.com/images/icon2194563908b29554.png"
/>
<meta name="theme-color" content="#ffffff" />
<link rel="icon" type="image/png" href="https://s3.gifyu.com/images/icon2194563908b29554.png" />
<meta name="theme-color" content="#ffffff" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
<body>
body,
iframe {
max-width: 840px;
margin: auto;
font-family: 'Share Tech Mono', monospace;
font-size: x-large;
line-height: 1.5;
height: auto;
}
body {
padding: 5px;
}
iframe,
img {
max-width: 100%;
}
#content {
text-align: center;
}
</style>
</head>
<body>
<div id="content">
<h1>xplr</h1>
<p>A hackable, minimal, fast TUI file explorer</p>
<a href="https://github.com/sayanarijit/xplr"
><img
src="https://s3.gifyu.com/images/xplr-0.5.0.gif"
alt="xplr demo"
border="0"
/></a>
<p class="links">
<a href="en">Documentation</a>
|
<a href="https://github.com/sayanarijit/xplr">Project Repository</a>
|
<a href="https://github.com/sayanarijit/xplr/releases">Releases</a>
|
<a href="https://discord.gg/JmasSPCcz3">Discord</a>
</p>
<div class="main-page">
<div class="para">
<h1>xplr</h1>
<p> <span style="font-size: 4rem;">A</span> hackable, minimal, fast TUI file explorer</p>
<br> </div>
<div class="main-video"> <img src="https://s3.gifyu.com/images/xplr-0.5.0.gif" alt="" width="100%"> </div>
</div>
<div class="links">
<a href="https://xplr.dev/en/" target="_blank">
<div class="linkCad mrgL"> <img src="../../assets/homepage_icons/document_logo.png" alt="" width="35%">
<p>Documentation</p>
</div>
</a>
<a href="https://github.com/sayanarijit/xplr" target="_blank">
<div class="linkCad mrgR"> <img src="../../assets/homepage_icons/pr_logo.png" alt="" width="40%">
<p>Project Repository</p>
</div>
</a>
<a href="https://github.com/sayanarijit/xplr/releases" target="_blank">
<div class="linkCad mrgL"> <img src="../../assets/homepage_icons/release_logo.png" alt="" width="35%">
<p>Releases</p>
</div>
</a>
<a href="https://discord.com/invite/JmasSPCcz3" target="_blank">
<div class="linkCad mrgR"> <img src="../../assets/homepage_icons/disc_logo.png" alt="" width="40%">
<p>Discord</p>
</div>
</a>
</div>
</body>
</body>
</html>
Loading…
Cancel
Save