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

9
website/docs/home.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Getting Started | impress.js - documentation</title>
</head>
<body>
</body>
</html>

View File

@@ -12,6 +12,10 @@
<div class="title"> <div class="title">
<h1 class="type-animation">impress.js</h1> <h1 class="type-animation">impress.js</h1>
<a class="button" id="demobutton" href="./demo/index.html">Watch the demo</a> <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>
<div class="content"> <div class="content">
<div class="create"> <div class="create">
@@ -53,9 +57,9 @@
<h2>Impressed?</h2> <h2>Impressed?</h2>
<h3>Then you should try impress.js</h3> <h3>Then you should try impress.js</h3>
<p>*no rhyme intended</p> <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--> <!--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> </div>
<div id="footer"></div> <div id="footer"></div>