unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: sirgazil--- via Guix-patches via <guix-patches@gnu.org>
To: 72314@debbugs.gnu.org
Cc: Luis Felipe <sirgazil@zoho.com>
Subject: [bug#72314] [PATCH 0/3] website: Redesign home page
Date: Mon, 29 Jul 2024 12:10:15 -0500	[thread overview]
Message-ID: <20240729171444.30489-1-sirgazil@zoho.com> (raw)
In-Reply-To: <20240726212406.26104-1-sirgazil@zoho.com>

From: Luis Felipe <sirgazil@zoho.com>

Hello again, the following are the updated patches.

Luis Felipe (3):
  website: Redesign home page.
  website: Move screenshots style to the screenshots style sheet.
  website: Home page template: Untabify.

 website/apps/base/templates/home.scm          |  385 +++--
 website/apps/media/templates/screenshot.scm   |    3 +-
 .../media/templates/screenshots-overview.scm  |    2 +-
 .../img/background-pattern-white-dots.svg     |  397 +++++
 .../static/base/img/give-users-control.svg    |  528 ++++++
 .../base/img/guile-logo-outlined-floating.svg |  144 ++
 website/static/base/img/guix-shell.svg        |  143 ++
 .../static/base/img/guix-system-display.svg   |  211 +++
 website/static/base/img/people-focused.svg    |  160 ++
 .../img/reproducible-outputs-container.svg    |  389 +++++
 .../base/img/reproducible-outputs-package.svg |  215 +++
 .../base/img/reproducible-outputs-shell.svg   |  332 ++++
 .../base/img/reproducible-outputs-systems.svg | 1412 +++++++++++++++++
 .../base/img/timeline-lapse-arrow-down.svg    |  108 ++
 .../static/base/img/timeline-lapse-arrow.svg  |  108 ++
 .../base/img/timeline-lapse-dot-down.svg      |  121 ++
 .../static/base/img/timeline-lapse-dot.svg    |  120 ++
 website/themes/initial/css/common.css         |   18 +
 website/themes/initial/css/index.css          |  338 ++--
 website/themes/initial/css/screenshots.css    |   64 +-
 .../background-pattern-checkerboard-dark.svg  |  121 ++
 .../initial/img/depression-shadow-bottom.png  |  Bin 0 -> 4220 bytes
 website/themes/initial/img/h-separator.svg    |  164 ++
 23 files changed, 5239 insertions(+), 244 deletions(-)
 create mode 100644 website/static/base/img/background-pattern-white-dots.svg
 create mode 100644 website/static/base/img/give-users-control.svg
 create mode 100644 website/static/base/img/guile-logo-outlined-floating.svg
 create mode 100644 website/static/base/img/guix-shell.svg
 create mode 100644 website/static/base/img/guix-system-display.svg
 create mode 100644 website/static/base/img/people-focused.svg
 create mode 100644 website/static/base/img/reproducible-outputs-container.svg
 create mode 100644 website/static/base/img/reproducible-outputs-package.svg
 create mode 100644 website/static/base/img/reproducible-outputs-shell.svg
 create mode 100644 website/static/base/img/reproducible-outputs-systems.svg
 create mode 100644 website/static/base/img/timeline-lapse-arrow-down.svg
 create mode 100644 website/static/base/img/timeline-lapse-arrow.svg
 create mode 100644 website/static/base/img/timeline-lapse-dot-down.svg
 create mode 100644 website/static/base/img/timeline-lapse-dot.svg
 create mode 100644 website/themes/initial/img/background-pattern-checkerboard-dark.svg
 create mode 100644 website/themes/initial/img/depression-shadow-bottom.png
 create mode 100644 website/themes/initial/img/h-separator.svg


base-commit: 693f77b9b5e7f70b0e7cc7cba8b58df6c30b3ab2
--
2.45.2




  parent reply	other threads:[~2024-07-29 17:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-26 21:22 [bug#72314] [PATCH 0/2] website: Redesign home page sirgazil--- via Guix-patches via
2024-07-26 21:31 ` [bug#72314] [PATCH 1/2] " sirgazil--- via Guix-patches via
2024-07-26 21:31   ` [bug#72314] [PATCH 2/2] website: Move screenshots style to the screenshots style sheet sirgazil--- via Guix-patches via
2024-07-28 14:05   ` [bug#72314] [PATCH 1/2] website: Redesign home page pelzflorian (Florian Pelz)
2024-07-29  0:55     ` Luis Felipe via Guix-patches via
2024-07-29 17:10 ` sirgazil--- via Guix-patches via [this message]
2024-07-29 17:17 ` [bug#72314] [PATCH v1 1/3] " sirgazil--- via Guix-patches via
2024-07-29 17:17   ` [bug#72314] [PATCH v1 2/3] website: Move screenshots style to the screenshots style sheet sirgazil--- via Guix-patches via
2024-07-29 17:17   ` [bug#72314] [PATCH v1 3/3] website: Home page template: Untabify sirgazil--- via Guix-patches via
2024-07-30 15:37   ` [bug#72314] [PATCH v1 1/3] website: Redesign home page pelzflorian (Florian Pelz)
2024-07-30 17:17     ` Luis Felipe via Guix-patches via
2024-07-30 18:08     ` pelzflorian (Florian Pelz)
2024-07-30 22:44       ` Luis Felipe via Guix-patches via
2024-07-31  6:26         ` [bug#72314] claims Guix can make about reproducibility (was Re: [bug#72314] [PATCH v1 1/3] website: Redesign home page.) pelzflorian (Florian Pelz)
2024-07-31 12:47           ` Luis Felipe via Guix-patches via
2024-07-31 15:13             ` pelzflorian (Florian Pelz)
2024-07-31 16:25               ` Luis Felipe via Guix-patches via
2024-08-01 22:53                 ` bug#72314: " pelzflorian (Florian Pelz)
2024-08-01 23:24                   ` [bug#72314] " Luis Felipe via Guix-patches via
2024-07-31 16:18 ` [bug#72314] [PATCH v2 1/3] website: Redesign home page sirgazil--- via Guix-patches via
2024-07-31 16:18   ` [bug#72314] [PATCH v2 2/3] website: Move screenshots style to the screenshots style sheet sirgazil--- via Guix-patches via
2024-07-31 16:18   ` [bug#72314] [PATCH v2 3/3] website: Home page template: Untabify sirgazil--- via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240729171444.30489-1-sirgazil@zoho.com \
    --to=guix-patches@gnu.org \
    --cc=72314@debbugs.gnu.org \
    --cc=sirgazil@zoho.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).