|
1 | 1 | <!doctype html>
|
2 | 2 | <html lang="en" data-framework="react">
|
3 |
| - <head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <meta property="og:url" content="http://sample.goby-lang.org" /> |
6 |
| - <meta property="og:title" content="The Goby Language" /> |
7 |
| - <meta property="og:description" content="Goby is an object-oriented interpreter language deeply inspired by Ruby as well as its core implementation by 100% pure Go, plus standard libraries to several features such as Plugin system." /> |
8 |
| - <meta property="og:image" content="https://i.imgur.com/6sv9sYG.png" /> |
9 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
10 |
| - <title>Goby Sample Web App</title> |
11 |
| - <link rel="stylesheet" href="/css/index.css" /> |
12 |
| - <link rel="stylesheet" href="/css/caption.css" /> |
13 |
| - <link rel="stylesheet" href="/css/mc-embed-signup.css" /> |
14 |
| - <link rel="stylesheet" href="/css/navbar.css" /> |
15 |
| - <link rel="stylesheet" href="/css/code-tab.css" /> |
16 |
| - <link rel="stylesheet" href="/css/code-style/tomorrow-night-blue.css" id="code-style" /> |
17 |
| - <link rel="stylesheet" href="/css/list-modal.css" /> |
18 |
| - <script src="/js/index.js"></script> |
19 |
| - </head> |
20 |
| - <body> |
21 |
| - <nav> |
22 |
| - <div id="desktop-nav" class="nav-wrapper"> |
23 |
| - <a target="_blank" href="https://github.com/goby-lang/goby"><span>GitHub</span></a> |
24 |
| - <a target="_blank" href="https://goby-lang.gitbooks.io/goby/content/"><span>GitBook</span></a> |
25 |
| - <a id="logo-link" href="https://github.com/goby-lang/goby" target="_blank"> |
26 |
| - <img id="logo" src="./icon/goby-logo.svg" alt="Goby Lang Logo"> |
27 |
| - </a> |
28 |
| - <a target="_blank" href="https://twitter.com/goby_lang"><span>Twitter</span></a> |
29 |
| - <a target="_blank" href="https://www.producthunt.com/posts/goby-language"><span>ProductHunt</span></a> |
30 |
| - </div> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta property="og:url" content="http://sample.goby-lang.org" /> |
| 6 | + <meta property="og:title" content="The Goby Language" /> |
| 7 | + <meta property="og:description" content="Goby is an object-oriented interpreter language deeply inspired by Ruby as well as its core implementation by 100% pure Go, plus standard libraries to several features such as Plugin system." /> |
| 8 | + <meta property="og:image" content="https://i.imgur.com/6sv9sYG.png" /> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 10 | + <title>Goby Sample Web App</title> |
| 11 | + <link rel="stylesheet" href="/css/index.css" /> |
| 12 | + <link rel="stylesheet" href="/css/caption.css" /> |
| 13 | + <link rel="stylesheet" href="/css/mc-embed-signup.css" /> |
| 14 | + <link rel="stylesheet" href="/css/navbar.css" /> |
| 15 | + <link rel="stylesheet" href="/css/code-tab.css" /> |
| 16 | + <link rel="stylesheet" href="/css/code-style/tomorrow-night-blue.css" id="code-style" /> |
| 17 | + <link rel="stylesheet" href="/css/list-modal.css" /> |
| 18 | + <link rel="stylesheet" href="/css/footer.css" /> |
| 19 | + <script src="/js/index.js"></script> |
| 20 | + </head> |
| 21 | + <body> |
| 22 | + <nav> |
| 23 | + <div id="desktop-nav" class="nav-wrapper"> |
| 24 | + <a target="_blank" href="https://github.com/goby-lang/goby"><span>GitHub</span></a> |
| 25 | + <a target="_blank" href="https://goby-lang.gitbooks.io/goby/content/"><span>GitBook</span></a> |
| 26 | + <a id="logo-link" href="https://github.com/goby-lang/goby" target="_blank"> |
| 27 | + <img id="logo" src="./icon/goby-logo.svg" alt="Goby Lang Logo"> |
| 28 | + </a> |
| 29 | + <a target="_blank" href="https://twitter.com/goby_lang"><span>Twitter</span></a> |
| 30 | + <a target="_blank" href="https://www.producthunt.com/posts/goby-language"><span>ProductHunt</span></a> |
| 31 | + </div> |
31 | 32 |
|
32 |
| - <div id="mobile-nav" class="nav-wrapper"> |
33 |
| - <a id="logo-link" href="https://github.com/goby-lang/goby" target="_blank"> |
34 |
| - <img id="logo" src="./icon/goby-logo.svg" alt="Goby Lang Logo"> |
35 |
| - </a> |
36 |
| - <div class="nav-tabs"> |
37 |
| - <a target="_blank" href="https://github.com/goby-lang/goby"><span>GitHub</span></a> |
38 |
| - <a target="_blank" href="https://goby-lang.gitbooks.io/goby/content/"><span>GitBook</span></a> |
39 |
| - <a target="_blank" href="https://twitter.com/goby_lang"><span>Twitter</span></a> |
40 |
| - <a target="_blank" href="https://www.producthunt.com/posts/goby-language"><span>ProductHunt</span></a> |
41 |
| - </div> |
42 |
| - </div> |
43 |
| - </nav> |
44 |
| - |
45 |
| - <div class="caption"> |
46 |
| - <h2 id="caption-title">This Site Server is 100% Written In Goby!</h2> |
47 |
| - <h2 id="feature-title"><a href="https://goby-lang.gitbooks.io/goby/content/plugin-system.html">Check Out The Featured Plugin System</a></h2> |
48 |
| - </div> |
| 33 | + <div id="mobile-nav" class="nav-wrapper"> |
| 34 | + <a id="logo-link" href="https://github.com/goby-lang/goby" target="_blank"> |
| 35 | + <img id="logo" src="./icon/goby-logo.svg" alt="Goby Lang Logo"> |
| 36 | + </a> |
| 37 | + <div class="nav-tabs"> |
| 38 | + <a target="_blank" href="https://github.com/goby-lang/goby"><span>GitHub</span></a> |
| 39 | + <a target="_blank" href="https://goby-lang.gitbooks.io/goby/content/"><span>GitBook</span></a> |
| 40 | + <a target="_blank" href="https://twitter.com/goby_lang"><span>Twitter</span></a> |
| 41 | + <a target="_blank" href="https://www.producthunt.com/posts/goby-language"><span>ProductHunt</span></a> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + </nav> |
| 45 | + |
| 46 | + <div class="caption"> |
| 47 | + <h2 id="caption-title">This Site's Server is 100% Written In Goby!</h2> |
| 48 | + <h2 id="feature-title"><a href="https://goby-lang.gitbooks.io/goby/content/plugin-system.html">Check Out The Featured Plugin System</a></h2> |
| 49 | + </div> |
49 | 50 |
|
50 |
| - <!-- Begin MailChimp Signup Form --> |
51 |
| - <div id="mc_embed_signup"> |
52 |
| - <form action="//github.us16.list-manage.com/subscribe/post?u=46a13f2310955e2d78490146e&id=131ed10815" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> |
53 |
| - <div id="mc_embed_signup_scroll"> |
54 |
| - <h2>Goby - Inherits from Ruby, extended with Golang</h2> |
55 |
| - <h4>Stay up to date on Goby's news</h4> |
56 |
| - <input type="email" value="" name="EMAIL" placeholder="Enter Your Email Address" class="required email" id="mce-EMAIL"> |
57 |
| - <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_46a13f2310955e2d78490146e_131ed10815" tabindex="-1" value=""></div> |
58 |
| - <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe"> |
59 |
| - </div> |
60 |
| - </form> |
61 |
| - </div> |
62 |
| - <!--End mc_embed_signup--> |
| 51 | + <!-- Begin MailChimp Signup Form --> |
| 52 | + <div id="mc_embed_signup"> |
| 53 | + <form action="//github.us16.list-manage.com/subscribe/post?u=46a13f2310955e2d78490146e&id=131ed10815" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> |
| 54 | + <div id="mc_embed_signup_scroll"> |
| 55 | + <h2>Goby - Inherits from Ruby, extended with Golang</h2> |
| 56 | + <h4>Stay up to date on Goby's news</h4> |
| 57 | + <input type="email" value="" name="EMAIL" placeholder="Enter Your Email Address" class="required email" id="mce-EMAIL"> |
| 58 | + <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_46a13f2310955e2d78490146e_131ed10815" tabindex="-1" value=""></div> |
| 59 | + <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe"> |
| 60 | + </div> |
| 61 | + </form> |
| 62 | + </div> |
| 63 | + <!--End mc_embed_signup--> |
63 | 64 |
|
64 |
| - <div class="wrapper"> |
65 |
| - <div id="app" class="inner-wrapper"></div> |
66 |
| - <div id="goby-lang" class="inner-wrapper"> |
67 |
| - <ul id="code-tab"> |
68 |
| - <li id="server-code" class="active">server.gb</li> |
69 |
| - <li id="model-code">model.gb</li> |
70 |
| - </ul> |
71 |
| - <pre><code class="ruby" id="render-code"></code></pre> |
72 |
| - </div> |
73 |
| - </div> |
| 65 | + <div class="wrapper"> |
| 66 | + <div id="app" class="inner-wrapper"></div> |
| 67 | + <div id="goby-lang" class="inner-wrapper"> |
| 68 | + <ul id="code-tab"> |
| 69 | + <li id="server-code" class="active">server.gb</li> |
| 70 | + <li id="model-code">model.gb</li> |
| 71 | + </ul> |
| 72 | + <pre><code class="ruby" id="render-code"></code></pre> |
| 73 | + </div> |
| 74 | + </div> |
74 | 75 |
|
75 |
| - <!-- Google Analytics --> |
76 |
| - <script> |
77 |
| - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
78 |
| - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
79 |
| - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
80 |
| - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 76 | + <div class="caption"> |
| 77 | + <h2 id="cdn-title"><a href="https://www.keycdn.com" target="_blank">Accelerated by KeyCDN</a></h2> |
| 78 | + </div> |
81 | 79 |
|
82 |
| - ga('create', 'UA-47510815-13', 'auto'); |
83 |
| - ga('send', 'pageview'); |
84 |
| - </script> |
85 |
| - </body> |
| 80 | + <footer> |
| 81 | + <div id="donate-section"> |
| 82 | + <h2>Support us with a monthly donation and help us continue our activities.</h2> |
| 83 | + <a href="https://opencollective.com/goby" target="_blank">Become a Backer!</a> |
| 84 | + </div> |
| 85 | + </footer> |
| 86 | + |
| 87 | + <!-- Google Analytics --> |
| 88 | + <script> |
| 89 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 90 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 91 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 92 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 93 | + |
| 94 | + ga('create', 'UA-47510815-13', 'auto'); |
| 95 | + ga('send', 'pageview'); |
| 96 | + </script> |
| 97 | + </body> |
86 | 98 | </html>
|
0 commit comments