Skip to content

Commit a7dbebc

Browse files
authored
Merge pull request jupyter#396 from lresende/survey
2 parents 17dc8f4 + 3f65632 commit a7dbebc

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

_includes/header.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,13 @@
5555
<!-- /.container -->
5656
</div>
5757
</nav>
58+
59+
<div class="container">
60+
<div class="row">
61+
<div class="col-md-12">
62+
<div class="survey col-md-8 col-md-offset-2">
63+
<p class="survey">Help the Jupyter Community by participating in the <a href="https://www.surveymonkey.com/r/QMYH5CM" target="_blank">2021 Survey</a></p>
64+
</div>
65+
</div>
66+
</div>
67+
</div>

css/about.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,21 @@ div.page_content img.council-member-photo {
7676
transition: all 0.2s ease-in-out;
7777
width: 160px;
7878
}
79+
80+
/* Styling for the call-to-Survey box*/
81+
.survey {
82+
display: inline-block;
83+
width: 100%;
84+
margin: 10px;
85+
background-color: #F27624;
86+
color: #ffff;
87+
text-align: center;
88+
}
89+
90+
.survey.p {
91+
padding-top: 10px;
92+
}
93+
94+
.survey.a:active {
95+
color: #ffff;
96+
}

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
</style>
1919

2020

21-
22-
2321
<section>
2422
<div class="jumbotron">
2523
<div class="row">

0 commit comments

Comments
 (0)