123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!DOCTYPE html>
- <html lang="en-us">
- <head>
- <meta charset="UTF-8">
- <title>RoslynPad</title>
- <meta property="og:image" content="https://i.imgur.com/ixnekTd.png" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
- <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
- </head>
- <body>
- <section class="page-header">
- <h1 class="project-name">
- <img height="80" src="roslynpad.svg">
- RoslynPad
- </h1>
- <h2 class="project-tagline">A simple C# editor based on <a href="https://github.com/dotnet/roslyn">Roslyn</a> and <a href="https://github.com/icsharpcode/AvalonEdit">AvalonEdit</a></h2>
- <a href="https://github.com/aelij/RoslynPad" class="btn">View on GitHub</a>
- <a href="https://github.com/aelij/RoslynPad/releases/download/15.1/RoslynPad.zip" class="btn">Download v15.1</a>
- <a href="https://github.com/aelij/RoslynPad/zipball/master" class="btn">Download Source</a>
- <div>
- <a href="https://www.microsoft.com/store/apps/9nctj2cqwxv0?ocid=badge"><img src="https://getbadgecdn.azureedge.net/images/English_S.png" height="50" alt="Microsoft Store badge logo" /></a>
- </div>
- </section>
- <section class="main-content">
- <video width="720" height="540" controls
- poster="https://res.cloudinary.com/aelij/video/upload/v1489299110/roslynpad-jsondemo_gmxcxr.jpg">
- <source src="https://res.cloudinary.com/aelij/video/upload/s--V-3jPJgs--/f_auto/v1489299110/roslynpad-jsondemo_gmxcxr.mp4" type="video/mp4">
- </video>
- <footer class="site-footer">
- <span class="site-footer-owner"><a href="https://github.com/aelij/RoslynPad">RoslynPad</a> is maintained by <a href="https://github.com/aelij">aelij</a>.</span>
- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
- </footer>
- </section>
- </body>
- </html>
|