diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..125bda8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +index.css* diff --git a/index.html b/index.html index 0c4a80c..40b8aec 100644 --- a/index.html +++ b/index.html @@ -7,17 +7,19 @@ - + -
+ +

2factorauth

Brand guidelines

-
-
+ + +

Projects

2factorauth primarily maintains two website directories. One lists MFA/2FA authentication support, and the other is WebAuthn/Passkey authentication support.

@@ -46,11 +48,13 @@

Projects

- -
+ + +

Logo

-
-
+ + +

Logo Usage

The logo of 2factorauth features a smartphone with a keyhole and a key inserted.

@@ -61,18 +65,20 @@

Logo Usage

- - - Rounded logo + + + Rounded logo - Square logo + Square logo
-
-
+ + +

Colors

-
-
+ + +

Brand color

The 2factorauth brand color is a greenish-blue turquoise shade.

@@ -89,8 +95,9 @@

Brand color

HSV:
175, 71, 81
- -
+ + +

Light Color Pallet

The directories feature a light theme with a clear white background, a slightly tinted secondary background, and category buttons. Box shadows are used to emphasize larger interaction blocks, giving a clean and modern look.

@@ -106,8 +113,9 @@

Light Color Pallet

Category Button
- -
+ + +

Dark Color Pallet

The directories use the following colors for their dark theme.

@@ -123,6 +131,7 @@

Dark Color Pallet

Category Button
- + + \ No newline at end of file diff --git a/index.scss b/index.scss index 6003d7d..a719bda 100644 --- a/index.scss +++ b/index.scss @@ -30,7 +30,7 @@ body { } } -.container { +section:not(.breakpoint) { height: 100vh; left: 0; right: 0; @@ -336,11 +336,11 @@ main:has(.projects) { size: 1920px 1080px; margin: 0; } - .breakpoint, .container { + section { height: 1080px !important; width: 1920px !important; } - .container { + section:not(.breakpoint) { grid-template-columns: 35rem 1fr; } article {