diff --git a/src/app.css b/src/app.css index a31e444..cb8bff3 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,27 @@ @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; + +body { + @apply bg-zinc-800 text-zinc-400 lg:text-xl; +} + +input { + @apply bg-zinc-700 rounded-md p-2; +} + +textarea { + @apply bg-zinc-700 rounded-md p-2; +} + +.button { + @apply bg-zinc-700 rounded-md p-2 px-14; +} + +.button-primary { + @apply bg-zinc-600 rounded-md p-2; +} + +h2 { + @apply text-3xl font-bold; +} \ No newline at end of file diff --git a/src/app.html b/src/app.html index 77a5ff5..f8b2ff3 100644 --- a/src/app.html +++ b/src/app.html @@ -1,12 +1,15 @@ - - - - - %sveltekit.head% - - -
%sveltekit.body%
- - + + + + + + %sveltekit.head% + + + +
%sveltekit.body%
+ + + \ No newline at end of file diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte new file mode 100644 index 0000000..7fd853b --- /dev/null +++ b/src/lib/components/Footer.svelte @@ -0,0 +1,21 @@ + diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte new file mode 100644 index 0000000..f860937 --- /dev/null +++ b/src/lib/components/Header.svelte @@ -0,0 +1,31 @@ +
+
+ + +

Bomanza Transport Oy

+
+
+
+ RUNKOLIIKENNEKOTI- JA ULKOMAANAJOT +
+ +
+ + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 9b776b7..50227ad 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,18 @@ -{@render children()} + + Bomanza Transport Oy + + +
+
+
+ {@render children()} +
+
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cc88df0..2be964f 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,2 +1,9 @@ -

Welcome to SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

+
+

Tervetuloa!

+

+ Transport Bomanza Oy on Loviisassa vuonna 2020 perustettu kuljetusliike, joka tarjoaa + luotettavaa koti- ja ulkomaanliikennettä omalla kalustollaan. Toimintamme painottuu + Manner-Eurooppaan, jonne viemme suomalaisia tuotteita ja tuomme takaisin juuri sitä, mitä + tarvitset. Mikäli tarvitset kuljetuspalveluita, ota rohkeasti yhteyttä – autamme mielellämme! +

+
diff --git a/src/routes/kalusto/+page.svelte b/src/routes/kalusto/+page.svelte new file mode 100644 index 0000000..49a67f0 --- /dev/null +++ b/src/routes/kalusto/+page.svelte @@ -0,0 +1,35 @@ +
+
+

+ Kalustona toimii Scania R500 4x2 vetopöytäauto, jolla ajetaan Euroopan liikennettä. Tämä + luotettava ja tehokas ajoneuvo takaa sujuvat ja turvalliset kuljetukset pitkillekin matkoille. +

+ +
+
+ +

+ Auto täyttää EURO 5 -päästöluokkavaatimukset, mikä takaa ympäristöystävällisemmän ajon. Sen + alhainen päästötaso auttaa vähentämään liikenteen ympäristövaikutuksia ja täyttää tiukat + Euroopan unionin säädökset. +

+
+
+

+ Perässä kulkee kylmäkoneella varustettu kärry, joka avautuu kokonaan sivulta. Tämä + mahdollistaa erilaisten herkempien ja lämpötilaa vaativien tuotteiden kuljetuksen + turvallisesti ja tehokkaasti. +

+ +
+
+ + diff --git a/src/routes/ota-yhteytta/+page.svelte b/src/routes/ota-yhteytta/+page.svelte new file mode 100644 index 0000000..38f577c --- /dev/null +++ b/src/routes/ota-yhteytta/+page.svelte @@ -0,0 +1,22 @@ +
+

Ota yhteyttä

+
+

+ Ota rohkeasti yhteyttä, jos tarvitset kuljetuspalveluita tai haluat pyytää tarjouksen. + Vastaamme kysymyksiisi mielellämme. +

+ + + + + + + +
+
+ + diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..db45005 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.png b/static/favicon.png index 825b9e6..785cc7c 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..10f14c8 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/kauppakamari.png b/static/kauppakamari.png new file mode 100644 index 0000000..3584b53 Binary files /dev/null and b/static/kauppakamari.png differ diff --git a/static/logoCircle.png b/static/logoCircle.png new file mode 100644 index 0000000..92ab70b Binary files /dev/null and b/static/logoCircle.png differ diff --git a/static/logoCircle.svg b/static/logoCircle.svg new file mode 100644 index 0000000..278ee04 --- /dev/null +++ b/static/logoCircle.svg @@ -0,0 +1,395 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/luotettavakumppani.png b/static/luotettavakumppani.png new file mode 100644 index 0000000..f7642f8 Binary files /dev/null and b/static/luotettavakumppani.png differ diff --git a/static/profile.webp b/static/profile.webp new file mode 100644 index 0000000..8a76547 Binary files /dev/null and b/static/profile.webp differ diff --git a/static/truck1.webp b/static/truck1.webp new file mode 100644 index 0000000..41eeda9 Binary files /dev/null and b/static/truck1.webp differ diff --git a/static/truck2.webp b/static/truck2.webp new file mode 100644 index 0000000..2345567 Binary files /dev/null and b/static/truck2.webp differ diff --git a/static/truck3.webp b/static/truck3.webp new file mode 100644 index 0000000..ce59b63 Binary files /dev/null and b/static/truck3.webp differ diff --git a/static/yrittajat.png b/static/yrittajat.png new file mode 100644 index 0000000..014b806 Binary files /dev/null and b/static/yrittajat.png differ diff --git a/vite.config.ts b/vite.config.ts index bbf8c7d..ee53d20 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,6 +1,9 @@ import { sveltekit } from '@sveltejs/kit/vite'; +import { enhancedImages } from '@sveltejs/enhanced-img'; import { defineConfig } from 'vite'; export default defineConfig({ - plugins: [sveltekit()] + plugins: [ + enhancedImages(), + sveltekit()] });