Skip to content

Instantly share code, notes, and snippets.

@muhammetfaik
Created November 18, 2020 06:23
Show Gist options
  • Save muhammetfaik/00d63916aad2f38bd1921febc5c409cb to your computer and use it in GitHub Desktop.
Save muhammetfaik/00d63916aad2f38bd1921febc5c409cb to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<title>Register Cover | CORK - Multipurpose Bootstrap Dashboard Template </title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">
<link href="/bootstrap/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="/css/plugins.css" rel="stylesheet" type="text/css" />
<link href="/css/form-1.css" rel="stylesheet" type="text/css" />
<!-- END GLOBAL MANDATORY STYLES -->
<link rel="stylesheet" type="text/css" href="/css/theme-checkbox-radio.css">
<link rel="stylesheet" type="text/css" href="/css/switches.css">
</head>
<body class="form">
<div class="form-container">
<div class="form-form">
<div class="form-form-wrap">
<div class="form-container">
<div class="form-content">
<h1 class="">Get started with a <br/> free account</h1>
<p class="signup-link">Already have an account? <a href="{{ route('kullanici.oturumac') }}">Log in</a></p>
<form class="text-left" role="form" method="POST" action="{{ route('kullanici.kaydol') }}">
{{ csrf_field() }}
<div class="form">
<div id="username-field" class="field-wrapper input">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
<input id="name" name="name" type="text" class="form-control" placeholder="Ad">
</div>
<div id="username-field" class="field-wrapper input">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
<input id="surname" name="surname" type="text" class="form-control" placeholder="Soyad">
</div>
<div id="username-field" class="field-wrapper input">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
<input id="username" name="username" type="text" class="form-control" placeholder="Kullanıcı Adı">
</div>
<div id="email-field" class="field-wrapper input">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-at-sign"><circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path></svg>
<input id="email" name="email" type="text" value="" placeholder="Email">
</div>
<div id="password-field" class="field-wrapper input mb-2">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
<input id="password" name="password" type="password" value="" placeholder="Password">
</div>
<div class="field-wrapper terms_condition">
<div class="n-chk new-checkbox checkbox-outline-primary">
<label class="new-control new-checkbox checkbox-outline-primary">
<input type="checkbox" class="new-control-input">
<span class="new-control-indicator"></span><span>I agree to the <a href="javascript:void(0);"> terms and conditions </a></span>
</label>
</div>
</div>
<div class="d-sm-flex justify-content-between">
<div class="field-wrapper toggle-pass">
<p class="d-inline-block">Show Password</p>
<label class="switch s-primary">
<input type="checkbox" id="toggle-password" class="d-none">
<span class="slider round"></span>
</label>
</div>
<div class="field-wrapper">
<button type="submit" class="btn btn-primary" value="">Get Started!</button>
</div>
</div>
</div>
</form>
<p class="terms-conditions">© 2019 All Rights Reserved. <a href="index.html">CORK</a> is a product of Designreset. <a href="javascript:void(0);">Cookie Preferences</a>, <a href="javascript:void(0);">Privacy</a>, and <a href="javascript:void(0);">Terms</a>.</p>
</div>
</div>
</div>
</div>
<div class="form-image">
<div class="l-image">
</div>
</div>
</div>
<!-- BEGIN GLOBAL MANDATORY SCRIPTS -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment