Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 198235e

Browse files
committed
0.7.1 / 2018-05-15
================
1 parent f200100 commit 198235e

File tree

8 files changed

+4993
-4532
lines changed

8 files changed

+4993
-4532
lines changed

docs/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/atom-one-dark.min.css" />
1818
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
1919
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet" />
20-
<link href="static/css/main.e1c8fc29.css" rel="stylesheet"></head>
20+
<link href="static/css/main.e997bdbd.css" rel="stylesheet"></head>
2121

2222
<body>
2323
<a href="https://github.com/wende/elchemy" class="github-corner" aria-label="View source on Github">
@@ -35,10 +35,10 @@
3535
<div class="navigation">
3636
<ul>
3737
<li>
38-
<a href="#try-online">try now</a>
38+
<a href="http://elchemy-live.herokuapp.com">try now</a>
3939
</li>
4040
<li>
41-
<a href="https://wende.github.io/elchemy-ivy/">docs</a>
41+
<a href="https://github.com/wende/elchemy/tree/master/roadmap">docs</a>
4242
</li>
4343
</ul>
4444
</div>
@@ -69,7 +69,7 @@ <h1 style="margin-top:100px">
6969

7070
<div clas="row">
7171
<div class="col-sm-4 col-sm-offset-4 col-xs-12 buttons">
72-
<a href="#try-online" class="btn btn-dark btn-lg">Try online</a>
72+
<a href="http://elchemy-live.herokuapp.com" class="btn btn-dark btn-lg">Try online</a>
7373
<!-- <a href="#install" class="btn btn-dark btn-lg">Install</a> -->
7474
<div class="github-stars">
7575
<!-- Place this tag where you want the button to render. -->
@@ -126,7 +126,7 @@ <h1>Features</h1>
126126
<!-- /.container -->
127127
</section>
128128

129-
<section class="editor" id="try-online">
129+
<!-- <section class="editor" id="try-online">
130130
<div class="container">
131131
<div class="row head">
132132
<h1>Try online now! (Seriously, just write anything below)</h1>
@@ -146,7 +146,7 @@ <h1>Try online now! (Seriously, just write anything below)</h1>
146146
</div>
147147
<small style="margin: 0 auto">*Browser demo above only presents the parser and can't check type-safety. To get full Elchemy experience follow
148148
installation instructions </small>
149-
</section>
149+
</section> -->
150150

151151

152152
<!-- Footer -->
@@ -166,14 +166,14 @@ <h1>Try online now! (Seriously, just write anything below)</h1>
166166
</footer>
167167

168168
<!-- JavaScript -->
169-
<script src="https://esironal.github.io/cmtouch/lib/codemirror.js"></script>
170-
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.25.2/mode/elm/elm.min.js"></script>
169+
<!-- <script src="https://esironal.github.io/cmtouch/lib/codemirror.js"></script> -->
170+
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.25.2/mode/elm/elm.min.js"></script> -->
171171
<script async defer src="https://buttons.github.io/buttons.js"></script>
172-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script>
173-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elm.min.js"></script>
174-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elixir.min.js"></script>
175-
<script src="elm.js" crossorigin="anonymous"></script>
176-
<script src="index.js" crossorigin="anonymous"></script>
177-
<script type="text/javascript" src="static/js/main.e1c8fc29.js"></script></body>
172+
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script> -->
173+
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elm.min.js"></script> -->
174+
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elixir.min.js"></script> -->
175+
<!-- <script src="elm.js" crossorigin="anonymous"></script> -->
176+
<!-- <script src="index.js" crossorigin="anonymous"></script> -->
177+
<script type="text/javascript" src="static/js/main.e997bdbd.js"></script></body>
178178

179-
</html>
179+
</html>

0 commit comments

Comments
 (0)