1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-30 13:04:27 +03:00
tabby/docs/index.pug

70 lines
2.6 KiB
Plaintext
Raw Normal View History

2017-06-22 01:00:33 +03:00
doctype html
html
head
2018-08-11 22:35:56 +03:00
base(href='dist/')
2018-08-11 22:29:29 +03:00
meta(name='viewport', content='initial-scale=1, minimal-ui, shrink-to-fit=no')
2017-06-22 01:00:33 +03:00
link(href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400", rel="stylesheet")
2018-08-11 22:29:29 +03:00
script(src='bundle.js')
2017-06-26 23:01:08 +03:00
title Terminus
2017-06-22 01:00:33 +03:00
body
2018-08-17 14:47:54 +03:00
.mt-5.mb-5#header
2017-06-22 01:00:33 +03:00
.text-center
h1 Terminus
2018-08-17 14:47:54 +03:00
.subtitle.mb-3 A terminal for a more modern age
2017-06-26 22:54:36 +03:00
2018-08-11 22:29:29 +03:00
a.btn.btn-lg.btn-outline-dark.mt-4(href='https://github.com/Eugeny/terminus/releases/latest', target='_blank')
strong DOWNLOAD
2017-06-28 00:12:23 +03:00
2018-08-11 22:29:29 +03:00
a.btn.btn-lg.btn-outline-secondary.mt-4.ml-3(href='https://github.com/Eugeny/terminus', target='_blank')
strong GITHUB
.background-stripe
.overlay.overlay1
.overlay.overlay2
.terminal
2017-06-26 22:54:36 +03:00
2018-08-11 22:29:29 +03:00
.container.mt-5.mb-5
.d-flex.flex-wrap.flex-md-nowrap
.w-100
.feature windows
.feature linux
.feature macos
br
.feature powershell
.feature wsl
.feature cygwin
.feature git-bash
.feature cmder
.feature clink
.w-100
.feature full unicode
.feature global hotkey
.feature plugins
.feature tab recovery
.feature custom css
.feature themes
.feature font ligatures
.feature clickable paths
.feature tabs on top/bottom
.feature vibrancy
.feature bracketed paste
2017-06-22 01:00:33 +03:00
2018-08-11 22:29:29 +03:00
.container.mt-5.mb-5
2017-06-26 22:54:36 +03:00
.text-center
2018-08-17 14:47:54 +03:00
a.btn.btn-lg.btn-outline-secondary.mt-5(href='/terminus/#header')
2018-08-11 22:29:29 +03:00
strong BEAM ME UP
2017-06-22 01:00:33 +03:00
2018-08-11 22:29:29 +03:00
.background-stripe2
.overlay.overlay1
2017-06-26 22:54:36 +03:00
script.
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3278102-18', 'auto');
ga('send', 'pageview');