Skip to content

Commit 5c614b7

Browse files
cameronoelsenjdfreder
authored andcommitted
Header for notebook fix
Changed the header for the notebook from a SVG to native elements (should’ve done to start with)
1 parent 6fe39c1 commit 5c614b7

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

assets/notebookicon.svg

+24
Loading

css/logo-nav.css

+8
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ body {
5353
.notebook_preview img {
5454
margin: 0 auto;
5555
}
56+
#notebookicon {
57+
display: block;
58+
margin: 0 auto;
59+
padding-bottom: 10px;
60+
}
61+
.notebook_preview h1 {
62+
text-align: center;
63+
}
5664
}
5765
.jumbotron {
5866
background-color: white;

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
<div class="col-md-12 notebook_preview">
8888
<div class="container">
8989
<div class="col-md-6">
90-
<img class="img-responsive" src="assets/notebook_header.svg" />
90+
<!--<img class="img-responsive" src="assets/notebook_header.svg" />-->
91+
<h1><img src="assets/notebookicon.svg" id="notebookicon"> Jupyter Notebook</h1>
9192
<p>The Jupyter Notebook is a web-based interactive computing platform that allows users to author data- and code-driven narratives that combine live code, equations, narrative text, visualizations, interactive dashboards and other media.</p>
9293
</div>
9394
<div class="col-md-6">

0 commit comments

Comments
 (0)