-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (109 loc) · 4.44 KB
/
index.html
File metadata and controls
120 lines (109 loc) · 4.44 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#F15E5E">
<meta property="og:title" content="GitPie"/>
<meta property="og:site_name" content="GitPie"/>
<meta property="og:url" content="http://gitpie.org"/>
<meta property="og:description" content="A Multiplatform Client for Git"/>
<meta name="keywords" content="gitpie, GitPie, git, gui, git client, nodejs, angularjs, node, open source, version control, repository, fork, branch, merge, stash, checkout, checkin, push, pull, cross platform, mac, windows, linux, multiplatform git client" />
<meta name="description" content="A Multiplatform Client for Git" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<title>GitPie</title>
<link rel="shortcut icon" href="/images/icon.ico">
<link rel="stylesheet" href="/css/all.css" media="screen" charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="/js/layout.js"></script>
<script type="text/javascript" src="/js/home.js"></script>
</head>
<body>
<header class="line">
<nav>
<ul>
<li><a href="/" class="selected">GitPie</a></li>
<li><a href="/download">Download</a></li>
<li><a href="/releases">Releases</a></li>
<li class="right"><a href="https://github.com/gitpie/GitPie" target="_blank" title="Follow the project"><span class="octicon octicon-mark-github"></span></a></li>
</ul>
</nav>
</header>
<section class="line">
<section class="welcome-container center">
<img src="/images/icon.svg">
<h1>A Multiplatform Client for Git</h1>
<section class="buttons-container center">
</section>
</section>
<section class="print-app-container center">
<img src="/images/print-app.png" />
</section>
<section class="gradient-line center">
<h1>For any platform</h1>
<p class="platforms-container">
<i class="fa fa-linux"></i>
<i class="fa fa-apple"></i>
<i class="fa fa-windows"></i>
</p>
<p>
Use GitPie on Linux, Mac or Windows
</p>
</section>
<section class="solid-line">
<section class="centered-line">
<div class="column">
<h1>Same workflow to any repository</h1>
<p>
Add, Clone or Create repositories. Create branches, stashes, commit changes, perform merges... All with the same UX.
</p>
</div>
<div class="column">
</div>
</section>
</section>
<section class="solid-line light-gray">
<section class="centered-line">
<div class="column remotes-container">
<div class="remotes-container">
<span class="octicon octicon-mark-github"></span></a>
<i class="fa fa-bitbucket"></i>
<i class="fa fa-git"></i>
</div>
</div>
<div class="column">
<h1>Use only your favorite git service. Or all!</h1>
<p>
GitPie was made to handle any git repository with any remote
</p>
</div>
</section>
</section>
<section class="solid-line light-orange">
<section class="centered-line">
<div class="column">
<h1>We ❤ Open Source </h1>
<p>
We believe that the best way to build something awesome is together. For this, Pie is 100% open source.
</p>
</div>
<div class="column remotes-container">
<i class="fa fa-heart red-heart"></i>
<img src="/images/open-source.svg" />
<i class="fa fa-heart red-heart"></i>
</div>
</section>
</section>
</section>
<footer class="line">
<p>
Licenced under MIT.
</p>
<p>
<span class="octicon octicon-code"></span> with <span class="octicon octicon-heart"></span> by <a href="http://matheuspaiva.com">Matheus Paiva</a> and <a href="https://github.com/gitpie/GitPie/graphs/contributors">contributors</a>
</p>
</footer>
</body>
</html>