From 5d97789021d5bebc1f20d4aafad61ed836b046ff Mon Sep 17 00:00:00 2001 From: tomoayan <63101155+tomoayan@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:40:41 +0530 Subject: [PATCH] remove: roadmap section. it's useless --- index.html | 19 ----------- main.css | 93 ++---------------------------------------------------- 2 files changed, 3 insertions(+), 109 deletions(-) diff --git a/index.html b/index.html index cf52bc6..f95a165 100644 --- a/index.html +++ b/index.html @@ -124,25 +124,6 @@

Tomo / Modosu

-
-
-

roadmap icon Roadmap

-
-

Active

-
-

Youtube

-

Get consistent at both (tomo & modosu) channels

-
-
-

Project Subnox

-

Make a web-based subtitle editor

-
-
-
-

Planned

-
-
-
diff --git a/main.css b/main.css index cc9e624..d237422 100644 --- a/main.css +++ b/main.css @@ -45,16 +45,10 @@ h6 { /* Wrapper */ .wrapper { + display: grid; + place-content: center; min-height: 100vh; width: 100vw; - display: grid; - grid-template-columns: 60% 40%; -} - -@media screen and (max-width: 1024px) { - .wrapper { - grid-template-columns: none; - } } @@ -204,89 +198,8 @@ h6 { transform: translateY(70%); } - .bio p, + .bio p, .profile h3 { font-size: 14px; } -} - - - - -/* roadmap */ -.roadMap { - display: flex; - flex-direction: row; - border-left: 1px solid hsla(0, 0%, 100%, 0.2); - min-height: 100vh; - padding: 40px; - color: hsl(0, 0%, 100%, 0.8); -} - -.roadmap-wrapper { - 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 { - display: flex; - flex-direction: column; - gap: 10px; -} - -.roadMap .planned { - margin-top: 50px; -} - -.roadMap .task { - position: relative; - background-color: rgba(255, 255, 255, 0.05); - border-radius: 6px; - padding: 20px 15px; - width: 100%; - border: 1px solid hsla(0, 0%, 100%, 0.1); -} - -.roadMap .task h4 { - margin-bottom: 7px; -} -.roadMap .task p { - font-size: 1rem; - color: hsl(0, 0%, 70%); - font-weight: 300; -} - -@media screen and (max-width: 1024px) { - .roadMap { - border-left: none; - border-top: 1px solid hsla(0, 0%, 100%, 0.2); - padding-top: 25px; - margin-top: 10px; - } - - .roadMap h1 { - font-size: 1.8rem; - } } \ No newline at end of file