From 6bae9db23c9a31c9538a11564088300e5c86b1e2 Mon Sep 17 00:00:00 2001 From: tomoayan <63101155+tomoayan@users.noreply.github.com> Date: Fri, 22 Mar 2024 01:59:09 +0530 Subject: [PATCH] fix: replace roadmap emoji with svg --- assets/motorway.svg | 1 + index.html | 2 +- main.css | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 assets/motorway.svg diff --git a/assets/motorway.svg b/assets/motorway.svg new file mode 100644 index 0000000..5f6caf9 --- /dev/null +++ b/assets/motorway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index c3bfec8..1012b99 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,7 @@

Tomo

-

🛣️ Roadmap

+

roadmap icon Roadmap

Active

diff --git a/main.css b/main.css index 8ea05c7..cc9e624 100644 --- a/main.css +++ b/main.css @@ -227,11 +227,27 @@ h6 { width: 100%; } +.roadMap .img { + border-radius: 6px; + overflow: hidden; + width: 2rem; + height: 2rem; + background-color: hsla(0, 0%, 100%, 0.07); +} +.roadMap .img img { + transition: opacity 0.1s ease-in; + opacity: 0; + width: 100%; + height: 100%; +} + .roadMap h1 { + display: flex; + align-items: center; + gap: 7px; width: 100%; margin-bottom: 16px; padding-bottom: 6px; - } .roadmap-wrapper .active, .roadmap-wrapper .planned {