-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
96 lines (84 loc) · 4.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gitchain</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css" media="screen">
body {
padding-top: 50px;
}
</style>
</head>
<body style="background-image: url('gitchain.jpg'); opacity: 0.9; background-size: cover; -ms-behavior: url(backgroundsize.min.htc);">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Gitchain</a>
</div>
<!-- <div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="https://github.com/"</li>
</ul>-->
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="well" style="text-align: center">
<h1 style="font-size: 600%"><img src="logo.jpg" style="margin-top: -10px; border-radius: 50px"/>itchain</h1>
<h3>Decentralized P2P Git Network</h3>
</div>
<div style="opacity: 0.95; background-color: white; padding: 20px">
<p class="lead" style="text-align: left">
<b>Jun, 2018</b>: Check out <a href="https://sit.fyi">SIT</a>, it's a decentralized information (issue tracking, merge requests, etc.) tracker
made by the creator of Gitchain. Its goal is to provide a vendor lock-in free, decentralzed solution to communication around code.
</p>
<p class="lead" style="text-align: left">
To quote from git's own description:
</p>
<blockquote cite="http://git-scm.com">
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
</blockquote>
<p class="lead" style="text-align: left">
Gitchain is an application of ideas behind Bitcoin, Namecoin and DHT applied to Git hosting. Once you install it, it acts as a local proxy to the entire Gitchain P2P network.
</p>
<p class="lead" style="text-align: center">
<h2 style="text-align: center">FEATURED ON<br/>
<a href="http://www.wired.com/2014/05/gitchain"><img src="wired.png"></a> <a href="http://jessehirsh.ca/post/87013791073/jesse-hirsh-talks-to-stephen-quinn-about-gitchain"><img src="cbc.jpg"></a></h2><br />
</p?>
<p class="lead" style="text-align: center">
Support the project on<br />
<a href="https://www.kickstarter.com/projects/612530753/gitchain">
<img style="background-color: black; padding: 5px" src="kickstarter-logo-dark.png" alt="kickstarter" width="25%">
</a><br />
and <a href="https://groups.google.com/group/gitchain">join the mailing list</a>
</p>
<p style="text-align: center">
You can also support the project with Bitcoins: 1DnadnpM96wrWFooRVKe1mTrBAp2MAGYee<br />
(and drop an email to [email protected] with your txid and reward level)
</p>
<p style="text-align: center">
<iframe width="800" height="600" src="https://www.kickstarter.com/projects/612530753/gitchain/widget/video.html" frameborder="0" scrolling="no"> </iframe>
</p>
</div>
</div><!-- /.container -->
<a href="https://github.com/gitchain/gitchain"><img style="position: absolute; z-index: 99999; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
</html>