diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..bba8dd3 --- /dev/null +++ b/dockerfile @@ -0,0 +1,12 @@ +from node:latest AS build + +WORKDIR /app +COPY package.json / +COPY package-lock.json / +RUN npm install +COPY . ./ + +RUN npm run build + +FROM nginx:alpine-slim +COPY --from=build /app/build /usr/share/nginx/html \ No newline at end of file diff --git a/src/components/footer.svelte b/src/components/footer.svelte new file mode 100644 index 0000000..492d843 --- /dev/null +++ b/src/components/footer.svelte @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6ffe09f..9d54d16 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,7 +1,8 @@ OwlBoard - {title} @@ -9,4 +10,70 @@ const title = "owlboard-svelte" -

public-board

+
+
+ Live Departure Boards +
+ +
+ +
+
+
+
+ Find Train +
+ +
+ +
+
+
+ Quick Links + +
+