diff --git a/CNAME b/CNAME deleted file mode 100644 index 472cb14..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -socials.nekerafa.dev \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..220ff52 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 8845bb9..0c646ab 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - NEKERAFA's social links + Chuso's profile - + @@ -13,30 +13,63 @@
-

NEKERAFA's social links

+

Chuso's profile

+

Main

-
-

The content of this web is licensed under GNU General Public License v3.0 (GPLv3).

-

Layout designed with Pico.css, under MIT Licensed

-

All icons are under Font awesome license, brand icons are trademarks of their repective owners.

-

Source code on GitHub

-
+

Social

+ +

Most used

+ + + +

Less used

+ + + +

Development

+ + + +

Projects

+ +

Current projects

+ + + +

Dormant projects

+ + + +
diff --git a/styles.css b/styles.css index a99c7da..ad716e8 100644 --- a/styles.css +++ b/styles.css @@ -68,4 +68,32 @@ ul li a i { align-items: center; margin-bottom: 2em; padding: 1.5em 1em; -} \ No newline at end of file +} + +.fa-brands img { + width: 32px; +} + +footer { + margin: var(--block-spacing-vertical) 0; + padding: var(--block-spacing-vertical) var(--block-spacing-horizontal); + border-radius: var(--border-radius); + background: var(--card-background-color); + box-shadow: var(--card-box-shadow); +} +@media (min-width: 1200px) +footer { + --block-spacing-horizontal: calc(var(--spacing) * 2); +} +@media (min-width: 992px) +footer { + --block-spacing-horizontal: calc(var(--spacing) * 1.75); +} +@media (min-width: 768px) +footer { + --block-spacing-horizontal: calc(var(--spacing) * 1.5); +} +@media (min-width: 576px) +footer { + --block-spacing-horizontal: calc(var(--spacing) * 1.25); +}