readme + more styling
This commit is contained in:
2
website/README.md
Normal file
2
website/README.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# impress.js.org website
|
||||||
|
This folder contains all the code for the impress.js.org website. You can find the source code for the demo presentation and the other examples in the folder *demo*
|
||||||
@@ -102,3 +102,17 @@ body {
|
|||||||
width: 40%;
|
width: 40%;
|
||||||
margin: 2%;
|
margin: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* GETTING STARTED BOX AND CHILDREN */
|
||||||
|
|
||||||
|
.getting-started {
|
||||||
|
margin-top: 5%;
|
||||||
|
width: 100%;
|
||||||
|
height: 50vh;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.big-text {
|
||||||
|
font-size: 200%;
|
||||||
|
}
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
<!--GETTING STARTED with link to docs (that have been translated to html)-->
|
<!--GETTING STARTED with link to docs (that have been translated to html)-->
|
||||||
|
|
||||||
<div class="getting-started">
|
<div class="getting-started">
|
||||||
<h2>Impressed?</h2>
|
<h2 class="big-text">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 go-impress" href="./docs/gettingStarted.html">Get started!</a>
|
<a class="button go-impress" href="./docs/gettingStarted.html">Get started!</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user