mentors

mentors Git Source Tree


Root/app/views/users/group.blade.php

<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Mentconnect Inc - Profile</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')}}
</head>
<body>
	<header id="cta" class="background-showcase">
		<div id="nv" class="navbar">
			<div class="container">
				<a class="navbar-brand" href="/">
					<div class="asset logo-white-header">
						{{ HTML::image("images/mentconnect.png", "editor", array("width" => "130px", "height" => "44px")) }}
					</div>
				</a>
				<ul class=" nav navbar-nav pull-right">
					<li class>
						{{HTML::link('partners', 'Partners') }}
					</li>
					<li class>
						{{HTML::link('blog', 'Blog') }}
					</li>
					<li class="button">
						{{HTML::link('logout', 'Logout') }}
					</li>
				</ul>
			</div>
		</div>
	</header>

	<div id="signup-content">

		<div class="container padded">
			<div class="container">
				<legend><h2>Complete Your Registration</h2></legend>
			</div>

			<div class="row">
				<div class="container">
						<p class="center-feature-sub-content">Please use the buttons below to select your category; if you would like to be a Mentor
						to someone who is new to your area of expertise, select the <strong>Be a Mentor</strong> button
						and if you would like to find a mentor who will help you through your learning curve,
						then select the <strong>Be a Mentee</strong> button to complete your profile respectively.
						Welcome to <strong>Mentconnect!</strong></p>
					</p>
				</div>
			</div>	
		
			<hr />
			
			<!-- Need to point these two buttons to their respective destinations -->

			<div class="container">
				<div class="row">
					<div class="col-lg-6">
						<div class="page-header"><h1>mentor -  <small>someone who teaches or gives help and advice to a less experienced and often younger person.(a friend of Odysseus entrusted with the education of Odysseus' son Telemachus)</small></h1></div>
						<p id="button-row">
							{{ HTML::linkRoute('complete', 'Become a Mentor', array('user_id' => $user_id, 'group' => 1), array('class' => 'btn btn-large btn-primary proxima-bold')) }}
						</p>
					</div>

					<div class="col-lg-6">
						<div class="page-header"><h1>mentee - <small>a less experienced person (protege) who is offered special guidance and support by a respected and trusted person with more experience (a mentor)</small></h1></div>
						<p id="button-row">
							{{ HTML::linkRoute('complete', 'Become a Mentee',array('user_id' => $user_id, 'group' => 2), array('class' => 'btn btn-large btn-primary proxima-bold')) }}	
						</p>
					</div>
				</div>
			</div>
				
		</div>
	</div>

	<div class="container padded"></div>
	<div class="container"></div>
	<br /><br />

	<div id="sub-footer">
		<div class="container">
			<div class="row">
				<div class="col-lg-4">
					<p id="copyright-section">
						Copyright © 2014. Mentconnect Inc. All Rights Reserved.
					</p>
				</div>

				<div class="col-lg-4">
					
				</div>

				<div class="col-lg-4">
					<p id="love">
						Built With Laravel + Bootstrap Frameworks by Elisha Chirchir.
					</p>
				</div>
			</div>
		</div>
	</div>
</body>
</html>

Archive Download this file

Branches

Number of commits:
Page rendered in 0.11756s using 11 queries.