From 662a667f98d7b794d34c20841fe3703df230c3e9 Mon Sep 17 00:00:00 2001 From: singhshivendra0109 Date: Wed, 6 Nov 2024 19:07:02 +0530 Subject: [PATCH 1/5] Shivendra Singh --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f77639..3fec520 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Shivendra Singh + ## Clone the repository, start brainstorming your ideas! 💡 Follow the below commands step by step, to clone this repository in your machine and get the website in the same state as I was during the meet. From d0c00be45af670232b2475a05caf9cbffbd5c89a Mon Sep 17 00:00:00 2001 From: singhshivendra0109 Date: Wed, 5 Mar 2025 22:54:52 +0530 Subject: [PATCH 2/5] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2193e4b..abcc7ef 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + DevBeats From 34489017cbbd2d3e3880fb4f93c496bf17878685 Mon Sep 17 00:00:00 2001 From: singhshivendra0109 Date: Wed, 5 Mar 2025 22:59:45 +0530 Subject: [PATCH 3/5] Add files via upload --- styles/index.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 styles/index.css diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..e69de29 From d0adc299cbf9fa4f4c5beca893fe1964135d4c9f Mon Sep 17 00:00:00 2001 From: singhshivendra0109 Date: Wed, 5 Mar 2025 23:00:22 +0530 Subject: [PATCH 4/5] Delete index.css --- index.css | 85 ------------------------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 index.css diff --git a/index.css b/index.css deleted file mode 100644 index 4275553..0000000 --- a/index.css +++ /dev/null @@ -1,85 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); - -/* css file imports */ -@import '/styles/header.css'; -@import '/styles/home.css'; -@import '/styles/about.css'; - -:root { - font-family: 'Roboto'; - --theme: #e79c25; - --bg1: #1f242a; - --bg2: #364049; - --bg3: #525a67; - --app-width: 1400px; -} - -*, -*::before, -*::after { - box-sizing: border-box; - padding: 0; - margin: 0; -} - -a { - text-decoration: none; - color: black; -} - -li { - list-style-type: none; -} -button { - border: none; - outline: none; - padding: 0.8rem 1rem; - border-radius: 10px; - color: white; - font-weight: bold; - font-size: 0.9rem; - width: max-content !important; - cursor: pointer; -} - -.normal-button { - background-color: var(--bg3); -} - -.theme-button { - background-color: var(--theme); -} - -html { - width: calc(100vw - 5px) -} - -body { - /* overflow-x: hidden; */ - width: 100%; - display: flex; - justify-content: start; - align-items: center; - flex-direction: column; -} - -::-webkit-scrollbar { - width: 5px; - height: 5px; -} - -::-webkit-scrollbar-button, -::-webkit-scrollbar-corner { - display: none; -} - -::-webkit-scrollbar-thumb { - background-color: var(--theme); - width: 5px; - height: 5px; -} -::-webkit-scrollbar-track { - width: 5px; - height: 5px; - -} \ No newline at end of file From e07b630968e32223497426718f77ff54c92e2f9b Mon Sep 17 00:00:00 2001 From: singhshivendra0109 Date: Wed, 5 Mar 2025 23:01:12 +0530 Subject: [PATCH 5/5] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index abcc7ef..f691d77 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + DevBeats