mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
97 lines
3.2 KiB
HTML
97 lines
3.2 KiB
HTML
<head>
|
|
<link rel="stylesheet" href="css/intro.css" />
|
|
</head>
|
|
<body>
|
|
<section id="intro" class="container intro">
|
|
<h1 class="title">termscp</h1>
|
|
<img class="logo" alt="logo" src="assets/images/termscp.webp" />
|
|
<h2 class="caption" translate="intro.caption">
|
|
A feature rich terminal UI file transfer and explorer with support for
|
|
SCP/SFTP/FTP/S3
|
|
</h2>
|
|
<button class="pure-button get-started">
|
|
<a href="#get-started" translate="intro.getStarted">Get started →</a>
|
|
</button>
|
|
<div class="alert alert-center alert-success">
|
|
<p>
|
|
<span translate="intro.versionAlert"
|
|
>termscp 0.12.0 is NOW out! Download it from</span
|
|
>
|
|
<a href="#get-started" translate="intro.here">here!</a>
|
|
</p>
|
|
</div>
|
|
<div class="features">
|
|
<div class="feature">
|
|
<h3 translate="intro.features.handy.title">Handy UI</h3>
|
|
<p translate="intro.features.handy.body">
|
|
Explore and operate on the remote and on the local machine file system
|
|
with a handy UI.
|
|
</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3 translate="intro.features.crossPlatform.title">Cross platform</h3>
|
|
<p translate="intro.features.crossPlatform.body">
|
|
Runs on Windows, MacOS, Linux and BSD
|
|
</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3 translate="intro.features.customizable.title">Customizable</h3>
|
|
<p translate="intro.features.customizable.body">
|
|
Customize the file explorer, the text editor to use and default
|
|
options
|
|
</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3 translate="intro.features.bookmarks.title">Bookmarks</h3>
|
|
<p translate="intro.features.bookmarks.body">
|
|
Connect to your favourite hosts through built-in bookmarks and recent
|
|
connections support
|
|
</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3 translate="intro.features.security.title">Security first</h3>
|
|
<p translate="intro.features.security.body">
|
|
Save your password into your operating system key vault
|
|
</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3 translate="intro.features.performance.title">Eye on performance</h3>
|
|
<p translate="intro.features.performance.body">
|
|
termscp has been developed keeping an eye on performance to prevent
|
|
cpu usage
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="preview">
|
|
<video autoplay muted loop>
|
|
<source
|
|
src="assets/videos/explorer.mp4"
|
|
type="video/mp4"
|
|
resolve-video-fallback="assets/images/explorer.gif"
|
|
/>
|
|
</video>
|
|
</div>
|
|
<div class="discover">
|
|
<div class="hook">
|
|
<h3>
|
|
<a href="#get-started" translate="intro.footer.getStarted"
|
|
>Get started</a
|
|
>
|
|
</h3>
|
|
</div>
|
|
<div class="hook">
|
|
<h3>
|
|
<a href="#user-manual" translate="intro.footer.manual">User manual</a>
|
|
</h3>
|
|
</div>
|
|
<div class="hook">
|
|
<h3>
|
|
<a href="#updates" translate="intro.footer.updates"
|
|
>Install updates</a
|
|
>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</body>
|