Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmachu committed Sep 13, 2017
1 parent 07e6870 commit 64e33e1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/assets/css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ p span b{
display: inline-block;
}

p a{
color:rgba(0,0,0,0.5);
text-decoration: none;
}

.example-container{
width:100%;
margin:auto;
Expand Down
1 change: 1 addition & 0 deletions docs/example-blink.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1>Hello, I'm Ewok!</h1>
<p>I'm tiny, light and cute SCSS style sheet with classes and mixins.<br>Like every other Ewok, I also want help you fade out, fade in, blink or glimpse!</p>
<p>You can use classes: <span><b>.ewok-fade-in</b> <b>.ewok-fade-out</b> <b>.ewok-blink</b> <b>.ewok-glimpse</b></span> to create animation on page load.</p>
<p>You can use mixins: <span><b>ewok-fade-in($time, $delay)</b> <b>ewok-fade-out($time, $delay)</b><b>ewok-blink($time, $delay, $jumps)</b><b>ewok-glimpse($time, $delay, $jumps)</b></span> to add and customize animations on your own styles.</p>
<p>You can find me on Forest Moon of Endor<br><a href="https://github.com/cmachu/ewok">https://github.com/cmachu/ewok</a></p>
</div>
</section>
</body>
Expand Down
1 change: 1 addition & 0 deletions docs/example-fade-out.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1>Hello, I'm Ewok!</h1>
<p>I'm tiny, light and cute SCSS style sheet with classes and mixins.<br>Like every other Ewok, I also want help you fade out, fade in, blink or glimpse!</p>
<p>You can use classes: <span><b>.ewok-fade-in</b> <b>.ewok-fade-out</b> <b>.ewok-blink</b> <b>.ewok-glimpse</b></span> to create animation on page load.</p>
<p>You can use mixins: <span><b>ewok-fade-in($time, $delay)</b> <b>ewok-fade-out($time, $delay)</b><b>ewok-blink($time, $delay, $jumps)</b><b>ewok-glimpse($time, $delay, $jumps)</b></span> to add and customize animations on your own styles.</p>
<p>You can find me on Forest Moon of Endor<br><a href="https://github.com/cmachu/ewok">https://github.com/cmachu/ewok</a></p>
</div>
</section>
</body>
Expand Down
1 change: 1 addition & 0 deletions docs/example-glimpse.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1>Hello, I'm Ewok!</h1>
<p>I'm tiny, light and cute SCSS style sheet with classes and mixins.<br>Like every other Ewok, I also want help you fade out, fade in, blink or glimpse!</p>
<p>You can use classes: <span><b>.ewok-fade-in</b> <b>.ewok-fade-out</b> <b>.ewok-blink</b> <b>.ewok-glimpse</b></span> to create animation on page load.</p>
<p>You can use mixins: <span><b>ewok-fade-in($time, $delay)</b> <b>ewok-fade-out($time, $delay)</b><b>ewok-blink($time, $delay, $jumps)</b><b>ewok-glimpse($time, $delay, $jumps)</b></span> to add and customize animations on your own styles.</p>
<p>You can find me on Forest Moon of Endor<br><a href="https://github.com/cmachu/ewok">https://github.com/cmachu/ewok</a></p>
</div>
</section>
</body>
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1>Hello, I'm Ewok!</h1>
<p>I'm tiny, light and cute SCSS style sheet with classes and mixins.<br>Like every other Ewok, I also want help you fade out, fade in, blink or glimpse!</p>
<p>You can use classes: <span><b>.ewok-fade-in</b> <b>.ewok-fade-out</b> <b>.ewok-blink</b> <b>.ewok-glimpse</b></span> to create animation on page load.</p>
<p>You can use mixins: <span><b>ewok-fade-in($time, $delay)</b> <b>ewok-fade-out($time, $delay)</b><b>ewok-blink($time, $delay, $jumps)</b><b>ewok-glimpse($time, $delay, $jumps)</b></span> to add and customize animations on your own styles.</p>
<p>You can find me on Forest Moon of Endor<br><a href="https://github.com/cmachu/ewok">https://github.com/cmachu/ewok</a></p>
</div>
</section>
</body>
Expand Down

0 comments on commit 64e33e1

Please sign in to comment.