File tree 4 files changed +6
-16
lines changed
webapp/WEB-INF/templates/views
4 files changed +6
-16
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 (/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 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
2
<jsp:include page =" ../../partials/head.jsp" />
3
3
4
- <c:if test =" ${ locals. user == null } " >
5
- <!-- IF not signed in -->
6
- <div >
7
4
<div class =" jumbotron jumbotron-fluid" > <table >
5
+ </br >
8
6
<tbody >
9
7
<tr >
10
8
<td >
11
9
<h1 class =" display-4" >Java Launcher</h1 >
12
10
<p class =" Xlead" >${ launcherTexts. getHomePageText() } </p >
13
11
</td >
14
12
<td >
15
- <img src =" /assets/banner-code.png" />
16
13
</td >
17
14
</tr >
18
15
</tbody >
19
16
</table >
20
17
</div >
21
- </c:if >
22
18
23
19
24
20
<div class =" container" style =" margin-top : 40px " id =" index-page" >
Original file line number Diff line number Diff line change 71
71
72
72
<p id =" download-continue" class =" feedback" ><a href =" /" >${ launcherTexts. getContinueButton() } </a ></p >
73
73
74
- <c:choose >
75
- <c:when test =" ${ locals. user == null } " >
76
- <div class =" container-full-bg" >
77
- <section id =" content" style =" margin :0 90px 0 90px ; padding :0 15px 0 15px ;" >
78
- </c:when >
79
- <c:otherwise >
80
- <div class =" container" >
81
- <section id =" content" >
82
- </c:otherwise >
83
- </c:choose >
74
+ <div class =" container-full-bg" >
75
+ <section id =" content" >
You can’t perform that action at this time.
0 commit comments