-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·129 lines (126 loc) · 5.36 KB
/
index.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
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
<!DOCTYPE html>
<!-- This site was created in Webflow. http://www.webflow.com-->
<!-- Last Published: Thu May 22 2014 16:05:48 GMT+0000 (UTC) -->
<html data-wf-site="537a62ccef89236d7de9d641">
<head>
<meta charset="utf-8">
<title>Gitty for GitHub</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/webflow.css">
<link rel="stylesheet" type="text/css" href="css/gitty-2.webflow.css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ["Montserrat:400,700","Bitter:400,700,400italic"]
}
});
</script>
<script type="text/javascript" src="js/modernizr.js"></script>
</head>
<body>
<header class="navbar">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-4">
<div class="app-name">GITTY</div>
</div>
<div class="w-col w-col-8 nav-column"><a class="nav-link" href="http://gittyapp.com/blog/announcing-gitty-2/">BLOG</a><a class="nav-link" href="http://my.mstrick.com/gitty-2-ios">Download</a>
</div>
</div>
</div>
</header>
<div class="section hero">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-6">
<img class="hero-iphone" src="images/hero-single.png" alt="537e1677c365901355c8573e_hero-single.png">
</div>
<div class="w-col w-col-6 w-clearfix call-to-action">
<h1 class="hero-header">Gitty, everything you love about GitHub <br>right in your pocket.</h1><a class="button" href="http://my.mstrick.com/gitty-2-ios">Download App</a>
</div>
</div>
</div>
</div>
<div class="w-clearfix section" id="features">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-6">
<h2>Manage Issues <br>and Pull Requests</h2>
<p>Rich Issue and Pull Request Support. Filtering and Sorting. Fully rendered Markdown support. Create, Edit, Open, Close, Merge, it's all there. </p>
</div>
<div class="w-col w-col-6 center">
<img src="images/hero-issues-single.png" width="445" alt="537e197f0eed98221f0c1b7e_hero-issues-single.png">
</div>
</div>
</div>
</div>
<div class="section grey">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-6 center">
<img src="images/hero-accounts-single.png" width="330" alt="537e1a3ee4e5ba211f93a44b_hero-accounts-single.png">
</div>
<div class="w-col w-col-6">
<h2>All of your Accounts <br>in one App</h2>
<p>Multiple Account Support including GitHub for Enterprise. Switching between your accounts has never been easier with Gitty 2.</p>
</div>
</div>
</div>
</div>
<div class="section">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-6">
<h2>Stay up to date with<br>your Repositories</h2>
<p>Discover Repositories and Users with updated Search and Trending features. Rich profile support for Repositories and Users. </p>
</div>
<div class="w-col w-col-6 center">
<img src="images/hero-repo-single1.png" alt="537e1ff20eed98221f0c1c15_hero-repo-single1.png">
</div>
</div>
</div>
</div>
<div class="section purple">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-8">
<h2 class="price-text">Get it for $9.99 on the App Store!</h2>
</div>
<div class="w-col w-col-4 w-clearfix">
<a class="w-inline-block button app-button" href="http://my.mstrick.com/gitty-2-ios">
<img src="images/appstore.png" width="114" alt="52af8cf8aae9d4d567000057_appstore.png">
</a>
</div>
</div>
</div>
</div>
<div class="section footer grey">
<div class="w-container">
<div class="button-block">
<a class="w-inline-block social-button" href="mailto:[email protected]?subject=Gitty">
<img src="images/email-icon.png" width="21px" alt="52af8da2aed63fb91400000f_email-icon.png">
</a>
<a class="w-inline-block social-button" href="http://github.com/gittyapp">
<img src="images/gh-42x42.png" width="21px" alt="537a68f2c94a95e12b47f192_gh-42x42.png">
</a>
<a class="w-inline-block social-button" href="http://twitter.com/gittyapp">
<img src="images/twitter-icon.png" width="21px" alt="52af8db1aed63fb914000011_twitter-icon.png">
</a>
</div>
</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/webflow.js"></script>
<!--[if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-28790814-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>