File: /home/imensosw/www/imenso.co/demo/zuruuna/delete-account.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Delete your account | Zuruuna.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="css/intlTelInput.css">
<link href="css/responsive.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
</head>
<body>
<?php include('header.php'); ?>
<section id="sucurityCheck">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Delete your account</h3>
<p>We’re sorry to see you go! Are you sure you want to delete your account?</p>
<div style="margin-top:30px;"></div>
<h4>Deleting your account will remove your:</h4>
<ul>
<li> account and all information, including email subscriptions.</li>
<li>website, guest list, checklist and vendor list.</li>
<li>registry manager and registries as displayed on zuruuna.com only.</li>
</ul>
<h4>Deleting your account will not remove your:</h4>
<ul>
<li>retail registries. Those registries will remain active on retailer sites.</li>
</ul>
<h3 style="color:red;"> Are you sure you want to delete your account?</h3>
<div class="tmarg"></div>
<a href="" class="btn btn-alpha">DELETE ACCOUNT</a> <a href="" class="btn btn-beta">Cancel</a>
</div>
</div>
</div>
</section>
<?php include('footer.php'); ?>
</body>
</html>