-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from JoseHerminioCollas/main
Refactor, add about modal and about page
- Loading branch information
Showing
30 changed files
with
622 additions
and
576 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
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 |
---|---|---|
|
@@ -7,5 +7,3 @@ npm-debug.log* | |
.env | ||
|
||
.vscode/ | ||
|
||
src/config.json |
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 was deleted.
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 @@ | ||
<h1>404 Not Found</h1> |
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.
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,59 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="style_about.css" rel="stylesheet" /> | ||
<title>Aaarto : About</title> | ||
</head> | ||
|
||
<body> | ||
<h1>Aaarto: A drawing program and NFT creator</h1> | ||
<h2> | ||
Aaarto online: <br /> <a href="https://aaarto.art" target="_blank">https://aaarto.art</a> | ||
</h2> | ||
<p> | ||
Aaarto is an online drawing program that enables the minting of the artwork as a Non-fungible token, an NFT. | ||
</p> | ||
<img src="aaarto-2025-1-6.png" width="300" /> | ||
<p> | ||
The drawing application aspect of Aaarto enables the creation of art by the adding of circles and squares of various | ||
sizes and colors onto a canvas area. Tools to set the shapes' size and color are offered to the user. An erase tool | ||
enables the deletion of the shapes applied to the canvas. There is a text area in which the user can give the | ||
artwork a name. | ||
</p> | ||
<p> | ||
At any point in the creation of the art, the user can create an NFT of the art. | ||
</p> | ||
<p> | ||
With the Aaarto program, the process of creating the art and the characteristics of the NFT are tightly connected. | ||
The characteristics of the NFT are controlled by a single creation mechanism. Not just any digital asset is minted. | ||
The connection between the creation process and the NFT overcomes the generality of the uploading of any digital | ||
data. | ||
</p> | ||
<p> | ||
The artwork generated by Aaarto is in the SVG format. SVG data is stored as tags (tags that give information about | ||
the content of the file). This data gives insight into the content of the artwork. This insight into the content and | ||
structure of the artwork is preferable to a series of pixels. A series of pixel data has no inherent way of | ||
indicating what the content of the artwork is. | ||
</p> | ||
<img src="aaarto-screen-2025-2-7.png" width="300" /> | ||
<p> | ||
Aaarto is designed, developed and hosted by | ||
<a href="https://goatstone.com" target="_blank">Goatstone</a> | ||
</p> | ||
<h3>The code for Aaarto can be found on Github</h3> | ||
<ul> | ||
<li> | ||
The Front-end: | ||
<a href="https://github.com/goatstone/aaarto">https://github.com/goatstone/aaarto</a> | ||
</li> | ||
<li> | ||
The Back-end: | ||
<a href="https://github.com/goatstone/aaarto_backend">https://github.com/goatstone/aaarto_backend</a> | ||
</li> | ||
</ul> | ||
</body> | ||
|
||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
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,50 @@ | ||
:root { | ||
background-color: #ccc; | ||
} | ||
body { | ||
font-family: "Courier New", Courier, monospace; | ||
background-color: #ddd; | ||
margin: 0; | ||
max-width: 700px; | ||
margin: auto; | ||
padding-bottom: 3em; | ||
} | ||
|
||
h1 { | ||
background-color: rgba(100, 100, 100, 0.5); | ||
text-align: center; | ||
padding: 1em; | ||
margin: 0; | ||
font-size: 1.5em; | ||
color: #eee; | ||
} | ||
h2{ | ||
text-align: center; | ||
padding: 0.5em; | ||
margin: 0; | ||
font-size: 1.5em; | ||
color: darkgreen; | ||
} | ||
h3 { | ||
text-align: center; | ||
padding: 0.5em; | ||
margin: 0; | ||
font-size: 1.5em; | ||
color: darkred; | ||
} | ||
p{ | ||
margin: 1em; | ||
} | ||
a { | ||
font-size: 1.0em; | ||
text-decoration: none; | ||
color: darkblue; | ||
padding: 0.1em; | ||
} | ||
img { | ||
text-align: center; | ||
padding: 1em; | ||
margin-left: auto; | ||
margin-right: auto; | ||
display: block; | ||
} |
Empty file.
Empty file modified
0
docs/vendors-node_modules_walletconnect_modal-ui_dist_index_js.index.js
100644 → 100755
Empty file.
Oops, something went wrong.