Skip to content

Commit 7b0092a

Browse files
authored
Update 00.html
1 parent df1ac84 commit 7b0092a

File tree

1 file changed

+31
-0
lines changed
  • 08 Meta/01 Creating BootCamp Tutorials

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
11
<img src="https://cdn.quantconnect.com/tutorials/i/bootcamp-header.png" class="img-responsive"/>
2+
3+
<style>
4+
.work-in-progress {
5+
width: 100%;
6+
border: 1px solid #f5ae29;
7+
border-radius: 5px;
8+
padding: 15px;
9+
color: #f5ae29;
10+
}
11+
.tip {
12+
width: 100%;
13+
border: 1px solid #f5ae29;
14+
border-radius: 5px;
15+
padding: 15px;
16+
margin-bottom: 20px;
17+
margin-top: 20px;
18+
}
19+
.tip i {
20+
color: #f5ae29;
21+
}
22+
.tip-title {
23+
font-weight: bold;
24+
color: #f5ae29;
25+
margin-left: 5px;
26+
margin-right: 5px;
27+
}
28+
.tip p { display: inline; }
29+
</style>
30+
<div class="work-in-progress">
31+
<i class="fa fa-warning"></i> Updated July 14th, 2018: The Brokerage Development Guide is an active work in progress.
32+
</div>

0 commit comments

Comments
 (0)