-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 66b4150
Showing
19 changed files
with
296 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="PROJECT RAIL TIMETABLE BETA"> | ||
<title>PROJECT RAILS INDEX</title> | ||
<link rel="stylesheet" href="/style/style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="PROJECT RAIL TIMETABLE BETA"> | ||
<title>PROJECT RAILS INDEX</title> | ||
<link rel="stylesheet" href="/style/style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<h1> | ||
THIS IS INDEX FILE OF PROJECT RAIL REPOSITORY </br> | ||
PLEASE CHANGE ACCORDINLY TO YOUR USE CASE BY </br> | ||
APPENDING TYPE OF SCREEN YOU'RE USING IT FOR </br> | ||
AVAILABLE STYLES: </br> | ||
platform/platform.html, </br> | ||
timetable/timetable.html </br> | ||
</h1> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="PROJECT RAIL TIMETABLE BETA"> | ||
<title>PROJECT RAILS TIMETABLE</title> | ||
<link rel="stylesheet" href="/style/style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<h1> | ||
09:56 | CRAMWICH</br> | ||
PR000 | </br> | ||
</br> | ||
10:13 | </br> | ||
PR001 | GRADLING </br> | ||
</h1> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="PROJECT RAIL TIMETABLE BETA"> | ||
<title>PROJECT RAILS PLATFORM INDEX</title> | ||
<link rel="stylesheet" href="/style/style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<h1> | ||
THIS IS PLATFORM INDEX FILE OF PROJECT RAIL REPOSITORY </br> | ||
PLEASE SUPPLY YOUR STATION NAME BY </br> | ||
APPENDING /platform[PLATFORM NUMBER].html TO FULL STATION NAME </br> | ||
AVAILABLE STYLES: </br> | ||
ElktonStation, </br> | ||
Cramwich </br> | ||
</h1> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
body { | ||
|
||
width: 100vw; | ||
height: 100vh; | ||
overflow: hidden; | ||
margin: 0px; | ||
display: grid; | ||
background-repeat: repeat; | ||
background-image: url(/assets/tile.png); | ||
background-size: 32px 32px; | ||
|
||
} | ||
|
||
.tile { | ||
|
||
margin: 0px; | ||
position: absolute; | ||
z-index: -1; | ||
|
||
} | ||
|
||
h1 { | ||
|
||
font-family: 'DotMatrix Regular'; | ||
font-size: 25px; | ||
color: #d1ab00; | ||
text-align: left; | ||
margin: 0px; | ||
padding: 0px; | ||
position: absolute; | ||
top: 33px; | ||
left: 38px; | ||
z-index: 1; | ||
line-height: 1.3; | ||
|
||
} | ||
|
||
h2 { | ||
|
||
font-family: 'DotMatrix Regular'; | ||
font-size: 25px; | ||
color: #d1ab00; | ||
text-align: left; | ||
padding: 0px; | ||
position: absolute; | ||
bottom: 42px; | ||
left: 38px; | ||
z-index: 1; | ||
letter-spacing: -3px; | ||
|
||
} | ||
|
||
h3 { | ||
|
||
font-family: 'DotMatrix Regular'; | ||
font-size: 25px; | ||
color: #d1ab00; | ||
text-align: left; | ||
margin: 0px; | ||
padding: 0px; | ||
position: absolute; | ||
bottom: 28px; | ||
left: 38px; | ||
z-index: 1; | ||
line-height: 1.3; | ||
|
||
} | ||
|
||
h4 { | ||
|
||
font-family: 'DotMatrix Regular'; | ||
font-size: 25px; | ||
color: #d1ab00; | ||
text-align: right; | ||
margin: 0px; | ||
padding: 0px; | ||
position: absolute; | ||
bottom: 28px; | ||
right: 29.5px; | ||
z-index: 1; | ||
line-height: 1.3; | ||
|
||
} | ||
|
||
@font-face { | ||
|
||
font-family: 'DotMatrix Regular'; | ||
font-style: normal; | ||
font-weight: normal; | ||
src: local('DotMatrix Regular'), url('/fonts/DOTMATRX.woff') format('woff'); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html><head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<body> | ||
<div class="resolution"> | ||
<span id="resolutionNumber">Error</span> | ||
</div> | ||
|
||
<script type="text/javascript"> | ||
|
||
height = screen.height; | ||
width = screen.width; | ||
|
||
res = document.getElementById ('resolutionNumber'); | ||
res.innerHTML = width + " x " + height; | ||
|
||
if (res == null) | ||
{ | ||
alert ("Error"); | ||
} | ||
</script> | ||
|
||
|
||
|
||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="PROJECT RAIL TIMETABLE BETA"> | ||
<title>PROJECT RAILS TIMETABLE</title> | ||
<link rel="stylesheet" href="/style/style.css"> | ||
|
||
</head> | ||
|
||
<body onload=display_timeLayered()> | ||
|
||
<h1> | ||
08:30 | </br> | ||
</br> | ||
</br> | ||
</br> | ||
</br> | ||
</h1> | ||
<h2> | ||
__________________________ </br> | ||
</h2> | ||
<h3> | ||
PAGE 1 OF 1</br> | ||
</h3> | ||
<h4> | ||
<span id="time"></span></br> | ||
</h4> | ||
<script> | ||
function display_time() { | ||
var refresh = 1000; // Refresh rate in milli seconds | ||
currentTime=setTimeout('display_timeLayered()', refresh) | ||
} | ||
|
||
function leadingZero(time) { | ||
return time>9? time: "0"+time; | ||
} | ||
|
||
function display_timeLayered() { | ||
var xDate = new Date() | ||
|
||
var result = leadingZero(xDate.getHours()) + ":" + leadingZero(xDate.getMinutes()) + ":" + leadingZero(xDate.getSeconds()); | ||
document.getElementById('time').innerHTML = result; | ||
display_time(); | ||
} | ||
</script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="PROJECT RAIL TIMETABLE BETA"> | ||
<title>PROJECT RAILS PLATFORM INDEX</title> | ||
<link rel="stylesheet" href="/style/style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<h1> | ||
THIS IS TIMETABLE INDEX FILE OF PROJECT RAIL REPOSITORY </br> | ||
PLEASE SUPPLY YOUR STATION NAME BY </br> | ||
APPENDING /timetable[SCREEN NUMBER].html TO FULL STATION NAME </br> | ||
AVAILABLE STYLES: </br> | ||
ElktonStation, </br> | ||
Cramwich </br> | ||
</h1> | ||
|
||
</body> | ||
|
||
</html> |