-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
34769d3
commit 61da4c9
Showing
57 changed files
with
428 additions
and
35 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html><head><title>Locus @ epok.tech</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" type="text/css" href="index.5e1af0d1.css"></head><body> <header> <h1>Locus</h1> <h2>Upcoming artwork ~ crowdfunding @ <a href="https://artizen.fund/project/locus" target="_blank">Artizen</a></h2> </header> <main> <section class="intro"> <p>In a digital kinetic artwork evoking meditation, fluid particles trace layers in a translucent human form, as art and audience interact by natural motion.<br> Exhibited as interactive digital installation, online, and <code>NFT</code> series.</p> <p>By <a href="https://epok.tech" target="_blank">epok.tech</a></p> </section> </main> <script src="index.38d394c2.js" type="module"></script><script src="index.38d394c2.js" nomodule defer></script> </body></html> | ||
<!doctype html><html><head><title>Locus @ epok.tech</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" type="text/css" href="index.656343c9.css"></head><body> <main> <header> <section> <h1>Locus</h1> <h3>Upcoming artwork @ <a href="https://epok.tech" target="_blank">epok.tech</a> ~ crowdfunding @ <a href="https://artizen.fund/project/locus" target="_blank">Artizen</a></h3> <p>A digital kinetic artwork evoking meditation, fluid particles trace layers in a translucent human form, as art and audience interact by natural motion.</p> <p>Exhibited as interactive digital installation, online, and <code>NFT</code> series.</p> </section> <figure> <img class="intro-concept-art" alt="Locus concept art" title="Locus concept art" src="peel-artifact.906c29af.png" srcset="peel-artifact-hi.1c68b54b.png 2x, peel-artifact-hi.6ead9df1.png 3x, peel-artifact-hi.a4bb9948.png 4x"> </figure> <article> </article> </header></main> <script src="index.38d394c2.js" type="module"></script><script src="index.38d394c2.js" nomodule defer></script> </body></html> |
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.
Binary file not shown.
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.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "locus", | ||
"version": "0.0.0", | ||
"description": "In a digital kinetic artwork evoking meditation, fluid particles trace layers in a translucent human form, as art and audience interact by natural motion. Exhibited as interactive digital installation, online, and `NFT` series.", | ||
"description": "A digital kinetic artwork evoking meditation, fluid particles trace layers in a translucent human form, as art and audience interact by natural motion. Exhibited as interactive digital installation, online, and `NFT` series.", | ||
"repository": "https://github.com/keeffEoghan/locus.git", | ||
"homepage": "https://epok.tech/locus", | ||
"author": "Eoghan O'Keeffe <[email protected]> (https://epok.tech)", | ||
|
@@ -18,7 +18,8 @@ | |
"dist:fresh": "yarn clean && yarn build:fresh", | ||
"build": "parcel build --target app --no-source-maps", | ||
"build:fresh": "yarn build --no-cache", | ||
"clean": "yarn clean:build & yarn clean:parcel & wait", | ||
"clean": "yarn clean:dev & yarn clean:build & yarn clean:parcel & wait", | ||
"clean:dev": "rm -rf ./dist/", | ||
"clean:build": "rm -rf ./docs/", | ||
"clean:parcel": "rm -rf ./.parcel-cache" | ||
}, | ||
|
@@ -31,6 +32,7 @@ | |
"postcss-nesting": "^12.0.1", | ||
"postcss-url": "^10.1.3", | ||
"posthtml-markdownit": "^1.3.1", | ||
"sharp": "^0.31.1", | ||
"typescript": "^5.3.2" | ||
}, | ||
"main": "docs/index.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
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
Oops, something went wrong.