File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818
1919.jumbotron {
2020
21- background : # 000 !important ;
21+ background-image : url (/static/assets/banner-code.png) !important ;
22+ background-position : right;
23+ min-height : 500px ;
2224 padding-top : 0 !important ;
2325 padding-bottom : 0 !important ;
2426 padding-left : 30px !important ;
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h3>Working... <span></span></h3>
7070 < p id ="download-continue " class ="feedback "> < a href ="/ "> c</ a > </ p >
7171
7272 {% if 'ds_user_name' in session %}
73- < div class ="container ">
73+ < div class ="container-full-bg ">
7474 < section id ="content " style ="padding-top:30px; ">
7575 {% else %}
7676 < div class ="container-full-bg ">
Original file line number Diff line number Diff line change 22{% extends "base.html" %}
33
44{% block content %}
5-
6- {% if not 'ds_user_name' in session %}
7- <!-- IF not signed in -->
85 < div >
96 < div class ="jumbotron jumbotron-fluid "> < table >
7+ </ br >
108 < tbody >
119 < tr >
1210 < td >
1311 < h1 class ="display-4 "> Python Launcher</ h1 >
1412 < p class ="Xlead "> {{ session['manifest']['SupportingTexts']['HomePageText'] }}</ p >
1513 </ td >
14+ </ tr >
15+ < tr >
1616 < td >
17- < img src ="/static/assets/banner-code.png " />
1817 </ td >
1918 </ tr >
2019 </ tbody >
2120 </ table >
2221 </ div >
23- {% endif %}
2422
2523 <!-- Future: add a table of contents or navigation pane
2624 Eg, see https://stackoverflow.com/questions/21868610/make-column-fixed-position-in-bootstrap
You can’t perform that action at this time.
0 commit comments