Skip to content

Commit

Permalink
Transfer of files
Browse files Browse the repository at this point in the history
  • Loading branch information
CnI3NWjQ9gmYhzVYuakf authored Jan 6, 2023
0 parents commit 66b4150
Show file tree
Hide file tree
Showing 19 changed files with 296 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 404.html
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>
Binary file added ads.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/doodbikes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/elktonstationstock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/elktonstationstockexit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/kazakola.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mintysmintsmeth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/nicolascage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/DOTMATRX.woff
Binary file not shown.
Binary file added fonts/DotMatrix_TR.woff
Binary file not shown.
27 changes: 27 additions & 0 deletions index.html
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>
26 changes: 26 additions & 0 deletions platform/ElktonStation/platform1.html
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>
27 changes: 27 additions & 0 deletions platform/platform.html
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>
92 changes: 92 additions & 0 deletions style/style.css
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');

}
26 changes: 26 additions & 0 deletions test.html
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>
53 changes: 53 additions & 0 deletions timetable/ElktonStation/timetable1.html
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>
27 changes: 27 additions & 0 deletions timetable/timetable.html
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>

0 comments on commit 66b4150

Please sign in to comment.