all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72314] [PATCH 0/2] website: Redesign home page
@ 2024-07-26 21:22 sirgazil--- via Guix-patches via
  2024-07-26 21:31 ` [bug#72314] [PATCH 1/2] " sirgazil--- via Guix-patches via
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: sirgazil--- via Guix-patches via @ 2024-07-26 21:22 UTC (permalink / raw)
  To: 72314; +Cc: Luis Felipe

From: Luis Felipe <sirgazil@zoho.com>

These are changes for the guix-artwork repository. The changes
implement the design of the home page presented as part of the
proposal "Differentiate products more clearly", sent to the Guix
development mailing list in October 2023 (see
https://lists.gnu.org/archive/html/guix-devel/2023-10/msg00133.html)

Luis Felipe (2):
  website: Redesign home page.
  website: Move screenshots style to the screenshots style sheet.

 website/apps/base/templates/home.scm          |  351 ++--
 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, 5211 insertions(+), 238 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.1




^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-08-01 23:25 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#72314] [PATCH 0/3] " sirgazil--- via Guix-patches via
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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.