Skip to content

Commit cc93b20

Browse files
authored
Merge pull request jupyter#399 from lresende/survey-is-done
Remove survey header/link
2 parents 93b2910 + 3813a51 commit cc93b20

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

_includes/header.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,3 @@
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: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,3 @@ 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-
}

0 commit comments

Comments
 (0)