File size: 2.83Kb
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>It's Me - Personal Resume and Portfolio</title>
<!-- Bootstrap -->
<link href="assets/external/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!--favicon-->
<link rel="apple-touch-icon" href="assets/theme/img/ico.png">
<link rel="shortcut icon" href="assets/theme/img/ico.ico" type="image/x-icon">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Sarala:400,700%7COpen+Sans:400,300' rel='stylesheet' type='text/css'>
<!-- Theme Style -->
<link href="assets/theme/css/style.css" rel="stylesheet" type="text/css">
<!-- Your custom css -->
<link href="assets/theme/css/theme-custom.css" rel="stylesheet">
<!-- Font Icons -->
<link href="assets/external/font-awesome-4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Captcha -->
<link href="assets/external/simpleCaptcha/jquery.simpleCaptcha.css" rel="stylesheet">
<!-- lightbox -->
<link href="assets/external/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="dark-page">
<!-- body-area -->
<div class="body-area">
<div class="clearfix">
<div class="col-md-6 no-padding half-box left-item">
<div class="inner-box light">
<div class="middle">
<p><span class="itsme" >it's me</span></p>
<a href="index.html" class="btn btnc1 btn-lg"><span>Light Version</span></a>
</div>
</div>
</div>
<div class="col-md-6 no-padding half-box right-item">
<div class="inner-box dark">
<div class="middle dark-page">
<p><span class="itsme" >it's me</span></p>
<a href="dark_index.html" class="btn btnc1 btn-lg"><span>Dark Version</span></a>
</div>
</div>
</div>
</div>
</div><!-- end body-area -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="assets/external/jquery.min.js"></script>
<!-- Include all compiled plugins (below)-->
<script src="assets/external/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>