-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (109 loc) · 3.89 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
<!doctype html>
<html>
<head>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(), event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-M44LM5F');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<!-- <meta http-equiv="X-UA-Compatible" content="chrome=1"> -->
<title>Gitftp - Automatically deploy as you push them</title>
<meta name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="description"
content="Self hosted git deployment tool made in PHP, automatically deploy as you push them">
<link rel="canonical"
href="https://gitftp.github.io"/>
<link rel="icon"
type="img/png"
href="favicon.ico">
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"/>
<meta name="robots"
content="index,follow,noodp,noydir"/>
<meta name="Keywords"
content="git deploy, automatic deploy, open source, deployment php, git deployment, gitftp, git-ftp, deploy, deploy github, deploy bitbucket"/>
<meta property="og:title"
content="Gitftp - Automatically deploy as you push them"/>
<meta property="og:type"
content="website"/>
<meta property="og:image"
content="favicon.ico"/>
<meta property="og:url"
content="gitftp.github.io"/>
<meta property="og:description"
content="Self hosted git deployment tool made in PHP, automatically deploy as you push them"/>
<meta property="og:site_name"
content="gitftp.github.io"/>
<script src="assets/build.js"></script>
<link rel="stylesheet" href="assets/build.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M44LM5F"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="bar"></div>
<nav>
<div class="pull-right">
<div class="nav t">
<a href="https://github.com/gitftp/gitftp/releases" title="Gitftp releases">Download</a>
</div>
<div class="nav">
<a href="https://github.com/gitftp/gitftp" title="Github project"><i class="zmdi zmdi-github"></i></a>
</div>
</div>
<div class="nav">
<a href="https://gitftp.github.io" title="Gitftp">
<img src="assets/images/logo-full.png" alt="">
</a>
</div>
</nav>
<div class="container-fluid">
<div class="col-md-12">
<div class="hero text-center">
<h1 class="c">
Deploy from git to whatever server
</h1>
<h3>
Gitftp is a open source deployment tool <br>
that automatically deploys changes to your server.
</h3>
<div class="text-center">
<img src="assets/images/hero.png" alt="">
</div>
</div>
</div>
</div>
<script> window.twttr = (function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {};
if (d.getElementById(id))
return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function (f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
</script>
</body>
</html>