-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.php
147 lines (119 loc) · 5.16 KB
/
aboutus.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<?php $current_page = "about";?>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>Yabber – Destination QnA's</title>
<meta name="description" content="Yabber – Destination QnA's">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Main Style -->
<link rel="stylesheet" href="style.css">
<!-- Skins -->
<link rel="stylesheet" href="css/skins/strong_cyan.css">
<!-- Responsive Style -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicons -->
<link rel="shortcut icon" href="images/favicon.png">
</head>
<body>
<div class="loader"><div class="loader_html"></div></div>
<div id="wrap" class="grid_1200">
<?php include 'view/header_top.php' ;?>
<header id="header">
<?php include 'header.php' ;?><!-- End container -->
</header><!-- End header -->
<div class="breadcrumbs">
<section class="container">
<div class="row">
<div class="col-md-12">
<h1>About Us</h1>
</div>
</div><!-- End row -->
</section><!-- End container -->
</div><!-- End breadcrumbs -->
<section class="container main-content">
<div class="row">
<div class="col-md-9">
<div class="row">
<div class="user-profile">
<div class="col-md-12">
<div class="page-content">
<h2>Yabber:About Us</h2>
<div class="user-profile-img"><img width="60" height="60" src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/t1.0-1/c0.0.100.100/p100x100/1517554_803401313008446_142575150_a.jpg" alt="admin"></div>
<div class="ul_list ul_list-icon-ok about-user">
<ul>
<li><i class="icon-plus"></i>Name : <span>Tarang Khandelwal</span></li>
<li><i class="icon-map-marker"></i>Country : <span>India</span></li>
<li><i class="icon-map-marker"></i>Email : <span>[email protected]</span></li>
</ul>
</div>
<p>Tarang Khandelwal is a final year Engineering student (Computer Science) and is a part time web freelancer. He likes to learn new tech things,watch cricket and likes to experiment things in tech.
He developed Yabber with a vision to have a platform where users with questions can meet the users with answers to them.
</p>
<div class="clearfix"></div>
<span class="user-follow-me">Follow Me</span>
<a href="https://www.facebook.com/tarangkhandelwal" original-title="Facebook" class="tooltip-n">
<span class="icon_i">
<span class="icon_square" icon_size="30" span_bg="#3b5997" span_hover="#2f3239">
<i class="social_icon-facebook"></i>
</span>
</span>
</a>
<a href="https://twitter.com/tarangkhandelwa" original-title="Twitter" class="tooltip-n">
<span class="icon_i">
<span class="icon_square" icon_size="30" span_bg="#00baf0" span_hover="#2f3239">
<i class="social_icon-twitter"></i>
</span>
</span>
</a>
<a href="http://in.linkedin.com/pub/tarang-khandelwal/8a/452/262" original-title="Linkedin" class="tooltip-n">
<span class="icon_i">
<span class="icon_square" icon_size="30" span_bg="#006599" span_hover="#2f3239">
<i class="social_icon-linkedin"></i>
</span>
</span>
</a>
</div><!-- End page-content -->
</div><!-- End col-md-12 -->
</div><!-- End user-profile -->
</div><!-- End row -->
<div class="clearfix"></div>
</div><!-- End main -->
<aside class="col-md-3 sidebar">
<?php include 'sidebar.php'; ?>
</aside><!-- End sidebar -->
</div><!-- End row -->
</section><!-- End container -->
<footer id="footer-bottom">
<section class="container">
<div class="copyrights f_left">Copyright 2014 Yabber | <a href="#">Theme: Ask Me (ThemeForest)</a></div>
</section><!-- End container -->
</footer><!-- End footer-bottom -->
</div><!-- End wrap -->
<div class="go-up"><i class="icon-chevron-up"></i></div>
<!-- js -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/jquery.easing.1.3.min.js"></script>
<script src="js/html5.js"></script>
<script src="js/twitter/jquery.tweet.js"></script>
<script src="js/jflickrfeed.min.js"></script>
<script src="js/jquery.inview.min.js"></script>
<script src="js/jquery.tipsy.js"></script>
<script src="js/tabs.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.carouFredSel-6.2.1-packed.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/tags.js"></script>
<script src="js/jquery.bxslider.min.js"></script>
<script src="js/custom.js"></script>
<!-- End js -->
</body>
<?php include 'view/fb.php' ;?>
</html>