-
Notifications
You must be signed in to change notification settings - Fork 8
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
3 changed files
with
39 additions
and
2 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 |
---|---|---|
@@ -1 +1,28 @@ | ||
<p>about works!</p> | ||
<div class="about centered"> | ||
<h1>About Ariton</h1> | ||
|
||
<img class="about-logo" src="ariton-icon-dark.svg"> | ||
|
||
<p>Version: 0.0.1<br> | ||
by Ariton Team</p> | ||
|
||
<p> | ||
Non-Custodial Community App in your browser. | ||
</p> | ||
<p> | ||
This app is free and open-source software. | ||
</p> | ||
<p>Made with ❤</p> | ||
<p><a [href]="'https://ariton.app'" target="_blank">https://ariton.app</a></p> | ||
|
||
<p> </p> | ||
|
||
<mat-card> | ||
<mat-card-content> | ||
<em> | ||
“Unlike the communities traditionally associated with the word 'anarchy', in a crypto-anarchy the government is not temporarily destroyed but permanently forbidden and permanently unnecessary. It's a community where the threat of violence is impotent because violence is impossible, and violence is impossible because its participants cannot be linked to their true names or physical locations.” - Wei Dai 1998 | ||
</em> | ||
</mat-card-content> | ||
</mat-card> | ||
|
||
</div> |
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,9 @@ | ||
.about { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
|
||
.about-logo { | ||
max-width: 128px; | ||
} |
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