<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Users - mentconnect inc</title>
<script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css">
{{HTML::style('css/mentconnect.css')}}
{{HTML::style('css/denied.css')}}
</head>
<body>
<div id="main">
<div class="container padded">
<div id="feature-screenshot">
<h2>{{ $name }}, Welcome to mentconnect community!</h2>
<p class="center-feature-sub-content">
Please ensure to complete your profile to make it easier for us to match you with the right mentor or mentee!
</p>
<p>Thank you once again and please enjoy your stay here and even invite your friends to join us.</p>
<p>You can return to your account by clicking {{HTML::link('login', 'here') }}</p>
<hr />
</div>
<div class="row">
</div>
</div>
</div>
<div id="footer">
<div id="sub-footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<p id="copyright-section">
<small>Copyright © 2014. All Rights Reserved. Built With Laravel + Bootstrap Frameworks by Elisha Chirchir.</small>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>