-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathabout.html
93 lines (86 loc) · 4.45 KB
/
about.html
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Projecthub</title>
<meta name="author" content="Xmartlabs" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/custom.css" rel="stylesheet" type="text/css" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Projecthub" />
<meta property="og:image:height" content="630" />
<meta property="og:image:width" content="1200" />
<meta property="og:title" content="Projecthub" />
<meta property="og:description" content="Manage your Github projects from the palm of your hand." />
</head>
<body id="about">
<header class="header">
<div class="container-fluid">
<div class="row">
<div class="col col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-1">
<a href="/">
<img class="img-responsive logo" src="images/projecthub-logo.png" srcset="images/projecthub-logo@2x.png 2x, images/projecthub-logo@3x.png 3x" draggable="false" />
</a>
</div>
<div class="col col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-1">
<h2 class="title">Easy, accessible, team oriented</h2>
<p class="subtitle">Manage your Github projects from the palm of your hand. Anytime, anywhere.</p>
<a href="http://itunes.apple.com/us/app/projecthub/id1245190471" target="_blank">
<img class="store-button" src="images/appstore-button.png" srcset="images/appstore-button@2x.png 2x, images/appstore-button@3x.png 3x" draggable="false" />
</a>
</div>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row about-section">
<div class="col-xs-12 text-center">
<h1 class="title">About us</h1>
</div>
<div class="col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-1 col-md-4 col-md-offset-2 col-lg-12">
<div class="text-section">
<p>Project Hub is a product from <a href= "https://xmartlabs.com">Xmartlabs</a>.
We are a team of committed and enthusiasted developers to provide tools for anyone to use.</p>
<p>We love the fact that people use our products. If you want to contact us, drop us a line to <a href="mailto:mailto:hi@tryprojecthub.com">hi@tryprojecthub.com</a>.</p>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid">
<div class="row text-center">
<h2 class="title">Better organization for a more productive you.</h2>
</div>
<div class="row footer-logo-container">
<div class="col col-xs-12 text-center">
<img src="images/projecthub-footer-logo.png" srcset="images/projecthub-footer-logo@2x.png 2x, images/projecthub-footer-logo@3x.png 3x" draggable="false" />
</div>
</div>
<div class="row">
<div class="col col-xs-12 col-sm-4 col-md-3 col-md-offset-1 text-center link-container">
<a class="links" href="https://xmartlabs.com" target="_blank">About Xmartlabs</a>
<br>
<a class="links" href="https://github.com/xmartlabs" target="_blank">See more projects</a>
</div>
<div class="col col-sm-4 col-md-4 text-center link-container">
<a class="links" href="about.html">About Projecthub</a>
<br>
<a class="links" href="terms-and-conditions.html">Terms and Conditions</a>
</div>
<div class="col col-xs-12 col-sm-4 col-md-3 text-center">
<a href="https://xmartlabs.com" target="_blank">
<img src="images/xmartlabs-logo-white.png" srcset="images/xmartlabs-logo-white@2x.png 2x, images/xmartlabs-logo-white@3x.png 3x" draggable="false" />
</a>
</div>
</div>
<div class="row text-center">
<p class="copyright">Project Hub - Xmartlabs - 2017 all right reserved</p>
<p class="copyright">Project Hub is not a representative of GitHub. GitHub and the GitHub logos are Trademarks of GitHub inc.</p>
</div>
</div>
</footer>
</body>
<html>