mirror of
https://github.com/arnaucube/darkID-prototype.git
synced 2026-02-07 03:16:46 +01:00
started ethereum smart contract for darkID
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*@font-face {
|
||||
@font-face {
|
||||
font-family: Elianto;
|
||||
src: url('../fonts/Elianto/Elianto-Regular.otf');
|
||||
}*/
|
||||
src: url('../fonts/Elianto/Elianto.otf');
|
||||
}
|
||||
|
||||
body {
|
||||
/*background: #15191e!important;*/
|
||||
@@ -24,7 +24,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Overpass Mono', monospace!important;
|
||||
}
|
||||
|
||||
.navbar-brand, .card-title {
|
||||
.navbar-brand, .card-title, .navbar-nav {
|
||||
font-family: 'Overpass Mono', monospace!important;
|
||||
}
|
||||
.btn {
|
||||
|
||||
@@ -10,11 +10,15 @@
|
||||
<a class="navbar-brand" href="#!/" title="darkID">
|
||||
<img src="img/darkID-logo-white.png" style="width:30px;height:30px;display:inline;" alt=""> darkID
|
||||
</a>
|
||||
<a class="navbar-brand" href="#!/stats" title="Stats">
|
||||
Stats
|
||||
</a>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse navbar-responsive-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li>
|
||||
<a href="#!/stats" title="Stats">
|
||||
<i title="Server" class="fa fa-bar-chart fa-1x"></i> Stats
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<a title="serverIDsigner">
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
# serverIDsign
|
||||
|
||||
- The server where the user creates a non anonymous account
|
||||
- Also is the server that blind signs the Anonymous ID of the users
|
||||
- Have the webapp (frontend) to interact through a GUI interface
|
||||
# clientApp
|
||||
|
||||
Reference in New Issue
Block a user