Skip to content

Commit

Permalink
#44 Change design of Start page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kiselyov committed Aug 30, 2018
1 parent 9879ceb commit 07e1fbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
19 changes: 8 additions & 11 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%@ page contentType="text/html;charset=UTF-8"%>
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<title>C.T.co Event Organizer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
Expand All @@ -11,7 +11,7 @@
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('https://www.w3schools.com/w3images/forestbridge.jpg');
background-image: url('http://img.src.ca/2016/06/14/635x357/160614_ol4ap_concerts_sn635.jpg');
min-height: 100%;
background-position: center;
background-size: cover;
Expand All @@ -20,16 +20,13 @@
<body>

<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
Logo
</div>
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">COMING SOON</h1>
<div class="w3-display-middle">
<h1 style="text-align:center" class="w3-jumbo w3-animate-top">C.T.co</h1>
<h1 class="w3-jumbo w3-animate-top">EVENT ORGANIZER</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center">35 days left</p>
</div>
<div class="w3-display-bottomleft w3-padding-large">
<a href="<c:url value='/login.jsp'/>">Log in</a>
<p class="w3-large w3-center">join with us</p>
<h4 class="w3-large w3-center">
<a href="<c:url value='/login.jsp'/>">Log in or Registration</a> </h4>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<title>C.T.co Event Organizer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="http://www.w3schools.com/lib/w3data.js"></script>
Expand Down

0 comments on commit 07e1fbd

Please sign in to comment.