Skip to content

Commit

Permalink
Move to elm
Browse files Browse the repository at this point in the history
  • Loading branch information
NiekM committed Jun 28, 2024
1 parent a1c1b37 commit 685b70b
Show file tree
Hide file tree
Showing 34 changed files with 12,131 additions and 329 deletions.
2 changes: 0 additions & 2 deletions .ghci

This file was deleted.

25 changes: 0 additions & 25 deletions .gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions CHANGELOG.md

This file was deleted.

30 changes: 0 additions & 30 deletions LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion README.md

This file was deleted.

58 changes: 0 additions & 58 deletions css/default.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/css/default.css

This file was deleted.

Binary file removed docs/images/github.png
Binary file not shown.
Binary file removed docs/images/linkedin.png
Binary file not shown.
33 changes: 0 additions & 33 deletions docs/index.html

This file was deleted.

Binary file added elm-stuff/0.19.1/Main.elmi
Binary file not shown.
Binary file added elm-stuff/0.19.1/Main.elmo
Binary file not shown.
Binary file added elm-stuff/0.19.1/d.dat
Binary file not shown.
Binary file added elm-stuff/0.19.1/i.dat
Binary file not shown.
Empty file added elm-stuff/0.19.1/lock
Empty file.
Binary file added elm-stuff/0.19.1/o.dat
Binary file not shown.
25 changes: 25 additions & 0 deletions elm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"mdgriffith/elm-ui": "1.1.8"
},
"indirect": {
"elm/json": "1.1.3",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}
1 change: 1 addition & 0 deletions images/dark/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions images/dark/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/dark/orcid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/dark/scholar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/github.png
Binary file not shown.
1 change: 1 addition & 0 deletions images/light/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions images/light/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/light/orcid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/light/scholar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/linkedin.png
Binary file not shown.
Loading

0 comments on commit 685b70b

Please sign in to comment.