-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·62 lines (61 loc) · 3.29 KB
/
about.html
File metadata and controls
executable file
·62 lines (61 loc) · 3.29 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>About | Tinywall Technologies Private Limited </title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link href="css/style.css" rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="tw-navbar">
<div class='container'>
<div class='norow'>
<div class='col-sm-4 tw-logo-col'>
<h1 class="tw-logo"><img class='tw-logo-img' src="images/logo.jpg" /> <a href="index.html">Tinywall</a></h1>
</div>
<div class='col-sm-8 tw-nav-col'>
<ul class="tw-nav nav nav-pills">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<hr/>
<div class='tw-container'>
<div class="container">
<div class="row">
<div class='col-md-3 tw-sidebar'>
<div class='well'>
<h3 class='tw-sidebar-widget-title'>For Job Seekers</h3>
We provide them a platform to find part-time jobs in their locality for their preferred time.
<br/><a href="employee.html" class="btn btn-primary btn-sm"><i class="fa fa-search"></i> Searching for jobs</a>
</div>
<div class='well'>
<h3 class='tw-sidebar-widget-title'>For Job Providers</h3>
We help them source part-time employees in their locality based on their requirements.
<br/><a href="employer.html" class="btn btn-success btn-sm"><i class="fa fa-briefcase"></i> Post Free jobs</a>
</div>
</div>
<div class='col-md-8 tw-main-content'>
<h3 class='tw-page-title'>About Us</h3><br/>
<p>Tinywall Technologies Private Limited owns and operates an online portal which facilitates hiring and finding of part-time jobs online. The company was incorporated in 2014 and is based in Coimbatore, India. The product development center is located in Chennai, India.. </p> <br>
<p>We are a team of developers, engineers, designers, professional problem solvers and takeout critics, working round the clock to make this the best part-time job portal in the universe. We thrive on innovation, love creating fascinating things and solve people's problems. We create novel ways to make your job search smooth, fast and intuitive.</p><br/>
<p>We are just getting started and will keep building cool tools to make your part-time job search experience even better. Stay tuned!</p>
</div>
</div>
</div>
</div><!-- /.container -->
<div id="fixed-footer">
<div class="container">
<p class="text-muted pull-right tw-footer-copyright">© 2014. Tinywall Technologies Private Limited.</p>
</div>
</div>
</body>
</html>