|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 |
| - <title>gCodeViewer - online gcode viewer and analyzer in your browser!</title> |
| 4 | + <title>gcode viewer - online gcode viewer and analyzer in your browser!</title> |
5 | 5 | <meta name="description" content="Visual GCode viewer and analyzer in your browser. No need to upload you GCode anywhere, everything is done locally.">
|
| 6 | + <meta name="keywords" content="GCode,g-code,viewer,online,javascript"> |
| 7 | + <meta charset="UTF-8"> |
| 8 | + <meta name="language" content="english" /> |
| 9 | + |
| 10 | + <link rel="shortcut icon" type="image/vnd.microsoft.icon" href="favicon.ico" /> |
| 11 | + <link rel="sitemap" type="application/xml" title="Sitemap" href="sitemap.xml" /> |
| 12 | + <link rel="meta" type="application/rdf+xml" title="Dublin" href="dublin.rdf" /> |
| 13 | + <link rel="canonical" href="http://gcode.ws/"> |
| 14 | + |
| 15 | + |
6 | 16 | <link rel="stylesheet" type="text/css" href="css/cupertino/jquery-ui-1.9.0.custom.css" media="screen" />
|
7 | 17 | <link rel="stylesheet" type="text/css" href="css/bootstrap.css" media="screen" />
|
8 | 18 | <link rel="stylesheet" type="text/css" href="lib/codemirror.css" media="screen" />
|
|
24 | 34 | <script type="text/javascript">
|
25 | 35 |
|
26 | 36 | var _gaq = _gaq || [];
|
27 |
| - _gaq.push(['_setAccount', 'UA-35746662-1']); |
| 37 | + _gaq.push(['_setAccount', 'UA-38437619-1']); |
28 | 38 | _gaq.push(['_trackPageview']);
|
29 | 39 |
|
30 | 40 | (function() {
|
|
34 | 44 | })();
|
35 | 45 |
|
36 | 46 | </script>
|
| 47 | + <script type="text/javascript"> |
| 48 | + (function() { |
| 49 | + var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; |
| 50 | + po.src = 'https://apis.google.com/js/plusone.js'; |
| 51 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); |
| 52 | + })(); |
| 53 | + </script> |
| 54 | + |
| 55 | + <meta property="og:title" content="gCodeViewer - online gcode viewer and analyzer!" /> |
| 56 | + <meta property="og:type" content="website" /> |
| 57 | + <meta property="og:url" content="http://gcode.ws" /> |
| 58 | + <meta property="og:image" content="http://gcode.ws/screenshot.jpg" /> |
| 59 | + <meta property="og:site_name" content="Online GCode Viewer" /> |
| 60 | + <meta property="fb:admins" content="1537520789" /> |
37 | 61 |
|
38 | 62 | </head>
|
39 | 63 | <body>
|
40 |
| - |
| 64 | +<div id="fb-root"></div> |
| 65 | +<script>(function(d, s, id) { |
| 66 | + var js, fjs = d.getElementsByTagName(s)[0]; |
| 67 | + if (d.getElementById(id)) return; |
| 68 | + js = d.createElement(s); js.id = id; |
| 69 | + js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1&appId=122261684619414"; |
| 70 | + fjs.parentNode.insertBefore(js, fjs); |
| 71 | +}(document, 'script', 'facebook-jssdk'));</script> |
41 | 72 | <div id="dialog-modal" title="Basic modal dialog" style="display: none;">
|
42 | 73 | Generating 3d model<br>
|
43 | 74 | <div id="progressbar"></div>
|
|
51 | 82 | <a class="brand" href="#">GCode Viewer</a>
|
52 | 83 | </li>
|
53 | 84 | </ul>
|
| 85 | + <ul class="nav pull-right"> |
| 86 | + <li class="dropdown"> |
| 87 | + <a href="#" |
| 88 | + class="dropdown-toggle" |
| 89 | + data-toggle="dropdown"> |
| 90 | + Spread the word |
| 91 | + <b class="caret"></b> |
| 92 | + </a> |
| 93 | + <ul class="dropdown-menu"> |
| 94 | + <li class="socials"> |
| 95 | + <g:plusone annotation="inline" width="150"></g:plusone> |
| 96 | + </li> |
| 97 | + <li class="socials"><div class="fb-like" data-href="http://gcode.ws" data-send="false" data-layout="button_count" data-width="150" data-show-faces="true" data-action="recommend"></div></li> |
| 98 | + <li class="socials"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gcode.ws" data-text="Check out a nice online gcode viewer!">Tweet</a> |
| 99 | + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></li> |
| 100 | + </ul> |
| 101 | + </li> |
| 102 | + </ul> |
54 | 103 | </div>
|
55 | 104 | </div>
|
56 | 105 | </div>
|
57 | 106 |
|
58 | 107 |
|
59 | 108 | <div id="wrap" class="ui-widget ui-widget-content ui-corner-all">
|
60 | 109 | <div id="control">
|
61 |
| - <center><img src="img/logo.png" /></center> |
| 110 | + <img src="img/logo.png" alt="gCodeViewer - an online gcode viewer"/> |
62 | 111 |
|
63 | 112 | <div id="accordion2" class="accordion">
|
64 | 113 | <div class="accordion-group">
|
|
182 | 231 | </div>
|
183 | 232 | <div class="tab-pane active" id="tabAbout">
|
184 | 233 | <div class="aboutpage">
|
185 |
| - <h2><center>gCodeViewer</center></h2> |
| 234 | + <h1>gCodeViewer</h1> |
186 | 235 | <b>gCodeViewer</b> is a visual GCode visualizer, viewer and analyzer in your own browser! It works on any OS in almost any modern browser (chrome, ff, safari 6, opera, ie10 should work too). All you need to do - is drag your *.gcode file to the designated zone.<br><br>
|
187 | 236 | Current features include:<br>
|
188 | 237 | <ul>
|
|
0 commit comments