Skip to content

Commit

Permalink
Add existing Loki Ledger HTML5 Up and update sub licenses. Resolves #2
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPirate committed Feb 8, 2018
1 parent 447c9c8 commit 54d0eac
Show file tree
Hide file tree
Showing 42 changed files with 6,301 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 OutCast3k
Copyright (c) 2018 Logichigh Software

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
20 changes: 20 additions & 0 deletions LICENSES/COINBIN_LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2014 OutCast3k

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
63 changes: 63 additions & 0 deletions LICENSES/HTML5UP_LICENSE.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ In order to send money you must create a transaction (which requires internet ac
8. Scan in your signed transaction to Loki and broadcast to bitcoin network

### But wait!
Savvy security folks might have noticed that since it's kind of hard for a human to read a QR code, Frosty could be sending your private key hidden in the signed transaction code and Loki could pick it up. Good on you. That vulnerability only works if both Loki and Frosty are colluding :) Which is why I encourage you to check out the source and launch your own version of Loki (either locally on your own laptop or using the heroku button below).s
Savvy security folks might have noticed that since it's kind of hard for a human to read a QR code, Frosty could be sending your private key hidden in the signed transaction code and Loki could pick it up. Good on you. That vulnerability only works if both Loki and Frosty are colluding :) Which is why I encourage you to check out the source and launch your own version of Loki (either locally on your own laptop or using the [Heroku](https://heroku.com) button below).

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
4 changes: 4 additions & 0 deletions assets/css/font-awesome.min.css

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions assets/css/ie8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
/*
Miniport by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

form input[type=text],
form input[type=password],
form select,
form textarea {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Section/Article */

section > .last-child,
article > .last-child,
section.last-child,
article.last-child {
margin-bottom: 0;
}

/* Box */

.box {
border: solid 1px #ddd;
}

/* List */

ul.social li a {
position: relative;
top: 0 !important;
overflow: hidden;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

ul.social li a:before {
background: none;
}

/* Wrappers */

.wrapper {
border-top: solid 1px #ddd;
}

/* Nav */

#nav a {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Articles */

#top .image {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

#top .image img {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
21 changes: 21 additions & 0 deletions assets/css/ie9.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
Miniport by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
background-image: url("images/ie/grad0-20.svg");
}

/* List */

ul.social li a:before {
background-image: url("images/ie/grad0-20.svg");
}
Binary file added assets/css/images/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/css/images/ie/grad0-20.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 54d0eac

Please sign in to comment.