New 404 and login page

This commit is contained in:
mrfry 2021-04-21 16:13:58 +02:00
parent 14df2ed3e6
commit c40fb4ca14
3 changed files with 101 additions and 61 deletions

View file

@ -1,25 +1,46 @@
<html> <html>
<body bgcolor="#212127"> <body bgcolor="#222426">
<head> <head>
<title>Nem található - Qmining | Frylabs.net</title>
<style> <style>
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
body { body {
font: normal 14px Verdana; text-align: center;
font-family: 'Kameron', serif;
font-family: 'Overpass Mono', monospace;
color: #999999; color: #999999;
} }
h2 {
a { margin-bottom: 0px;
color: #9999ff; padding-top: 40px;
font-size: 75px;
}
p {
font-size: 25px;
}
a, a:visited {
text-decoration: none;
font-size: 14px;
color: inherit;
}
a:hover {
color: white;
}
img {
width: 30%;
padding-top: 35px;
padding-bottom: 30px;
} }
</style> </style>
</head> </head>
<h2>Oops...</h2>
<center> <center>
<h1>404</h1> <img src="/img/frylabs-404-cut.jpg" alt="FryLabs 404">
<iframe width="660" height="465" src="https://www.youtube-nocookie.com/embed/SjfspM5sDIA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center> </center>
<p>Az oldal, amit kerestél úgy tűnik, hogy nem létezik!</p>
<a href="/">&#171;&#171; Visszatérés a főoldalra</a>
</body> </body>
</html> </html>

View file

@ -1,41 +1,47 @@
<html> <html>
<body bgcolor="#222426"> <body bgcolor="#222426">
<head> <head>
<title>Frylabs</title> <title>Qmining | Frylabs.net - Login</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.6" /> <meta name="viewport" content="width=device-width, initial-scale=0.6" />
<style> <style>
a { body {
color: lightblue; background-color: #222426;
} }
.center { <!--a {
width: 380px; color: lightblue;
height: 340px; }-->
position: absolute; .logindiv {
height: 100%;
float: left;
left: 0; left: 0;
right: 0; right: 0;
top: 0;
bottom: 0; bottom: 0;
margin: auto; margin: 0;
position: absolute;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
overflow: none;
text-align: center; text-align: center;
} }
.text { .text {
font-size: 18px; font-family: 'Courier New', monospace;
color: white; text-shadow: 1px 1px 8px black;
margin: 20px; font-size: 20px;
color: red;
margin: 5px;
} }
.title { .title {
font-family: 'Courier New', monospace;
padding-top: 17%;
margin: 20px; margin: 20px;
font-size: 50px; font-size: 70px;
font-weight: bold; font-weight: bold;
color: white; color: white;
} }
.inputContainer { .inputContainer {
width: 100%; max-width: 100%;
clear: both;
padding-bottom: 23px;
} }
.showpwContainer { .showpwContainer {
color: white; color: white;
@ -44,28 +50,40 @@
} }
input[type=text], input[type=password], textarea { input[type=text], input[type=password], textarea {
font-size: 16px; font-size: 16px;
color: #ffffff; color: white;
background-color: #181a1b; background-color: #181a1b;
width: 100%; width: 20%;
padding: 12px 20px; padding: 12px 20px;
margin: 8px 0; margin: 8px 0;
box-sizing: border-box; box-sizing: border-box;
border: 2px solid #333333; border: 2px solid white;
} }
input[type=text]:focus, input[type=password]:focus, textarea:focus { input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=text]:hover, input[type=password]:hover, textarea:hover {
border: 2px solid #000; border: 2px solid #F2CB05;
} }
button { button {
background-color: #9999ff; background-color: #F2CB05;
border: none; border: none;
color: white; color: black;
padding: 16px 32px; padding: 13px 30px;
text-decoration: none; font-variant: small-caps;
font-weight: 500;
font-size: 15px;
margin: 4px 2px; margin: 4px 2px;
cursor: pointer; cursor: pointer;
text-shadow: 1px 1px 8px black;
transition: width 0.5s, height 0.5s, ease-in 0.5s;
}
button:active {
transform: translateY(2.5px);
}
button:hover {
text-shadow: 2px 2px 8px black;
transition: width 0.5s, height 0.5s, ease-out 0.5s;
background-color: #a38c1a;
} }
.disabledButton { .disabledButton {
background-color: #999999; background-color: #a38c1a;
} }
.ircLinkContainer { .ircLinkContainer {
display: flex; display: flex;
@ -88,11 +106,12 @@
} }
</style> </style>
</head> </head>
<div class='center'> <div class='logindiv'>
<div class='title'> <div class='title'>
Frylabs <img src="/img/frylabs-logo_large_transparent.png" alt="FryLabs">
</div>
<div id='text' class='text'>
</div> </div>
<div id='text' class='text'></div>
<div id='feedback'> <div id='feedback'>
<textarea placeholder='Üzenet' id='feedbackTextArea'></textarea> <textarea placeholder='Üzenet' id='feedbackTextArea'></textarea>
<input id='email' type='text' placeholder='E-mail, amire választ vársz (nem kötelező)' /> <input id='email' type='text' placeholder='E-mail, amire választ vársz (nem kötelező)' />
@ -103,13 +122,13 @@
</div> </div>
<div id='form'> <div id='form'>
<div class='inputContainer'> <div class='inputContainer'>
<input placeholder='Jelszó' onkeyup="PWKeyUp(this)" type='text' id='pw' name='pw' autocomplete="off" autofocus/> <input type='password' placeholder='Jelszó' onkeyup="PWKeyUp(this)" type='text' id='pw' name='pw' autocomplete="off" autofocus/>
<input type='hidden' id='cid' name='pw' autocomplete="off"/> <input type='hidden' id='cid' name='pw' autocomplete="off"/>
</div> </div>
<div class='ircLinkContainer' > <div class='ircLinkContainer' >
<a class='ircLink' onclick='ShowFeedback()'>Contact</a> <!--a class='ircLink' onclick='ShowFeedback()'>Contact</a-->
</div> </div>
<button id='sendButton' onclick="Login(this)">Login</button> <button id='sendButton' onclick="Login(this)">Belépés</button>
</div> </div>
</div> </div>
</body> </body>

@ -1 +1 @@
Subproject commit 4c4fb1dacce3306de27407b501000851822394a4 Subproject commit d7fa02435fd58755184ca0849379e27941e6f244