index.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>RoslynPad</title>
  6. <meta property="og:image" content="https://i.imgur.com/ixnekTd.png" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
  9. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
  10. <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
  11. <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
  12. </head>
  13. <body>
  14. <section class="page-header">
  15. <h1 class="project-name">
  16. <img height="80" src="roslynpad.svg">
  17. RoslynPad
  18. </h1>
  19. <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>
  20. <a href="https://github.com/aelij/RoslynPad" class="btn">View on GitHub</a>
  21. <a href="https://github.com/aelij/RoslynPad/releases/download/15.1/RoslynPad.zip" class="btn">Download v15.1</a>
  22. <a href="https://github.com/aelij/RoslynPad/zipball/master" class="btn">Download Source</a>
  23. <div>
  24. <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>
  25. </div>
  26. </section>
  27. <section class="main-content">
  28. <video width="720" height="540" controls
  29. poster="https://res.cloudinary.com/aelij/video/upload/v1489299110/roslynpad-jsondemo_gmxcxr.jpg">
  30. <source src="https://res.cloudinary.com/aelij/video/upload/s--V-3jPJgs--/f_auto/v1489299110/roslynpad-jsondemo_gmxcxr.mp4" type="video/mp4">
  31. </video>
  32. <footer class="site-footer">
  33. <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>
  34. <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>
  35. </footer>
  36. </section>
  37. </body>
  38. </html>