-
Notifications
You must be signed in to change notification settings - Fork 865
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
29,679 additions
and
78 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
|
@@ -10,6 +10,10 @@ | |
height: 50; | ||
} | ||
|
||
#error_row { | ||
display: none; | ||
} | ||
|
||
#header h3 { | ||
color: white; | ||
margin-top: 15px; | ||
|
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,43 @@ | ||
html { | ||
width: 240px; | ||
padding: 10px; | ||
background: #eee; | ||
} | ||
|
||
.panel { | ||
padding: 4px; | ||
margin-top: 10px; | ||
margin-bottom: 0; | ||
} | ||
|
||
.bound { | ||
background: white; | ||
padding: 4px; | ||
} | ||
|
||
#logo { | ||
display: table; | ||
width: 100%; | ||
} | ||
|
||
.control { | ||
display: block; | ||
margin-top: 6px; | ||
} | ||
|
||
.toggle { | ||
height: 32px !important; | ||
width: 64px !important; | ||
} | ||
|
||
.cell { | ||
width: 33%; | ||
display: table-cell; | ||
text-align: center; | ||
padding-bottom: 6px; | ||
} | ||
|
||
.version { | ||
text-align: center; | ||
margin-bottom: 4px; | ||
} |
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,5 @@ | ||
standard index.js || exit | ||
rm -R pkg | ||
sudo rm -R /home/mumin/Desktop/x64 | ||
npm run package | ||
sudo cp -R pkg/0.1.0/linux/x64 /home/mumin/Desktop |
Large diffs are not rendered by default.
Oops, something went wrong.
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,30 @@ | ||
#logo { | ||
height: 25px; | ||
padding-left: 20px; | ||
margin: 12px; | ||
} | ||
|
||
#header { | ||
background: black; | ||
padding: 0; | ||
height: 50; | ||
} | ||
|
||
#error_row { | ||
display: none; | ||
} | ||
|
||
#header h3 { | ||
color: white; | ||
margin-top: 15px; | ||
} | ||
|
||
h3 { | ||
font-size: 18px; | ||
text-transform: uppercase; | ||
} | ||
|
||
.panel-heading { | ||
text-transform: uppercase; | ||
font-weight: bold; | ||
} |
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
File renamed without changes
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
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,44 @@ | ||
<html> | ||
<head> | ||
<title>IPFS Setup wizard</title> | ||
<meta charset="utf-8"/> | ||
<link rel="stylesheet" href="css/bootstrap.min.css"/> | ||
<link rel="stylesheet" href="css/help.css"/> | ||
</head> | ||
<body> | ||
<div id="header" class="row"> | ||
<div class="col-xs-2"> | ||
<img id="logo" src="img/logo.png"/> | ||
</div> | ||
<div class="col-xs-7"> | ||
</div> | ||
</div> | ||
<br/> | ||
<div id="error_row" class="row"> | ||
<div class="col-xs-9 col-xs-offset-2"> | ||
<div class="panel panel-danger"> | ||
<div class="panel-heading"> | ||
Error | ||
</div> | ||
<div class="panel-body" id="error"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-xs-9 col-xs-offset-2"> | ||
<div class="panel panel-default"> | ||
<div class="panel-heading"> | ||
Status | ||
</div> | ||
<div class="panel-body"> | ||
Your daemon is not running, console unavailable | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="js/wizard.js"></script> | ||
</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,13 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>Example App</title> | ||
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.css"/> | ||
<link rel="stylesheet" href="../node_modules/bootstrap-toggle/css/bootstrap2-toggle.css"/> | ||
<link rel="stylesheet" href="../css/menu.css"/> | ||
<script src="../js/menu.js"></script> | ||
</head> | ||
<body> | ||
<div id="menu-app"/> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.