forked from chilipeppr/workspace-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
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
15 changed files
with
2,418 additions
and
167 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
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<body> | ||
|
||
<!-- <div id="com-chilipeppr-widget-flash-instance"></div> --> | ||
|
||
<div id="com-chilipeppr-workspace-bastianf2" class="xhidden"> | ||
|
||
<div class="container-fluid"> | ||
<div class="row"> | ||
|
||
<!-- Left Column --> | ||
<!-- Change the width by adjusting col-md-4 to be col-md-3 for skinnier, or col-md-5 for wider --> | ||
<!-- You must have all columns add up to 12 since we use bootstrap's col-md technique, i.e. col-md-2, col-md-7, col-md-3 adds to 12 --> | ||
<div class="col-md-4 col-pad10"> | ||
|
||
</div> | ||
|
||
<!-- Center Column --> | ||
<div class="col-md-5 col-pad10"> | ||
|
||
<div id="com-senscape-widget-bootloader-instance"> | ||
<p class="sample">Senscape Bootloader Widget goes here</p> | ||
</div> | ||
|
||
<div id="com-chilipeppr-widget-serialport-instance"> | ||
Serial Port Widget goes here | ||
</div> | ||
</div> | ||
|
||
<!-- Right Column --> | ||
<div class="col-md-3 col-pad10"> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Keep this div hidden so it can be cloned and used by the Javascript --> | ||
<div id="com-chilipeppr-workspace-sample-billboard" class="hidden"> | ||
<div class="billboard-content"> | ||
<h4 class="billboard-title" style="">Sample Workspace</h4> | ||
|
||
<p class="billboard-url" style=""><a href="http://chilipeppr.com/sample">chilipeppr.com/sample</a> | ||
|
||
</p> | ||
<div class="billboard-imgcontain" style=""> | ||
<a href="http://chilipeppr.com/sample"> | ||
<div class="billboard-img" style="background-image: url('https://github.com/chilipeppr/workspace-sample/raw/master/billboard.png')" /> | ||
</a> | ||
<div class="billboard-stats2"> | ||
</div> | ||
|
||
</div> | ||
<p class="billboard-desc"> | ||
A ChiliPeppr Workspace that lets you do stuff. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> | ||
|
Oops, something went wrong.