-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
120 lines (102 loc) · 4.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<title>Create Cryptonote private blockchains | Forknote</title>
<link rel="alternate" type="application/atom+xml" title="API Changes" href="/blog.atom" />
<link href="/css/reset.css" rel="stylesheet" type="text/css" />
<link href="/css/documentation.css" media="screen" rel="stylesheet" type="text/css">
<link href="/css/pygments.css" media="screen" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="/js/jquery.js" type="text/javascript"></script>
<script src="/js/documentation.js" type="text/javascript"></script>
<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-883823-25', 'auto');
ga('require', 'linkid');
ga('send', 'pageview');
</script>
</head>
<body class="overview ">
<div id="header-wrapper">
<div id="header">
<div>
<a class="logo" href="/">Forknote</a>
<ul class="nav">
<li><a href="/download/" class="nav-download">Download</a></li>
<li><a href="/create/" class="nav-create">Create</a></li>
<li><a href="/documentation/" class="nav-developers">Documents</a></li>
<li><a href="/blog/" class="nav-blog">Blog</a></li>
<li><a href="/contact/" class="nav-contact">Support</a></li>
<li id="search-container">
<input type="text" id="searchfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /><label class="search-placeholder">Search</label>
<div class="cancel-search"></div>
<ul id="search-results">
</ul>
</li>
</ul>
</div>
</div><!-- #header -->
</div><!-- #header-wrapper -->
<div class="wrapper feature">
<h1>
Leverage the power of<br>
Bytecoin in your blockchain.
</h1>
<p class="intro">Get started with one of our guides, or jump straight into the download section.</p>
<a href="/download/" class="button" title="download forknote">Download</a>
<img src="/images/forknote-large.png" class="forknote-large" alt="forknote">
</div>
<div class="full-width dev-program-callout">
<div class="wrapper">
<h2>Join the Forknote Community.</h2>
<p>The easiest way to create Cryptonote blockchains. <a href="/create/">Create now</a>.</p>
</div>
</div>
<div class="full-width-divider">
<ul class="wrapper highlights">
<li class="highlight-module">
<a href="/guides/" title="forknote beginners guide"><span class="mega-octicon octicon-book"></span></a>
<h2><a href="/guides/" title="forknote beginners guide">Get Started</a></h2>
<p>New to Forknote? With these guides you’ll be up and running in a snap.</p>
</li>
<li class="highlight-module">
<a href="https://github.com/forknote/configs"><span class="mega-octicon octicon-database"></span></a>
<h2><a href="https://github.com/forknote/configs">Existing blockchains</a></h2>
<p>List of existing Forknote-supported blockchains.</p>
</li>
<li class="highlight-module">
<a href="/contact/"><span class="mega-octicon octicon-mail-read"></span></a>
<h2><a href="/contact/">Support</a></h2>
<p>Are you stuck? Already tried our <a href="/guides/troubleshooting/" title="forknote troubleshooting">troubleshooting guide</a>? Ask us.</p>
</li>
</ul>
</div>
<div id="footer" >
<div class="lower_footer">
<ul class="footer-cell">
<li><a href="https://bytecoin.org">Based on Bytecoin</a></li>
<li><a href="https://cryptonote.org">Cryptonote technology</a></li>
</ul>
<span class="footer-cell">
<a href="http://forknote.net/" class="mega-octicon forknote-small"></a>
</span>
<ul class="footer-cell">
<li><a href="https://github.com/forknote/forknote">Source code</a></li>
<li><a href="https://twitter.com/forknote_dev">Twitter</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=1079306.0">Bitcointalk</a></li>
</ul>
</div>
<div class="wrapper">
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></p>
</div>
</div><!-- /#footer -->
<script src="/js/retina.js" type="text/javascript"></script>
</body>
</html>