diff --git a/README.md b/README.md index 1e2f062..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,23 +0,0 @@ -# Web landing page for the Tahoe-LAFS project - -The goal of this web page is to represent the Tahoe-LAFS project to the public. - -It gives guidance on getting started for end-users, developers building with Tahoe-LAFS and hackers interested working on Tahoe-LAFS itself alike. - - -## Building - -This web page is built and deployed by CI. A preview is also automaticaly genereated for PRs made from branches local to this repository (require push/write permission). - -If you want to pre-view your changes on your local machine before pushing commits, you might want to start a development server. - -Issuing this command on a system with Docker runs a web server on http://localhost:4000/ that re-builds and refresh the page automatically on source file change: - -```sh -docker-compose up -``` - -## Contributing - -We welcome contributions! Easiest is to open tickets or pull requests directly. If unsure, join the IRC or ask on the Tahoe-LAFS developer mailing list. - diff --git a/docker-compose.yml b/docker-compose.yml index 5ece0a7..1191885 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,6 @@ services: working_dir: /appdata ports: - "4000:4000" - - "35729:35729" stdin_open: true tty: true hostname: jekyll.local diff --git a/docker/jekyll/Dockerfile b/docker/jekyll/Dockerfile index 1313b96..e5a57eb 100644 --- a/docker/jekyll/Dockerfile +++ b/docker/jekyll/Dockerfile @@ -40,4 +40,4 @@ RUN echo "gem: --no-document --user-install --bindir /home/${user}/bin" >> /home ENV PATH=/home/${user}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ENTRYPOINT ["jekyll"] -CMD ["server", "--verbose", "--host", "0.0.0.0", "--incremental", "--livereload"] +CMD ["server", "--verbose", "--host", "0.0.0.0", "--incremental"] diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index fcb72d1..eb294bc 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -1,3 +1,7 @@ +body { + font-family: system-ui; +} + .page__hero--overlay { padding: 1em; } @@ -53,9 +57,6 @@ } .feature__item { - @media (max-width: 37.5em) { - width: 100%; - } background-color: #eee; margin-bottom: 1em; border-radius: 4px; @@ -85,6 +86,11 @@ border-radius: 20px; } +.feature__item .btn { + background-color: #0075a2; + color: #fff; +} + .feature__item .btn:hover { background-color: #777; color: #fff; @@ -112,9 +118,6 @@ } .grid__item { - @media (max-width: 37.5em) { - width: 100%; - } background-color: #ccc; padding: 0.5em; border-radius: 4px; @@ -142,13 +145,8 @@ background-color: #fff; } -#about .feature__wrapper .btn { - background-color: #0075a2; - color: #fff; -} - -#about .archive__item-title { - margin-top: 0.5em; +#about .feature__item .archive__item-title { + padding-top: 0.5em; } .feature__item--center { diff --git a/src/assets/images/aboutus.png b/src/assets/images/aboutus.png deleted file mode 100644 index d339f8b..0000000 Binary files a/src/assets/images/aboutus.png and /dev/null differ diff --git a/src/assets/images/bitcoin.png b/src/assets/images/bitcoin.png new file mode 100644 index 0000000..a36a0da Binary files /dev/null and b/src/assets/images/bitcoin.png differ diff --git a/src/assets/images/paypal.png b/src/assets/images/paypal.png new file mode 100644 index 0000000..50a8301 Binary files /dev/null and b/src/assets/images/paypal.png differ diff --git a/src/index.html b/src/index.html index 0974f32..f9a98bf 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ --- -title: "Welcome to The Least-Authority File Store" +title: "Welcome The Least-Authority File Store" layout: splash author_profile: false header: @@ -19,26 +19,23 @@ documentation_list: - image_path: /assets/images/overview.svg alt: "overview" title: "Overview" - excerpt: >- -