-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
125 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,66 @@ | ||
<div class="section bg-gray product-box playground"> | ||
<div class="text-center product"> | ||
<h1 class="fg-white"> | ||
jsreport playground<br/> | ||
<small>free report fiddling</small> | ||
</h1> | ||
|
||
<div class="text-center"> | ||
<div class="margin5 coll"> | ||
<a href="https://playground.jsreport.net"> | ||
<div class="bg-green home-splash-button"> | ||
<div class="padding10 text-center"> | ||
<span class="fg-white">Open</span> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="margin5 coll"> | ||
<a href="https://www.youtube.com/watch?v=mf8-SdGjsdo"> | ||
<div class="bg-amber home-splash-button"> | ||
<div class="padding10 text-center"> | ||
<span class="fg-white">Quick start video</span> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="bg-white section"> | ||
<div class="text-center title"> | ||
<h3>GET STARTED</h3> | ||
</div> | ||
<div class="container articles grid"> | ||
<div class="row"> | ||
<div class="span6"> | ||
<h3>Quick start <i class="fg-green icon-alarm-clock"></i></h3> | ||
|
||
<p class="padding-top5"> | ||
No installation, no registration, just open playground and play with jsreport. | ||
</p> | ||
|
||
<h3>Quick demos <i class="fg-green icon-bars"></i></h3> | ||
|
||
<p class="padding-top5"> | ||
Playground includes set of demos showing the basics of jsreport. | ||
</p> | ||
|
||
<h3>Share templates <i class="fg-green icon-share-2"></i></h3> | ||
|
||
<p class="padding-top5"> | ||
You can easily share the workspace link with others and attach it to a <a href="http://stackoverflow.com/questions/tagged/jsreport">stackoverflow question</a> for example. | ||
</p> | ||
</div> | ||
<div class="span6 offset2"> | ||
<iframe width="560" height="315" class="span6" src="//www.youtube.com/embed/mf8-SdGjsdo?rel=0" | ||
frameborder="0" allowfullscreen></iframe> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="section bg-gray product-box playground"> | ||
<div class="text-center product"> | ||
<h1 class="fg-white"> | ||
jsreport playground<br /> | ||
<small>free report fiddling</small> | ||
</h1> | ||
|
||
<div class="text-center"> | ||
<div class="margin5 coll"> | ||
<a href="https://playground.jsreport.net"> | ||
<div class="bg-green home-splash-button"> | ||
<div class="padding10 text-center"> | ||
<span class="fg-white">Open</span> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="margin5 coll"> | ||
<a href="https://www.youtube.com/watch?v=nz1SKdOKAhM&ab_channel=jsreport"> | ||
<div class="bg-amber home-splash-button"> | ||
<div class="padding10 text-center"> | ||
<span class="fg-white">Quick start video</span> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="bg-white section"> | ||
<div class="text-center title"> | ||
<h3>GET STARTED</h3> | ||
</div> | ||
<div class="container articles grid"> | ||
<div class="row"> | ||
<div class="span6"> | ||
<h3>Quick start <i class="fg-green icon-alarm-clock"></i></h3> | ||
|
||
<p class="padding-top5"> | ||
No installation, no registration, just open playground and play with jsreport. | ||
</p> | ||
|
||
<h3>Quick demos <i class="fg-green icon-bars"></i></h3> | ||
|
||
<p class="padding-top5"> | ||
Playground includes set of demos showing the basics of jsreport. | ||
</p> | ||
|
||
<h3>Share templates <i class="fg-green icon-share-2"></i></h3> | ||
|
||
<p class="padding-top5"> | ||
You can easily share the workspace link with others and attach it to a <a | ||
href="http://stackoverflow.com/questions/tagged/jsreport">stackoverflow question</a> for | ||
example. | ||
</p> | ||
</div> | ||
<div class="span6 offset2"> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/nz1SKdOKAhM?si=QBw2PQz9VZofPpqH" | ||
title="YouTube video player" frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" | ||
allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |