basic html for index.html & docs

This commit is contained in:
janis
2022-12-12 21:42:25 +01:00
parent 3c3bc09ed2
commit 0f1cf6e52b
2 changed files with 15 additions and 2 deletions

View File

@@ -12,6 +12,10 @@
<div class="title">
<h1 class="type-animation">impress.js</h1>
<a class="button" id="demobutton" href="./demo/index.html">Watch the demo</a>
<br>
<a class="button go-impress" href="./docs/home.html">Get started!</a>
<!--TODO: Add a direct download link for the file-->
<a class="button download-base" href="https://raw.githubusercontent.com/impress/impress.js/master/js/impress.js">Download</a>
</div>
<div class="content">
<div class="create">
@@ -53,9 +57,9 @@
<h2>Impressed?</h2>
<h3>Then you should try impress.js</h3>
<p>*no rhyme intended</p>
<a class="button" id="go-impress" href="./docs/home.html">Get started!</a>
<a class="button go-impress" href="./docs/home.html">Get started!</a>
<!--TODO: Add a direct download link for the file-->
<a class="button" id="download-base" href="https://github.com/impress/impress.js/"></a>
<a class="button download-base" href="https://raw.githubusercontent.com/impress/impress.js/master/js/impress.js">Download</a>
</div>
</div>
<div id="footer"></div>