-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.aspx
141 lines (135 loc) · 8.4 KB
/
About.aspx
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
<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="WebApplication1.About" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Content1" runat="server">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Andia - Responsive Agency Template</title>
<!-- CSS -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,400">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/flexslider/flexslider.css">
<link rel="stylesheet" href="assets/css/form-elements.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/media-queries.css">
<!-- 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
<!-- Page Title -->
<div class="page-title-container">
<div class="container">
<div class="row">
<div class="col-sm-12 wow fadeIn">
<i class="fa fa-user"></i>
<h1>About Us /</h1>
<p>Below you can find more information about our company</p>
</div>
</div>
</div>
</div>
<!-- About Us Text -->
<div class="about-us-container">
<div class="container">
<div class="row">
<div class="col-sm-12 about-us-text wow fadeInLeft">
<h3>About ABC Ltd</h3>
<p>
ABC Ltd, India’s leading online career and recruitment resource with its <span class="violet">cutting edge technology</span> provides relevant profiles to employers and relevant jobs to jobseekers across industry verticals, experience levels and geographies.
More than <strong>200 million people</strong> have registered on the ABC Ltd Worldwide network.
Today, with operations in more than 40 countries, Monster provides the widest and most sophisticated job seeking, career management, recruitment and talent management capabilities globally.
</p>
<h3>Our Mission</h3>
<p>
Passion is what drives us and we believe in <span class="violet">winning</span> no matter what!
This winning spirit has made us a worldwide leader in the category.
Being the <strong>pioneer</strong> in the e-recruitment category, ABC Ltd has been leading the market by example.
We have many firsts to our credit and we are committed to add many more!Thank you for considering ABC Ltd.
</p>
<h3>Why Choose Us</h3>
<p>
In 2014, ABC Ltd aPower Search was voted Product of the Year under the <span class="violet">‘Online Job Portals category’</span> in a survey of over 18000 people.
ABC Ltd and DishTV partnered in convergence of the Internet and TV medium to make job services accessible to TV viewers across all cities, bridging the unmet need of the audience for whom access to the internet is limited.
This first ever job search initiative is called <strong>‘ABCjobs Active’</strong>.
</p>
</div>
</div>
</div>
</div>
<!-- Meet Our Team -->
<div class="team-container">
<div class="container">
<div class="row">
<div class="col-sm-12 team-title wow fadeIn">
<h2>Meet Our Team</h2>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="team-box wow fadeInUp">
<img src="assets/img/team/sow.jpg" alt="" data-at2x="assets/img/team/sow.jpg">
<h3>Sowndarya and Nandhini</h3>
<p>Hello!We are the UI Architect!A mint of creativity</p>
<div class="team-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="team-box wow fadeInDown">
<img src="assets/img/team/9.jpg" alt="" data-at2x="assets/img/team/9 .jpg">
<h3>Rajashree and Sai Varshan</h3>
<p>We are the developers serving with passion</p>
<div class="team-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="team-box wow fadeInUp">
<img src="assets/img/team/6.jpg" alt="" data-at2x="assets/img/team/6.jpg">
<h3>Lokesh</h3>
<p>IT made easy! Serving as a database administrator...</p>
<div class="team-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="team-box wow fadeInDown">
<img src="assets/img/team/10.jpg" alt="" data-at2x="assets/img/team/10.jpg">
<h3>Aashish</h3>
<p>Serving as a website designer bringing art to cart...</p>
<div class="team-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</asp:Content>