Skip to content

Commit

Permalink
Updated tenplates and static files
Browse files Browse the repository at this point in the history
  • Loading branch information
oorti98 committed May 2, 2017
1 parent cc7a12e commit 6b56e46
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 23 deletions.
Binary file modified static/RallyBackground.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 0 additions & 17 deletions static/result.html

This file was deleted.

File renamed without changes.
12 changes: 6 additions & 6 deletions templates/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<head>

<script type="text/javascript" src="../static/indexScript.js"></script>
<script type="text/javascript" src="resultScript.js"></script>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<link rel="stylesheet" href="../static/indexStyle.css" >
<link rel="stylesheet" href="resultStyle.css" >

</head>

<body background="../static/RallyBackground.jpg">
<body>

<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">

Expand All @@ -26,19 +26,19 @@

</button>

<a href="../static/index.html" class="navbar-brand" >Fact Detector</a>
<a href=".../static/index.html" class="navbar-brand" >Fact Detector</a>

</div>

</nav>



<div class="topDiv2">
<div class="topDiv">

<center>

<h2> Results </h2>
<h1> Results </h1>

<br>

Expand Down
7 changes: 7 additions & 0 deletions templates/resultScript.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function askForFile() {
document.getElementById('fileID').click(); return false;
}

function displayResponse() {

}
53 changes: 53 additions & 0 deletions templates/resultStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
body {
background-color: white;
background-size: cover;
background-repeat:no-repeat;
height: 100%;
width: 100%;

}

h1 {
color: black;
font-family: "Times New Roman", Times, serif;
font-size: 300%;
line-height: 70%;
}

.infoText {
color: white;
}
.topDiv {
height: 200px;
width: 400px;
background: transparent;

position: fixed;
top: 25%;
left: 50%;
margin-top: -100px;
margin-left: -200px;
}

.bottomDiv {
height: 300px;
width: 400px;
background: rgba(0,0,0,.40);
border-radius: 25px;

position: fixed;
top: 63%;
left: 50%;
margin-top: -100px;
margin-left: -200px;

}
.infoText {

position: fixed;
top: 61%;
left: 51%;
margin-top: -100px;
margin-left: -200px;
margin-right: 470px;
}

0 comments on commit 6b56e46

Please # to comment.