-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 1f2678d 🚀
- Loading branch information
Showing
12 changed files
with
1,171 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Manifest-Version: 1.0 | ||
|
Binary file not shown.
Large diffs are not rendered by default.
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,35 @@ | ||
/* | ||
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper | ||
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos | ||
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree) | ||
*/ | ||
|
||
/* | ||
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper | ||
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree) | ||
*/ | ||
|
||
/* | ||
* @copyright (c) 2016, Philipp Thürwächter, Pattrick Hüper | ||
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos | ||
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree) | ||
*/ | ||
|
||
/** | ||
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper | ||
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos | ||
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree) | ||
*/ | ||
|
||
/** | ||
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper | ||
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree) | ||
*/ | ||
|
||
//! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos | ||
|
||
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors | ||
|
||
//! @license BSD-3-Clause (see LICENSE in the root directory of this source tree) | ||
|
||
//! @version @js-joda/core - 3.2.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+31.7 KB
composeResources/com.tewelde.rijksmuseum.resources/font/lugrasimo_regular.ttf
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
composeResources/com.tewelde.rijksmuseum.resources/values/strings.commonMain.cvr
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,11 @@ | ||
version:0 | ||
string|art_item|QXJ0SXRlbQ== | ||
string|arts_list|QXJ0c0xpc3Q= | ||
string|arts_loading|QXJ0c0xvYWRpbmc= | ||
string|arts_screen|QXJ0c1NjcmVlbg== | ||
string|collection|Q29sbGVjdGlvbg== | ||
string|detail_screen|QXJ0c1NjcmVlbg== | ||
string|error|RXJyb3I= | ||
string|loading|TG9hZGluZw== | ||
string|no_arts|Tm8gQXJ0cyBmb3Igbm93IQ== | ||
string|something_went_wrong|U29tZXRoaW5nIHdlbnQgd3JvbmcsIHRyeSBhZ2FpbiBsYXRlci4= |
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,15 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Rijksmuseum</title> | ||
<script src="skiko.js"></script> | ||
</head> | ||
<body> | ||
<div> | ||
<canvas id="ComposeTarget" width="800" height="600"></canvas> | ||
</div> | ||
<script src="composeApp.js"></script> | ||
</body> | ||
</html> |
Binary file not shown.