Your IP : 216.73.216.48


Current Path : /srv/www/vlevski/it/
Upload File :
Current File : //srv/www/vlevski/it/index4.html

<!DOCTYPE HTML>
<html lang="bg">
	<head>
		<title>Регистрация в състезанието по ИТ</title>
		<meta charset="utf-8" />
		<link rel="shortcut icon" type="image/png" href="/it.png" />
		<link rel="shortcut icon" type="image/png" href="https://it.vlevski.eu/it.png" />
		<link rel="stylesheet" href="/assets/css/bootstrap.min.css" />
		<link rel="stylesheet" href="/assets/css/datepicker.css" />
		<link rel="stylesheet" href="/assets/css/font-awesome.min.css" />
		<script src="/assets/js/jquery.min.js"></script>
		<script src="/assets/js/popper.min.js"></script>
		<script src="/assets/js/bootstrap.min.js"></script>
		<script src="/assets/js/bootstrap-datepicker.js"></script>
		<style>
			@font-face
			{
				font-family: 'btn';
				src: url("/assets/fonts/segmdl2-webfont.woff2") format("woff2"), url("/assets/fonts/segmdl2-webfont.woff") format("woff");
				font-weight: normal;
				font-style: normal;
			}
			#tbl table, #tbl td, #tbl th
			{
				border: 1px #000000 solid;
				margin: 0;
				padding: 0;
				text-align: center;
			}
			#tbl
			{
				border: none;
			}
		</style>
	</head>
	<body>
		<div style="position: relative; top: 10px; margin: 0 auto; width: 450px; max-width: 450px; overflow: hidden; text-align: center; background: transparent;">
			<div class="container">
				<form action="/login/" method="POST">
					<div class="row">
						<div class="col-12">
							<span class="fa fa-film" style="position: relative; top: 0px; width: 150px; color: #000000; font-size: 150px;"></span>
							<br />
							<h2>КОНКУРС<br />ЗА ВИДЕОКЛИП<br />НА ТЕМА<br />&quot;ЗАВЕТИТЕ НА ЛЕВСКИ&quot;</h2>
						</div>
					</div>
					<div class="row">
						<div class="col-1" style="text-align: right;">
							<span class="fa fa-envelope-open" style="position: relative; top: 10px; width: 32px; color: #000000; font-size: 32px;"></span>
						</div>
						<div class="col-11">
							<input name="em" placeholder="Въведете валиден e-mail" class="form-control-lg form-control" type="text" value="" />
							<br />
						</div>
					</div>
					<div class="row">
						<div class="col-1" style="text-align: right;">
							<span class="fa fa-unlock" style="position: relative; top: 10px; width: 32px; color: #000000; font-size: 32px;"></span>
						</div>
						<div class="col-11">
							<input name="ps" placeholder="Въведете парола" class="form-control-lg form-control" type="password" value="" />
							<br />
						</div>
					</div>
					<div class="row">
						<div class="col-12">
							<input class="form-control-lg form-control btn-primary" type="submit" value="Вход" />
							<br />
						</div>
					</div>
					<div class="row">
						<div class="col-12">
							<br />
							<br />
							<h2><strong>Нямате профил?</strong></h2>
							<br />
						</div>
					</div>
					<div class="row">
						<div class="col-1" style="text-align: right;">
							<span class="fa fa-user-plus" style="position: relative; top: 10px; width: 32px; color: #000000; font-size: 32px;"></span>
						</div>
						<div class="col-11">
							<input class="form-control-lg form-control btn-warning" style="cursor: pointer;" type="button" onclick="window.open('/register/','_self'); return true;" value="Регистрирайте се" />
						</div>
					</div>
				</form>
			</div>
		</div>
	</body>
</html>