File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
.jumbotron {
20
20
21
- background : # 000 !important ;
21
+ background-image : url (/static/assets/banner-code.png) !important ;
22
+ background-position : right;
23
+ min-height : 500px ;
22
24
padding-top : 0 !important ;
23
25
padding-bottom : 0 !important ;
24
26
padding-left : 30px !important ;
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h3>Working... <span></span></h3>
70
70
< p id ="download-continue " class ="feedback "> < a href ="/ "> c</ a > </ p >
71
71
72
72
{% if 'ds_user_name' in session %}
73
- < div class ="container ">
73
+ < div class ="container-full-bg ">
74
74
< section id ="content " style ="padding-top:30px; ">
75
75
{% else %}
76
76
< div class ="container-full-bg ">
Original file line number Diff line number Diff line change 2
2
{% extends "base.html" %}
3
3
4
4
{% block content %}
5
-
6
- {% if not 'ds_user_name' in session %}
7
- <!-- IF not signed in -->
8
5
< div >
9
6
< div class ="jumbotron jumbotron-fluid "> < table >
7
+ </ br >
10
8
< tbody >
11
9
< tr >
12
10
< td >
13
11
< h1 class ="display-4 "> Python Launcher</ h1 >
14
12
< p class ="Xlead "> {{ session['manifest']['SupportingTexts']['HomePageText'] }}</ p >
15
13
</ td >
14
+ </ tr >
15
+ < tr >
16
16
< td >
17
- < img src ="/static/assets/banner-code.png " />
18
17
</ td >
19
18
</ tr >
20
19
</ tbody >
21
20
</ table >
22
21
</ div >
23
- {% endif %}
24
22
25
23
<!-- Future: add a table of contents or navigation pane
26
24
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