diff --git a/.gitignore b/.gitignore index d1a282be..42bbaf84 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ npm-debug.log .idea *.pem images-optimized +yarn.lock +package-lock.json diff --git a/Dockerfile b/Dockerfile index 23930a90..854c9adb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:10 AS builder WORKDIR /app -COPY package.json yarn.lock ./ +COPY package.json ./ RUN yarn RUN npm install -g bower RUN npm install -g polymer-cli --unsafe-perm diff --git a/images/logos/linneweever.png b/images/logos/linneweever.png new file mode 100644 index 00000000..c515ecb3 Binary files /dev/null and b/images/logos/linneweever.png differ diff --git a/images/logos/noctua.png b/images/logos/noctua.png old mode 100755 new mode 100644 index ec622df3..1ad4e381 Binary files a/images/logos/noctua.png and b/images/logos/noctua.png differ diff --git a/images/logos/topdesk.png b/images/logos/topdesk.png new file mode 100644 index 00000000..b6f5f625 Binary files /dev/null and b/images/logos/topdesk.png differ diff --git a/package.json b/package.json index cf62be3c..fa21a238 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "jshint-stylish": "^2.0.0", "plylog": "^0.5.0", "polymer-analyzer": "^2.7.0", + "polymer-cli": "^1.9.11", "polyserve": "0.23.0", "superagent": "^3.2.1" }, diff --git a/src/lancie-commission/lancie-commission.html b/src/lancie-commission/lancie-commission.html index 73d7fcec..83af6360 100644 --- a/src/lancie-commission/lancie-commission.html +++ b/src/lancie-commission/lancie-commission.html @@ -51,6 +51,10 @@ width: calc(100% - 10px); } + a { + color: var(--secondary-color); + } + @media (max-width: 600px) { lancie-commission-member { width: 100%; diff --git a/src/lancie-home-page/lancie-home-page.html b/src/lancie-home-page/lancie-home-page.html index 175f15ca..6976aa39 100644 --- a/src/lancie-home-page/lancie-home-page.html +++ b/src/lancie-home-page/lancie-home-page.html @@ -77,30 +77,14 @@ - - - - + - - - + @@ -228,7 +212,11 @@ - + + + + + @@ -252,6 +240,17 @@ Close + + + + + Don't worry, we hate junkmail too. We will not share your details with anyone. + You will only receive emails relevant to the event, such as when + the ticket sales are opened. + + + +
@@ -228,7 +212,11 @@ - + + + + + @@ -252,6 +240,17 @@ Close + + + + + Don't worry, we hate junkmail too. We will not share your details with anyone. + You will only receive emails relevant to the event, such as when + the ticket sales are opened. + + + +
+ Don't worry, we hate junkmail too. We will not share your details with anyone. + You will only receive emails relevant to the event, such as when + the ticket sales are opened. +