Skip to content

Commit 8f1c13f

Browse files
Release
1 parent 2297d35 commit 8f1c13f

File tree

498 files changed

+1883
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

498 files changed

+1883
-23
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* -text
2+
* -text
3+
* -text

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Nethereum.GnosisValidator</title>
8+
<base href="/" />
9+
<link rel="stylesheet" href="css/app.css" />
10+
<link rel="icon" type="image/png" href="favicon.png" />
11+
<link href="Nethereum.GnosisValidator.styles.css" rel="stylesheet" />
12+
<link href="manifest.webmanifest" rel="manifest" />
13+
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
14+
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
15+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
16+
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
17+
18+
</head>
19+
20+
<body>
21+
<div id="app">
22+
<svg class="loading-progress">
23+
<circle r="40%" cx="50%" cy="50%" />
24+
<circle r="40%" cx="50%" cy="50%" />
25+
</svg>
26+
<div class="loading-progress-text"></div>
27+
</div>
28+
29+
<div id="blazor-error-ui">
30+
An unhandled error has occurred.
31+
<a href="" class="reload">Reload</a>
32+
<a class="dismiss">🗙</a>
33+
</div>
34+
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
35+
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
36+
<script src="_content/Nethereum.Blazor/NethereumEIP6963.js"></script>
37+
<script>navigator.serviceWorker.register('service-worker.js');</script>
38+
39+
<!--
40+
Refresh fix for Single Page Applications (SPAs)
41+
Source: https://github.com/orgs/community/discussions/50269
42+
-->
43+
<script type="text/javascript">
44+
(function (l) {
45+
if (l.search[1] === '/') {
46+
var decoded = l.search.slice(1).split('&').map(function (s) {
47+
return s.replace(/~and~/g, '&')
48+
}).join('?');
49+
window.history.replaceState(null, null,
50+
l.pathname.slice(0, -1) + decoded + l.hash
51+
);
52+
}
53+
}(window.location))
54+
</script>
55+
<script src="brotliloader.min.js" type="module"></script>
56+
</body>
57+
</html>

404.html.br

707 Bytes
Binary file not shown.

404.html.gz

971 Bytes
Binary file not shown.

LICENSE

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) 2025 Nethereum
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
MIT License
2+
3+
Copyright (c) 2025 Nethereum
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
@import '_content/Nethereum.Blazor/Nethereum.Blazor.gezp6wesy7.bundle.scp.css';
2+
3+
/* /Layout/MainLayout.razor.rz.scp.css */
4+
.page[b-nxa7zeg915] {
5+
position: relative;
6+
display: flex;
7+
flex-direction: column;
8+
}
9+
10+
main[b-nxa7zeg915] {
11+
flex: 1;
12+
}
13+
14+
.navbar-brand[b-nxa7zeg915] {
15+
font-size: 1.1rem;
16+
color: white;
17+
}
18+
19+
.top-row[b-nxa7zeg915] {
20+
border-bottom: 1px solid #d6d5d5;
21+
justify-content: flex-end;
22+
height: 3.5rem;
23+
display: flex;
24+
align-items: center;
25+
background: var(--mud-palette-appbar-background);
26+
}
27+
28+
.top-row[b-nxa7zeg915] a, .top-row[b-nxa7zeg915] .btn-link {
29+
white-space: nowrap;
30+
margin-left: 1.5rem;
31+
text-decoration: none;
32+
}
33+
34+
.top-row[b-nxa7zeg915] a:hover, .top-row[b-nxa7zeg915] .btn-link:hover {
35+
text-decoration: underline;
36+
}
37+
38+
.top-row[b-nxa7zeg915] a:first-child {
39+
overflow: hidden;
40+
text-overflow: ellipsis;
41+
}
42+
43+
@media (max-width: 640.98px) {
44+
.top-row[b-nxa7zeg915] {
45+
justify-content: space-between;
46+
}
47+
48+
.top-row[b-nxa7zeg915] a, .top-row[b-nxa7zeg915] .btn-link {
49+
margin-left: 0;
50+
}
51+
}
52+
53+
@media (min-width: 641px) {
54+
.page[b-nxa7zeg915] {
55+
flex-direction: row;
56+
}
57+
58+
.sidebar[b-nxa7zeg915] {
59+
width: 250px;
60+
height: 100vh;
61+
position: sticky;
62+
top: 0;
63+
}
64+
65+
.top-row[b-nxa7zeg915] {
66+
position: sticky;
67+
top: 0;
68+
z-index: 1;
69+
}
70+
71+
.top-row.auth[b-nxa7zeg915] a:first-child {
72+
flex: 1;
73+
text-align: right;
74+
width: 0;
75+
}
76+
}
77+
78+
.navbar-toggler[b-nxa7zeg915] {
79+
appearance: none;
80+
cursor: pointer;
81+
width: 3.5rem;
82+
height: 2.5rem;
83+
color: white;
84+
position: absolute;
85+
top: 0.5rem;
86+
right: 1rem;
87+
border: 1px solid rgba(255, 255, 255, 0.1);
88+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
89+
}
90+
91+
.navbar-toggler:checked[b-nxa7zeg915] {
92+
background-color: rgba(255, 255, 255, 0.5);
93+
}
94+
95+
.nav-scrollable[b-nxa7zeg915] {
96+
display: none;
97+
}
98+
99+
.navbar-toggler:checked ~ .nav-scrollable[b-nxa7zeg915] {
100+
display: block;
101+
}
102+
103+
@media (min-width: 641px) {
104+
.navbar-toggler[b-nxa7zeg915] {
105+
display: none;
106+
}
107+
108+
.nav-scrollable[b-nxa7zeg915] {
109+
/* Never collapse the sidebar for wide screens */
110+
display: block;
111+
/* Allow sidebar to scroll for tall menus */
112+
height: calc(100vh - 3.5rem);
113+
overflow-y: auto;
114+
}
115+
}
786 Bytes
Binary file not shown.
985 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Nethereum.SafeVerify.Web
2-
Nethereum SafeVerify WebSite
1+
# Nethereum.SafeVerify.Web
2+
Nethereum SafeVerify WebSite

0 commit comments

Comments
 (0)