Skip to content

Commit 66a6183

Browse files
authored
hide top banner and show banner below ai prompt
1 parent ef22537 commit 66a6183

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

90 QuantConnect Home/01.html

+14-10
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ <h2 style="margin-top: 8px;">
1111
</div>
1212
<style>
1313
#book-banner {
14-
border-radius: 3px;
1514
display: none;
15+
}
16+
17+
#book-banner-bottom {
18+
border-radius: 3px;
19+
display: flex;
1620
align-items: center;
1721
padding: 20px;
1822
margin-top: 20px;
@@ -24,50 +28,50 @@ <h2 style="margin-top: 8px;">
2428
}
2529

2630
@media (min-width: 1550px) {
27-
#book-banner {
31+
#book-banner-bottom {
2832
background-size: 124px;
2933
}
3034
}
3135

32-
#book-banner .book-img {
36+
#book-banner-bottom .book-img {
3337
width: 74px;
3438
margin-right: 30px;
3539
margin-left: unset;
3640
}
3741

38-
#book-banner .book-banner-content span {
42+
#book-banner-bottom .book-banner-content span {
3943
display: block;
4044
}
4145

42-
#book-banner .book-banner-content .book-label {
46+
#book-banner-bottom .book-banner-content .book-label {
4347
color: #798492;
4448
font-size: 15px;
4549
margin-bottom: 10px;
4650
}
4751

48-
#book-banner .book-banner-content .book-title {
52+
#book-banner-bottom .book-banner-content .book-title {
4953
color: #313131;
5054
font-size: 20px;
5155
font-weight: 500;
5256
}
5357

54-
#book-banner .book-banner-content a {
58+
#book-banner-bottom .book-banner-content a {
5559
display: block;
5660
font-size: 15px;
5761
margin-top: 10px;
5862
font-weight: 300;
5963
}
6064

61-
#book-banner .book-banner-content a:hover {
65+
#book-banner-bottom .book-banner-content a:hover {
6266
color: #06c;
6367
}
6468

65-
#book-banner .book-banner-content a span {
69+
#book-banner-bottom .book-banner-content a span {
6670
display: inline-block;
6771
margin-left: 3px;
6872
}
6973
</style>
70-
<div id="book-banner">
74+
<div id="book-banner-bottom">
7175
<img src="https://cdn.quantconnect.com/i/tu/book-docs-banner.webp" alt="book" class="book-img">
7276
<div class="book-banner-content">
7377
<span class="book-label">Checkout our new book!</span>

0 commit comments

Comments
 (0)