Update landing page design (#1)

Co-authored-by: Jimmy Vargo <jimmyvargo@Jimmys-MacBook-Air.local>
Co-authored-by: Jimmy Vargo <james@ayo.tokyo>
Reviewed-on: ayo/website#1
This commit is contained in:
corentin 2023-08-29 21:49:43 +09:00
commit bb2fd54e41
44 changed files with 633 additions and 320 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/fonts/open_sans.ttf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/arrow_forward.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/brain.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/brightness_high.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/brightness_medium.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/cloud_server.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/favicon.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/favicon.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/github.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/gitlab.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/linkedin.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/logo.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/logo_old.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/translate.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons/window.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/kyoto.jpeg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/undraw_Artificial_intelligence_oyxx.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/undraw_analytics_5pgy.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/undraw_design_data_khdb.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/undraw_detailed_analysis_xn7y.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/images/undraw_maintenance_cn7j.svg (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -1,7 +1,8 @@
:root
{
--main-bg-color: #21262b;
--main-bg-color: #1a1b21;
--main-fg-color: #b0b0b0;
--strong-fg-color: #fff;
--lighter-bg-color: #31363b;
--lighter-fg-color: #d0d0d0;
--highlight-bg-color: #41464b;

View file

@ -1,8 +1,9 @@
:root
{
--main-bg-color: #e0e0e0;
--main-fg-color: #41464b;
--lighter-bg-color: #c8c8c8;
--main-bg-color: #fff;
--main-fg-color: #53585e;
--strong-fg-color: #000;
--lighter-bg-color: #ededed;
--lighter-fg-color: #31363b;
--highlight-bg-color: #b0b0b0;
--highlight-fg-color: #21262b;