<!doctype html>
<html lang="tr" itemscope="" itemtype="http://schema.org/WebPage">
	<head>
    <meta charset="utf-8">
	<meta content="origin" name="referrer">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="stylesheet" href="css/bootstrap.min.css">
    <link rel="stylesheet" href="css/style.css">
	<meta content="img/virvir.png" itemprop="image">
	<link rel="SHORTCUT ICON" href="img/virvir.png" />
    <link rel="apple-touch-icon" sizes="76x76" href="img/virvir.png">
    <link rel="apple-touch-icon" sizes="152x152" href="img/virvir.png">
	<link rel="canonical" href="https://virvir.net/" />
    <title>SOHBET</title>
	<meta name="description" content="İşte en iyi sohbet! Katıl gerçek kişilerle sohbet et tanış."/>
  </head>
	<body style="background-color: #7d4fdf;">
		<main>
			<header class="container">
				<nav class="row">
					<figure class="col-12 text-right">
						<a class="start-chat" href="/sohbet">
							<img src="img/ellipsis.png" width="24" height="24" title="hızlı giriş" alt="hızlı giriş" />
						</a>
					</figure>
				</nav>
			</header>
			<section class="container">
				<article class="row">
					<header class="col-12">
						<h1>Sohbet Et<br><small>Tanışın.</small></h1>
					</header>
				</article>
			</section>
			<section style="margin-top:100px;" class="container">
				<article class="row">
					<picture class="imgs">
						<source srcset="img/kisi.webp" type="image/webp">
						<source srcset="img/kisi.png" type="image/jpeg">
						<img src="img/kisi.png" width="350" height="690" alt="kişi">
					</picture>
					<header class="col-xl-5 col-lg-5 text-center">
						<h2 class="login">
							Senin İçin <br /> <small>İşte En iyi Odalar</small>
						</h2>
						<strong class="join">Giriş Yap Başla!</strong>
						<form class="chat-join" action="https://virvir.net/sohbet/" method="post">
							<input class="nick" type="text" name="nickname" size="22" tabindex="1" onblur="validate(this);" placeholder="NİCKNAME YAZIN" required="">
							<div class="clearfix"></div>
							<input class="sifre" name="password" type="password" placeholder="ŞİFRENİZİ YAZIN" size="22" tabindex="2">
							<div class="clearfix"></div>
							<input class="bagla" type="submit" value="">
						</form>
						<div class="row mobil">
							<div class="col-12">
								<strong>Mobil Uygulamayı Marketten Kolayça İndirip Denemek İstermisin?</strong>
							</div>
							<div class="col-xl-12 text-center">
								<img src="img/android.png" width="32" height="32" alt="android">
								<img src="img/apple.png" width="32" height="32" alt="apple">
							</div>
						</div>

					</header>
					<div class="col-xl-2 col-lg-2">
						<div class="line">
							<span>ya da</span>
						</div>
					</div>
					<div class="col-xl-5 col-lg-5 text-center nick-reg">
						<h2>Virvir'a Şimdi Katıl <br /> <small>Nick Kayıt İşlemini Kolayca Tamamla!</small></h2>
						<p class="hints">Çok Kolay ve Kısa Sürer</p>
						<form action="kontrol.php" method="post">
							<input type="text" name="nick" placeholder="Nickinizi Yazın">
							<input type="password" name="sifre" placeholder="Şifre Yazın">
							<input type="password" name="sifre2" placeholder="Şifre Tekrar Yazın">
							<input type="email" name="mail" placeholder="Eposta">
							<input class="woovv" name="kod" type="text" id="form" value="" placeholder="Kodu Yazın">
							<div class="woovv-img">
								<img src="register.php" title="Güvenlik Kodunu Yandaki Kutucuğa Yazınız" alt="Captca" id="captcha" onclick="javascript:reloadCaptcha()">
							</div>
							<p class="hint"><img src="img/check.png" width="24" height="24" alt="check"> *Kayıt ol* butonuna tıkladığınız da <a href="#">kullanım koşulları</a> ve <a href="#">gizlilik sözleşmesi</a> politikalarımızı kabul etmiş sayılırsınız.</p>
							<input type="submit" value="Kayit Ol" class="gonder">
						</form>
					</div>

				</article>
			</section>

		</main>
		<footer class="container footer">
			<div class="row">
				<div class="col-xl-6 col-lg-6">
					<figure class="logo">
						<a href="https://virvir.net/">
							<img src="img/logo.png" width="250" height="64" title="virvir" alt="logo" />
						</a>
					</figure>
				</div>

				<div class="col-xl-6 col-lg-6">
					<div class="linkler">
						<a class="footer-link" href="legal.html">Legal</a>
						<a class="footer-link" href="kullanim-kosullari.html">Koşullar</a>
						<a class="footer-link" href="gizlilik.html">Gizlilik</a>
						<a class="footer-link" href="api.html">API</a>
						<a class="footer-link" href="hakkimizda.html">Hakkımızda</a>
						<a class="footer-link" href="kurallar.html">Kurallar</a>
						<a class="footer-link" href="iletisim.html">İletişim</a>
					</div>
				</div>

			</div>
		</footer>
		<!-- Google tag (gtag.js) -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=G-7X954HQGSD"></script>
		<script>
			window.dataLayer = window.dataLayer || [];
			function gtag() { dataLayer.push(arguments); }
			gtag('js', new Date());

			gtag('config', 'G-7X954HQGSD');
		</script>
		<!-- Optional JavaScript -->
		<!-- jQuery first, then Popper.js, then Bootstrap JS -->
		<link rel="stylesheet" href="css/bootstrap.min.css">
		<script src="js/bootstrap.min.js"></script>
	</body>
</html>