-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkayitol.html
81 lines (64 loc) · 3.08 KB
/
kayitol.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="ThemeBucket">
<link rel="shortcut icon" href="images/favicon.png">
<title>Dosya Yönetim Portalı - Kayıt Ol</title>
<!--Core CSS -->
<link href="bs3/css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-reset.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<link href="css/style-responsive.css" rel="stylesheet" />
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]>
<script src="js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body class="login-body">
<div class="container">
<form class="form-signin" action="index.html">
<h2 class="form-signin-heading">Hemen Kayıt Ol</h2>
<div class="login-wrap">
<p>Kişisel bilgilerinizi aşağıya giriniz</p>
<input type="text" class="form-control" placeholder="Tam Adınız" autofocus>
<input type="text" class="form-control" placeholder="Eposta" autofocus>
<div class="radios">
<label class="label_radio col-lg-6 col-sm-6" for="radio-01">
<input name="sample-radio" id="radio-01" value="1" type="radio" checked /> Erkek
</label>
<label class="label_radio col-lg-6 col-sm-6" for="radio-02">
<input name="sample-radio" id="radio-02" value="1" type="radio" /> Kadın
</label>
</div>
<p> Hesap ayrıntılarınızı aşağıya giriniz</p>
<input type="text" class="form-control" placeholder="Kullanıcı Adı" autofocus>
<input type="password" class="form-control" placeholder="Şifre">
<input type="password" class="form-control" placeholder="Şifrenizi Yeniden Yazınız">
<label class="checkbox">
<input type="checkbox" value="agree this condition"> Hizmet Şartları ve Gizlilik Politikası'nı kabul ediyorum
</label>
<button class="btn btn-lg btn-login btn-block" type="submit">Gönder</button>
<div class="registration">
Zaten Kayıtlı.
<a class="" href="index.html.html">
Giriş Yapın
</a>
</div>
</div>
</form>
</div>
<!-- Placed js at the end of the document so the pages load faster -->
<!--Core js-->
<script src="js/jquery.js"></script>
<script src="bs3/js/bootstrap.min.js"></script>
</body>
</html>