From 7cb53d9fc17f0414d4ce4356e2fa30e01afa979a Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 26 Sep 2022 21:33:14 +0200 Subject: [PATCH] Simplify design. --- package.json | 2 +- source/index.html | 114 +------------------------------------ source/scss/common.scss | 1 - source/scss/home/home.scss | 2 + 4 files changed, 5 insertions(+), 114 deletions(-) diff --git a/package.json b/package.json index 6d8b5ce..94725fd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "holllo-org", + "private": true, "scripts": { "start": "vite", "build": "vite build", diff --git a/source/index.html b/source/index.html index e4c0811..60b4607 100644 --- a/source/index.html +++ b/source/index.html @@ -10,117 +10,7 @@ {% block body %} - -
-

WebExtensions

- -
-

- Fangs Logo - {{ macros.link(link='Holllo/fangs/releases', text='Fangs', type='github') }} -

- -

- Create your own - {{ macros.link(link='https://duckduckgo.com/bang', text='DuckDuckGo Bangs') }}. -

- -

- {{ macros.iconLink(link='Holllo/fangs', icon='github') }} - {{ macros.iconLink(link='fangs', icon='mozilla-firefox') }} - {{ macros.iconLink(link='dlllfannplfkhbiidhihagjkbmcolclf', icon='google-chrome') }} - {{ macros.iconLink(link='fgfkpbflhnljpfniippaagjjlncobhjd', icon='microsoft-edge') }} -

-
- -
-

- Queue Logo - {{ macros.link(link='Holllo/queue/releases', text='Queue', type='github') }} -

- -

Easily save links so you can go through them later.

- -

- {{ macros.iconLink(link='Holllo/queue', icon='github') }} - {{ macros.iconLink(link='holllo-queue', icon='mozilla-firefox') }} - {{ macros.iconLink(link='epnbikemcmienphlfmidkimpjnmohcbl', icon='google-chrome') }} - {{ macros.iconLink(link='aanjampfdpcnhoeglmfefmmegdbifaak', icon='microsoft-edge') }} -

-
- -

Libraries

- -
-

- {{ macros.link(link='opml', type='crates-io', linkAsText=true) }} - & - {{ macros.link(link='opyml', type='pypi', linkAsText=true) }} -

- -

- {{ macros.link(link='https://www.rust-lang.org', text='Rust') }} - & - {{ macros.link(link='https://www.python.org', text='Python') }} - libraries for the - {{ macros.link(link='http://opml.org', text='OPML') }} - file format. -

- -

- {{ macros.iconLink(link='Holllo/opml', icon='github') }} - {{ macros.iconLink(link='opml', icon='crates-io') }} - {{ macros.iconLink(link='Holllo/opyml', icon='github') }} - {{ macros.iconLink(link='opyml', icon='pypi') }} -

-
- -
-

- {{ macros.link(link='web-ext-native-messaging', type='crates-io', linkAsText=true) }} -

- -

- {{ - macros.link( - link='https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Native_messaging', - text='WebExtension Native Messaging' - ) - }} - library for - {{ macros.link(link='https://www.rust-lang.org', text='Rust') }}. -

- -

- {{ macros.iconLink(link='Holllo/web-ext-native-messaging', icon='github') }} - {{ macros.iconLink(link='web-ext-native-messaging', icon='crates-io') }} -

-
- -
-

- {{ macros.link(link='migration-helper', type='npm', linkAsText=true) }} -

- -

- A tiny - {{ macros.link(link='https://www.typescriptlang.org', text='TypeScript') }} - helper library for migrating data. -

- -

- {{ macros.iconLink(link='Holllo/migration-helper', icon='github') }} - {{ macros.iconLink(link='migration-helper', icon='npm') }} -

-
-
- - {% endblock %} diff --git a/source/scss/common.scss b/source/scss/common.scss index 624bfff..7852e22 100644 --- a/source/scss/common.scss +++ b/source/scss/common.scss @@ -20,7 +20,6 @@ body { color: var(--foreground-1); font-family: Inter, sans-serif; font-size: 1.6rem; - padding: var(--spacing-16); } a { diff --git a/source/scss/home/home.scss b/source/scss/home/home.scss index b025a32..364fa02 100644 --- a/source/scss/home/home.scss +++ b/source/scss/home/home.scss @@ -8,6 +8,8 @@ display: flex; flex-direction: column; gap: var(--spacing-16); + height: 100vh; + justify-content: center; padding: var(--spacing-16); img {