Code standardisation
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
2e72c1deaf
commit
c9e91ba1be
6 changed files with 120 additions and 111 deletions
|
@ -8,7 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="title">
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145"
|
||||
height="81.56"/> </a>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
</div>
|
||||
<div class="boxes">
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="title">
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145"
|
||||
height="81.56"/> </a>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
</div>
|
||||
<div class="boxes">
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="title">
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145"
|
||||
height="81.56"/> </a>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
</div>
|
||||
<div class="boxes">
|
||||
|
|
|
@ -8,12 +8,14 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="title">
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145"
|
||||
height="81.56"/> </a>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
</div>
|
||||
<div class="boxes">
|
||||
<h2>Register</h2>
|
||||
<p>Thank you for signing up for your free skynet account. Please complete the process by filling in the form below</p>
|
||||
<p>Thank you for signing up for your free skynet account. Please complete the process by filling in the form
|
||||
below</p>
|
||||
<form id="register">
|
||||
<table id="table">
|
||||
<tr>
|
||||
|
|
|
@ -39,14 +39,17 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="title">
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145"
|
||||
height="81.56"/> </a>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
</div>
|
||||
<div class="boxes">
|
||||
<h2>Welcome to Skynet</h2>
|
||||
<p>
|
||||
Skynet is a server cluster that the UL Computer Society runs. If you previously had an account and need to activate <br />
|
||||
it please click <a href="./modify.html">here</a> to set a contact email address for your account. IF you are a new <br />
|
||||
Skynet is a server cluster that the UL Computer Society runs. If you previously had an account and need to
|
||||
activate <br/>
|
||||
it please click <a href="./modify.html">here</a> to set a contact email address for your account. IF you are a
|
||||
new <br/>
|
||||
user, please fill in the form below with the email that you use on ul wolves.
|
||||
</p>
|
||||
<form id="register">
|
||||
|
|
|
@ -3,6 +3,7 @@ body{
|
|||
background-image: url(../images/backgroundsharkycoin.png);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Title bar */
|
||||
#title {
|
||||
display: inline-flex;
|
||||
|
|
Loading…
Reference in a new issue