diff --git a/index.html b/index.html index c519b723..5f468ce9 100644 --- a/index.html +++ b/index.html @@ -2,15 +2,13 @@ - - + + + - - - - - WorkAdventure Starter Kit + WorkAdventure test map + -
- -
-
-
-

Useful links

-
- - - +
+
+ -
- -
-

Test this map

-

You can test this map at

-

Test this map

-
- -
-

Happy with the result?

-

Register your room on Workadventu.re

-

Publish this map

-

or copy and paste the map URL in WorkAdventu.re's administration panel:

-

-
-
- + +
+
+

Test my map

+

+

(In order to test another map, locate "map.tmj" at the end of the URL and replace it by another file name)

+ Map thumbnail +

Test my map

+
+ +
+

Publish my map

+

Register your room on WorkAdventure!

+

Copy and paste the map URL in WorkAdventure's administration panel:

+

+
+ +
+

Connect and get help

+
+ + +
+ Watch tutorials + Talk to the community +
+
+
+
+ + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 161ca547..7291dffc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2336,9 +2336,9 @@ } }, "node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -4515,9 +4515,9 @@ } }, "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "requires": { "lru-cache": "^6.0.0" } diff --git a/package.json b/package.json index beace56b..a0bb22c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workadventure-map-starter-kit", - "version": "3.3.3", + "version": "3.3.4", "license": "MIT", "scripts": { "dev": "vite", diff --git a/public/images/discord.png b/public/images/discord.png new file mode 100644 index 00000000..06737ab2 Binary files /dev/null and b/public/images/discord.png differ diff --git a/public/images/favicon.svg b/public/images/favicon.svg new file mode 100644 index 00000000..1d40c980 --- /dev/null +++ b/public/images/favicon.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/github.png b/public/images/github.png new file mode 100644 index 00000000..291af4c5 Binary files /dev/null and b/public/images/github.png differ diff --git a/public/images/instagram.png b/public/images/instagram.png new file mode 100644 index 00000000..7113f2c1 Binary files /dev/null and b/public/images/instagram.png differ diff --git a/public/images/linkedin.png b/public/images/linkedin.png new file mode 100644 index 00000000..eac6de86 Binary files /dev/null and b/public/images/linkedin.png differ diff --git a/public/images/logo.svg b/public/images/logo.svg new file mode 100644 index 00000000..f66f0603 --- /dev/null +++ b/public/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/twitter.png b/public/images/twitter.png new file mode 100644 index 00000000..d4a27606 Binary files /dev/null and b/public/images/twitter.png differ diff --git a/public/images/youtube.png b/public/images/youtube.png new file mode 100644 index 00000000..0d4a8af6 Binary files /dev/null and b/public/images/youtube.png differ