-
Notifications
You must be signed in to change notification settings - Fork 952
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed a file * added content tabs in tutorial * centered zoom on click * removed _static folder from gitignore * updated links to .html files to include image zooming Signed-off-by: nfrunza <nfrunza@gmail.com> Change-Id: I018a7bd2c4a575edfdbb4b5ff3518e280d54cb9c
- Loading branch information
Showing
51 changed files
with
546 additions
and
197 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -32,6 +32,6 @@ ssl-certs/*.csr | |
app/test/.nyc_output/ | ||
docs/build/ | ||
_build | ||
_static | ||
# _static | ||
_templates | ||
*.DS_Store |
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,17 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
|
||
input[type='checkbox'] { | ||
display: none; | ||
} | ||
|
||
.container img { | ||
margin: 0px; | ||
transition: transform 0.25s ease; | ||
cursor: zoom-in; | ||
} | ||
|
||
input[type='checkbox']:checked ~ label > img { | ||
transform: scale(1.75); | ||
transform-origin: left; | ||
cursor: zoom-out; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,20 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_ui_high_level"> | ||
<label for="hl_ui_high_level"> | ||
<img src="../_static/images/hl_ui_high_level.png"> | ||
</label> | ||
</div> | ||
<br> | ||
</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
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,23 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_login"> | ||
<label for="hl_login"> | ||
<img src="../_static/images/hl_explorer_architecture.png"> | ||
</label> | ||
</div> | ||
</p> | ||
<br> | ||
</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
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,21 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_swagger_home"> | ||
<label for="hl_swagger_home"> | ||
<img src="../_static/images/hl_swagger_home.png"> | ||
</label> | ||
</div> | ||
|
||
<br> | ||
</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
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 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_new_block_notification_panel"> | ||
<label for="hl_new_block_notification_panel"> | ||
<img src="../_static/images/hl_new_block_notification_panel.png"> | ||
</label> | ||
</div> | ||
<br> | ||
</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
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
Binary file not shown.
Binary file not shown.
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,27 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<p></p> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_block_details_window"> | ||
<label for="hl_block_details_window"> | ||
<img src="../_static/images/hl_block_details_window.png"> | ||
</label> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
</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,27 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<p></p> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_block_list"> | ||
<label for="hl_block_list"> | ||
<img src="../_static/images/hl_block_list.png"> | ||
</label> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
</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,27 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<p></p> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_chaincodes"> | ||
<label for="hl_chaincodes"> | ||
<img src="../_static/images/hl_chaincodes.png"> | ||
</label> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
</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,27 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<p></p> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_channel_list"> | ||
<label for="hl_channel_list"> | ||
<img src="../_static/images/hl_channel_list.png"> | ||
</label> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
</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,27 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<p></p> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_dark_theme"> | ||
<label for="hl_dark_theme"> | ||
<img src="../_static/images/hl_dark_theme.png"> | ||
</label> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
</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,28 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<p></p> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_dashboard"> | ||
<label for="hl_dashboard"> | ||
<img src="../_static/images/hl_dashboard.png"> | ||
</label> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
</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,27 @@ | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="../_static/css/styles.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<p></p> | ||
<div class="container"> | ||
<input type="checkbox" id="hl_filter_window"> | ||
<label for="hl_filter_window"> | ||
<img src="../_static/images/hl_filter_window.png"> | ||
</label> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.