forked from chilipeppr/workspace-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody-en.html
62 lines (45 loc) · 1.92 KB
/
body-en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<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>