diff --git a/.gitignore b/.gitignore index ae239dd..2ebe419 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ dist/yarn-error.log .histoire/dist dist src/lib/components/__image_snapshots__/__diff_output__/ +.histoire/dist diff --git a/.histoire/dist/__sandbox.html b/.histoire/dist/__sandbox.html deleted file mode 100644 index d0b0be4..0000000 --- a/.histoire/dist/__sandbox.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - Histoire - - - - - - - - -
- - - \ No newline at end of file diff --git a/.histoire/dist/index.html b/.histoire/dist/index.html deleted file mode 100644 index 2bdbfc3..0000000 --- a/.histoire/dist/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - Histoire - - - - - - - - -
- - - \ No newline at end of file diff --git a/.histoire/screenshots/src-lib-components-shipedit-propulsion-engine-story-svelte-_default-1280x800.png b/.histoire/screenshots/src-lib-components-shipedit-propulsion-engine-story-svelte-_default-1280x800.png index 0b8cf6a..bff1768 100644 Binary files a/.histoire/screenshots/src-lib-components-shipedit-propulsion-engine-story-svelte-_default-1280x800.png and b/.histoire/screenshots/src-lib-components-shipedit-propulsion-engine-story-svelte-_default-1280x800.png differ diff --git a/.histoire/screenshots/src-lib-components-shipedit-propulsion-story-svelte-_default-1280x800.png b/.histoire/screenshots/src-lib-components-shipedit-propulsion-story-svelte-_default-1280x800.png index 2647d0e..112c982 100644 Binary files a/.histoire/screenshots/src-lib-components-shipedit-propulsion-story-svelte-_default-1280x800.png and b/.histoire/screenshots/src-lib-components-shipedit-propulsion-story-svelte-_default-1280x800.png differ diff --git a/src/lib/components/MainLayout.svelte b/src/lib/components/MainLayout.svelte new file mode 100644 index 0000000..fc22854 --- /dev/null +++ b/src/lib/components/MainLayout.svelte @@ -0,0 +1,28 @@ +
+ +
+
+ +
+ + + + diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-4-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-4-snap.png index 0b8cf6a..bff1768 100644 Binary files a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-4-snap.png and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-4-snap.png differ diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-6-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-6-snap.png index 2647d0e..112c982 100644 Binary files a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-6-snap.png and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-6-snap.png differ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte new file mode 100644 index 0000000..7a041ca --- /dev/null +++ b/src/routes/+layout.svelte @@ -0,0 +1,12 @@ + + + + + diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8c3d41a..1333ed7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,12 +1 @@ - - - +TODO diff --git a/src/routes/about/+layout.svelte b/src/routes/about/+layout.svelte new file mode 100644 index 0000000..6e2f9f4 --- /dev/null +++ b/src/routes/about/+layout.svelte @@ -0,0 +1,23 @@ + + + + diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 643ceee..90b9b49 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,82 +1,39 @@ -
- -
-
- -

Welcome to the docks!

+

Welcome to the docks!

- -

- The Docks is a ship builder for the game - Full Thrust, with construction rules following the - - Cross Dimensions rules - - as closely as possible. -

+

+ The Docks is a ship builder for the game + Full Thrust, with construction rules following the + + Cross Dimensions rules + + as closely as possible. +

-

- The app is mostly developed for Firefox. I also check as much as I can that - I don't mess things too badly on Chrome. For the other browsers... caveat - emptor. -

+

+ The app is mostly developed for Firefox. I also check as much as I can that I + don't mess things too badly on Chrome. For the other browsers... caveat + emptor. +

-

- Written by - - Yanick Champoux - . Code available on - - Github. -

-
- - +

+ Written by + + Yanick Champoux + . Code available on + + Github. +