-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
5 lines (5 loc) · 3.57 KB
/
index.html
1
2
3
4
5
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>SSPipe · Simple Smart Pipe for Python</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta name="description" content="Simple Smart Pipe for Python"/><meta property="og:title" content="SSPipe · Simple Smart Pipe for Python"/><meta property="og:type" content="website"/><meta property="og:url" content="https://sspipe.github.io/index.html"/><meta property="og:description" content="Simple Smart Pipe for Python"/><meta property="og:image" content="https://sspipe.github.io/img/icon.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://sspipe.github.io/img/icon.png"/><link rel="shortcut icon" href="/img/favicon.png"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><link rel="stylesheet" href="/css/main.css"/></head><body><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/"><img class="logo" src="/img/icon.png" alt="SSPipe"/><h2 class="headerTitleWithLogo">SSPipe</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="https://github.com/sspipe/sspipe" target="_self">GitHub</a></li></ul></nav></div></header></div></div><div class="navPusher"><div><div class="homeContainer"><div class="homeSplashFade"><div class="wrapper homeWrapper"><div class="projectLogo"><img src="/img/icon.png"/></div><div class="inner"><h2 class="projectTitle">SSPipe<small>Simple Smart Pipe for Python</small></h2><div class="section promoSection"><div class="promoRow"><div class="pluginRowBlock"><div class="pluginWrapper buttonWrapper"><a class="button" href="#try" target="_self">Try It Out</a></div><div class="pluginWrapper buttonWrapper"><a class="button" href="https://github.com/sspipe/sspipe" target="_self">Find Out More</a></div><div class="pluginWrapper buttonWrapper"><a class="button" href="https://github.com/sspipe/sspipe/issues/new" target="_self">Feedback / Ask Question</a></div></div></div></div></div></div></div></div><div class="mainContainer"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement largerImages alignCenter imageAlignTop twoByGridBlock"><div class="blockImage"><img src="/img/productivity.png"/></div><div class="blockContent"><h2><div><span><p>Increase Productivity</p>
</span></div></h2><div><span><p>Don't waste time on navigating along expressions to fix mismatched parentheses.<br/>Just start from initial data and append transformations, one after another.</p>
</span></div></div></div><div class="blockElement largerImages alignCenter imageAlignTop twoByGridBlock"><div class="blockImage"><img src="/img/readability.png"/></div><div class="blockContent"><h2><div><span><p>Increase Readability</p>
</span></div></h2><div><span><p><code>code.reading() | from_left_to_right() | is('easy')</code><br/>but <code>is(from_right_to_left(code.reading()), 'hard')</code></p>
</span></div></div></div></div></div></div><div id="try" class="productShowcaseSection"><h2>Try it Out</h2><iframe height="700px" width="100%" src="https://repl.it/@mhsekhavat/SSPipe-Demo?lite=true" scrolling="no" frameBorder="no" allowtransparency="true" allowfullscreen="" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe></div></div></div></div></body></html>