-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace master branch with page content via GitHub
- Loading branch information
Showing
6 changed files
with
544 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<title>elementsproject.github.io by ElementsProject</title> | ||
|
||
<link rel="stylesheet" href="stylesheets/styles.css"> | ||
<link rel="stylesheet" href="stylesheets/github-dark.css"> | ||
<script src="javascripts/scale.fix.js"></script> | ||
<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]--> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<h1>elementsproject.github.io</h1> | ||
<p>Open source code and developer sidechains for advancing Bitcoin</p> | ||
<p class="view"><a href="https://github.com/ElementsProject">View the Project on GitHub <small>ElementsProject</small></a></p> | ||
<ul> | ||
<li class="single"><a href="https://github.com/ElementsProject/elementsproject.github.io">View On <strong>GitHub</strong></a></li> | ||
</ul> | ||
</header> | ||
<section> | ||
<h3> | ||
<a id="elements-project" class="anchor" href="#elements-project" aria-hidden="true"><span class="octicon octicon-link"></span></a>Elements Project</h3> | ||
|
||
<p>Open source code and developer sidechains for advancing Bitcoin.</p> | ||
|
||
<pre><code>$ cd ~/<code dir> | ||
$ git clone https://github.com/elementsproject/<XXX> | ||
$ cd <XXX> | ||
... | ||
</code></pre> | ||
|
||
<h3> | ||
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3> | ||
|
||
<p>@apoelestra, <a href="https://github.com/gmaxwell" class="user-mention">@gmaxwell</a>, <a href="https://github.com/jtimon" class="user-mention">@jtimon</a>, <a href="https://github.com/jwilkins" class="user-mention">@jwilkins</a>, <a href="https://github.com/pstratem" class="user-mention">@pstratem</a>, <a href="https://github.com/sipa" class="user-mention">@sipa</a>, <a href="https://github.com/TheBlueMatt" class="user-mention">@TheBlueMatt</a>, <a href="https://github.com/wtogami" class="user-mention">@wtogami</a></p> | ||
</section> | ||
</div> | ||
<footer> | ||
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p> | ||
</footer> | ||
<!--[if !IE]><script>fixScale(document);</script><![endif]--> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
fixScale = function(doc) { | ||
|
||
var addEvent = 'addEventListener', | ||
type = 'gesturestart', | ||
qsa = 'querySelectorAll', | ||
scales = [1, 1], | ||
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : []; | ||
|
||
function fix() { | ||
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1]; | ||
doc.removeEventListener(type, fix, true); | ||
} | ||
|
||
if ((meta = meta[meta.length - 1]) && addEvent in doc) { | ||
fix(); | ||
scales = [.25, 1.6]; | ||
doc[addEvent](type, fix, true); | ||
} | ||
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"elementsproject.github.io","tagline":"Open source code and developer sidechains for advancing Bitcoin","body":"### Elements Project\r\nOpen source code and developer sidechains for advancing Bitcoin.\r\n\r\n```\r\n$ cd ~/<code dir>\r\n$ git clone https://github.com/elementsproject/<XXX>\r\n$ cd <XXX>\r\n...\r\n```\r\n\r\n### Authors and Contributors\r\n@apoelestra, @gmaxwell, @jtimon, @jwilkins, @pstratem, @sipa, @TheBlueMatt, @wtogami","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
/* | ||
Copyright 2014 GitHub Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
|
||
.pl-c /* comment */ { | ||
color: #969896; | ||
} | ||
|
||
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */, | ||
.pl-s .pl-v /* string variable */ { | ||
color: #0099cd; | ||
} | ||
|
||
.pl-e /* entity */, | ||
.pl-en /* entity.name */ { | ||
color: #9774cb; | ||
} | ||
|
||
.pl-s .pl-s1 /* string source */, | ||
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ { | ||
color: #ddd; | ||
} | ||
|
||
.pl-ent /* entity.name.tag */ { | ||
color: #7bcc72; | ||
} | ||
|
||
.pl-k /* keyword, storage, storage.type */ { | ||
color: #cc2372; | ||
} | ||
|
||
.pl-pds /* punctuation.definition.string, string.regexp.character-class */, | ||
.pl-s /* string */, | ||
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */, | ||
.pl-sr /* string.regexp */, | ||
.pl-sr .pl-cce /* string.regexp constant.character.escape */, | ||
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */, | ||
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ { | ||
color: #3c66e2; | ||
} | ||
|
||
.pl-v /* variable */ { | ||
color: #fb8764; | ||
} | ||
|
||
.pl-id /* invalid.deprecated */ { | ||
color: #e63525; | ||
} | ||
|
||
.pl-ii /* invalid.illegal */ { | ||
background-color: #e63525; | ||
color: #f8f8f8; | ||
} | ||
|
||
.pl-sr .pl-cce /* string.regexp constant.character.escape */ { | ||
color: #7bcc72; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-ml /* markup.list */ { | ||
color: #c26b2b; | ||
} | ||
|
||
.pl-mh /* markup.heading */, | ||
.pl-mh .pl-en /* markup.heading entity.name */, | ||
.pl-ms /* meta.separator */ { | ||
color: #264ec5; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-mq /* markup.quote */ { | ||
color: #00acac; | ||
} | ||
|
||
.pl-mi /* markup.italic */ { | ||
color: #ddd; | ||
font-style: italic; | ||
} | ||
|
||
.pl-mb /* markup.bold */ { | ||
color: #ddd; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-md /* markup.deleted, meta.diff.header.from-file */ { | ||
background-color: #ffecec; | ||
color: #bd2c00; | ||
} | ||
|
||
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ { | ||
background-color: #eaffea; | ||
color: #55a532; | ||
} | ||
|
||
.pl-mdr /* meta.diff.range */ { | ||
color: #9774cb; | ||
font-weight: bold; | ||
} | ||
|
||
.pl-mo /* meta.output */ { | ||
color: #264ec5; | ||
} | ||
|
Oops, something went wrong.