Skip to content

Commit

Permalink
Merge pull request #20 from bangkokrb/release/0.2.2
Browse files Browse the repository at this point in the history
Release - 0.2.2
  • Loading branch information
olivierobert authored Feb 6, 2019
2 parents df1dc26 + 0a6bd5d commit 8b6e336
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN apt-get update -qq && \
RUN curl -sL https://deb.nodesource.com/setup_"$NODE_VERSION".x | bash -

# Install general required core packages, Node JS related packages and Chrome (testing)
RUN apt-get update -qq && \
RUN mkdir -p /usr/share/man/man1 && \
apt-get update -qq && \
apt-get install -y --no-install-recommends build-essential libpq-dev nodejs yarn && \
apt-get install -y --no-install-recommends rsync locales chrpath pkg-config libfreetype6 libfontconfig1 openjdk-8-jre && \
apt-get clean && \
Expand Down
4 changes: 4 additions & 0 deletions _sass/screens/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ body.home .announcement__logistic {
margin: 0;
}

a {
color: inherit;
}

.announcement__venue {
position: relative;

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /
September <strong>6-7, 2019</strong>
</div>
<div class="announcement__venue">
Venue: <strong>Some place magical in Bangkok</strong>
Venue: <strong>Pullman Bangkok King Power</strong> (<a href="https://goo.gl/maps/3C1sUYkRjXt" target="_blank">map</a>)
</div>
</div>

Expand Down

0 comments on commit 8b6e336

Please sign in to comment.