From afac80382189222afbbe12b74ab6bfaa92822d2b Mon Sep 17 00:00:00 2001 From: Ananya Gupta <145869907+ananyag309@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:39:10 +0530 Subject: [PATCH 01/13] Update signup.css --- SignUp/signup.css | 90 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 89 insertions(+), 1 deletion(-) diff --git a/SignUp/signup.css b/SignUp/signup.css index 18c0f8d8..562e3578 100644 --- a/SignUp/signup.css +++ b/SignUp/signup.css @@ -257,4 +257,92 @@ a { text-shadow: none; font-family: 'Trebuchet MS', Arial, sans-serif; -} \ No newline at end of file +} + +/* ... existing styles ... */ + +.signup-button, .google-signup-button { + width: 100%; + padding: 10px; + margin: 10px 0; + border: none; + border-radius: 5px; + cursor: pointer; + font-size: 16px; + transition: background-color 0.3s ease; +} + +.signup-button { + background-color: #f4a261; + color: white; +} + +.signup-button:hover { + background-color: #e76f51; +} + +.google-signup-button { + background-color: white; + color: #757575; + border: 1px solid #dadce0; + display: flex; + align-items: center; + justify-content: center; +} + +.google-signup-button:hover { + background-color: #f8f9fa; +} + +.google-signup-button img { + width: 18px; + height: 18px; + margin-right: 10px; +} + +.or-divider { + text-align: center; + margin: 20px 0; + color: #757575; + position: relative; + overflow: hidden; +} + +.or-divider::before, +.or-divider::after { + content: ""; + position: absolute; + top: 50%; + width: 45%; + height: 1px; + background-color: #dadce0; +} + +.or-divider::before { + left: 0; +} + +.or-divider::after { + right: 0; +} + +.or-divider span { + display: inline-block; + position: relative; + padding: 0 10px; + background-color: #000; /* Match this with your form background color */ +} + +.links { + text-align: center; + margin-top: 20px; +} + +.links a { + color: #e76f51; + text-decoration: none; +} + +.links a:hover { + text-decoration: underline; +} From e93893533e5275095bc403271b747f3e086d99aa Mon Sep 17 00:00:00 2001 From: Ananya Gupta <145869907+ananyag309@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:39:34 +0530 Subject: [PATCH 02/13] Update signup.html --- SignUp/signup.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/SignUp/signup.html b/SignUp/signup.html index 2e5c4029..99f3d935 100644 --- a/SignUp/signup.html +++ b/SignUp/signup.html @@ -34,11 +34,19 @@

Create Your Account

+
+ OR +
+ + From 482162063754f6d98854deedb82faefaa0996927 Mon Sep 17 00:00:00 2001 From: haseebzaki-07 Date: Sat, 12 Oct 2024 00:44:00 +0530 Subject: [PATCH 03/13] Add cart btn --- images/cart.png | Bin 0 -> 16990 bytes index.html | 19 +++++++++++++++++++ style.css | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 images/cart.png diff --git a/images/cart.png b/images/cart.png new file mode 100644 index 0000000000000000000000000000000000000000..93046e4e0b019fea484c24d2f5dc9d2703e0ec36 GIT binary patch literal 16990 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

qW2Rm~ha?_`DARRjMVd1FlS zD$At7e-ZLsq9>lvscacseGoPc$^dH;!xD&(*>K4$*d1opX5R?HjBGhK>gMKnJp_&< zt$m0m1w|)m&?Hg4J=#N!#6Ow=Rnda0I8qqqXpDIYSO8{LyVch+Mg4+|n1I&g^cy3U zaVqQxAL#TBI*Cs20diduJNEmS@gWh1cGa2p^E#Vj$)*#%6dbWEJssta#7oltXxM}B zdsLVVLnA^_>P`b%VhSh*owQ+yjfCTM@ z+iXbWOulLbI8ovQqeEx$6W6hk$?i(Xi>5M_K+Xc35P@krX9_NL7xoeEPIMZi%Fxrr zH=LyRaP{02SiLsriQCh;a4GMhtLAJJfKX`*LRt4^@WlwWHAqw?W4@}VQsgn$0v%8@ zsg6ZjMR1l`eZich<$ZJ*y%TAHxBv{WAxj~HvFxwT2Yp&fz#LGDC0X=SY zl5jQ@JZiSKml{|vk55A(K>@D{>Kf1H1xUFBAs)~abydFtzjn3N$VH9xENI+2vNWBc z-98#L^KO2ALBl&{reEmY{4wiPS?@#MD@@~+o^hP$U5#*<)zP}ogt))vBqeDItpzy`JHKojq|%v> znEjDGvMO!vw=UhhaUP-Tts%Z{rIQ}S%G&0IL9&XEw`z9C-K7*^jTAPIY5j|#)~37J zK}$s>C0f=#*s^w|V%}TTtNYz8PCftohTj+Xd~>7vHrQ$-vvZ}+SJV>CY(EDW>`Spg{m=ub6w?eTPT#I^B*xx6l*jp=#teAd$#@juDPpg zz;OM|1wTzluQ4_aT2vQzK1dP!EJb<$ut{Hh%z2EgP)g3=7&6>&{9-AFi2eb>-<+)d zljjF>$Um#u0|GvDL%p!lZZ<(XBdB!N%nwJr@TubEiDu_7iG)Eqjv>=y2j3MIk=GGX z0byhH}MQ6g|#*xyd<7*N2#V ztz_`9en7;BAAVCbQETd+)3gSUs1fg!{^b|s5ml)n_a`lRwrpCb?PtsEnU|%4rV89mh}^aG(;uz|x6rU; zbrxlcnP(cG(UQd4snCcb`)E#2aw#M2qSuq&5aAeyGV-?yD!^!$B6F0#vPv2;+^WkQ z)RT{o#Nb<2Wm2d5o~8W4jWSFxMLq8$~AHGlxuc#M6XrZlyQM$e(hK}7p^ykaLtpHdAb-y<3 zCnQw^-j$L>u+jeQMlWv(v7A-c~uPYhfvG z;^1;>xNqTHX|B-nb_m~GxDxN(6^eJ>Jk7pLN_pPkof;21*izmCxhjxM*m3z88ZC8TZ`=x1l+Gr-5ZcH})X#jO0X9==N zn<=6|R8Q1XXB#*?DzWaJyF5){wy=;V=PfwQDvnf|O+PqOxwP`O2cjLzPp3DQXKgkH zKlcT>OgDXeaGO#}DRtNjoOAmL*;@_Pt1`63g3qfwxNbT)S9r;@;=Hsz^XHb3L7wKc zQpyiBB%M%c7D^=*diyzrmqmWm?HVZEaLg%3(fPYN$|L8ee||lXuvTuqg)>Ov7U`G})2j?T$<MQV)b`EB0uI@O0j)yq zDd>RE#-JQXR-Hx3n~$AKGrZLXE%}6|N~Nrrr}Jh9z5EqIDw}c~W?x!%b!|iS1YzPx zZS|=B%Iox^i-XT9e^R(xdKc!+{ARN#H!O!GnUQtzRLxiieY5jxpOHoVxv|ND`SM&z z+WEYzUMi&5Ipqpn0}2p$r*bH$sDy$uN3l8QmdZ8qU2f4cU8J<4Jv2NIrZ~pE$07BD z#F8r0fPU8X=hyqqHU<|u?S6h-Dlz6Aq%3-(X)*`hlXB;oto1ixO&nhYWWZVm&xW!F zcFM7T&iOIv^F%q>U$3osA;WWfZEXXkAZ5Yd_zESJg?ra^qJnjIcVUq!Ti3wP^c8bx znHAS9!TpS@ZVh4Tv*shpkzH%MxSOF5Iy&^n(RXZ9w@rPiKS@y2`fe$UwJ9?m|8$6t z;ECDi;A&MNaca@RxjDnC3x0ghI;*jKlAEA7P85pq+}~3;hkBVuv7FD1()Q?5Zlpx-lDn`ZR z5Qn{1lkgo9`JeLeKE*+3BW*X9 zW$Oydp&lwR&eL2}-GKbpL-O|j%|NL=0ai%ipWMG9$blWRC+NXtjpC4N4b|y zm5d$qoVE@<$ZCd|e;kH9Oi0J}CCxmc*rp{1fnPDWfq99@F4uk&CS`(#M-m06-i9Ml zY-iaXJU&{D*n%3@ac6Gaez*08Xl(H?TTyKBAFj6!pL#6LdCDN=k>_}?duoYivD-|) z*?@L&&z_i>*V@X<3u+1p2X^+%HQyiHHF(Itk>PmXw(Je^;A*CeIzLsLGCxK0m?IU# z*LN8v1y@?AxEswI&Fik8fn%03UYGeMni;a~-D8S#GF|ZrM+RQQ*f;}P=_Mn<++@0m zFqkE9bt|#-+|HXI@hlG)WC!u!XzB9UW$1~};pTH8{G23d1<)ZN5pz8}d7+I`@p z`+@n1$+ULlaErgF<U2p~)1>mA&)$FYtCCcw z`)NVL2XqrD>VVe!Fru*ZVbeR_hH2{LOBWyX@cZRRB{OZl?C04!u-od?ft;{nKxgB!aYE@{LaGoaOtyr)mW zCUnpKfzCMTrJSnOFrfAL#-4v)GXK|&9>^Hsg$<0?B}f68mll|fk~TDhXwEj8^CAsu z2E98E=?hRHqRqb_xSV~87gbUrJPgD!+RDi1QSD>-bYTj9QH>eejRS8-*{Uyc;R)X^@eKdU-nb!gD@JX3OgQX-pXE$1 zm&k0->icZ4r-aMQAHBCdGF^%OHkjzO$X@-m3%5|QytxbSk3))qg6SR-uUyUww%i>| z43lddxb>~uQ{q)ZxnZL@B1qYMa!n{J-8W`ACLi{(N6GJ4P@`E5BJsk(j&E~+d|-Gi z&13m(mThi?Y3)8g^(q{?eeS#Q`p37;PVM;F{I0z;w;jm6)i_jF(@*6*R~y{G{VL!2 zHS2~?(%L%-6rCo2Rg7eri61QEB#@yraM-_LzVofKZ0(7KCN4c|vQYfh(0#+7ir-o@ zBE2L2Q(x@Rpc-ynqG=$aWgq~)U?+Q|;?6?Fp1g#f11iia3-3;SS)fK4G6RM`b#d$8 z<;_a^iAOJz$!^I>

QXiA81je&wD>I`gU|soecO443-%yP(N;Ols_0d5kzSnz% z-9y#Su&GzLdEgB!ZhayDDav$3JKJ|rhImlT(Pp;eVV%4m4k?RNcqXLV1t@F{>RNhT zIX6$upHhBug|W&#p9c|CZ`!!VS+e|D+1~$_OV-b?ax%($Rd^*Hhr-H59;C0xHN8Ce z)HlYzkLGqm(QfLRwM1eMbN@ujNhEuDep=sDFe-^6-1~OM!BgN&twmE%RDcz+r?26= z`m;!`d>$~f3#SxseN=sYf1^MAtfNd~(t3Wn2K84bhdoS=DnT-S$>kPFNdcQPmx5eN z3b|y6;FM@r*BK?2k5wZ;6 zGGc$QB*;I1{P!S={3|g3c%T0g@J(#~O?f(Mvk01X_z(p_`{(mMSw|j!9SkPVfp7W_kY)3Hsw2v4Z&N)N~`G3z_ BX + +

  • + + Cart Icon 0 + +
  • + @@ -536,6 +543,18 @@

    Contact Us

    + + diff --git a/style.css b/style.css index 01e0c7ac..ef890e7a 100644 --- a/style.css +++ b/style.css @@ -151,6 +151,22 @@ html::-webkit-scrollbar-thumb:window-inactive { z-index: 1000; } +.cart-nav a { + display: flex; + align-items: center; + gap: 5px; /* Space between icon and count */ + } + + .cart-nav img { + vertical-align: middle; + } + + #cart-count { + font-size: 16px; /* Adjust font size to match */ + vertical-align: middle; + } + + .dark-mode .navbar{ background-color: #493d3d; } From 29a58e49e979b1a265c3c67baa40fe4d291e5e02 Mon Sep 17 00:00:00 2001 From: gurramkarthiknetha Date: Sat, 12 Oct 2024 03:19:52 +0530 Subject: [PATCH 04/13] issue327fixed --- style.css | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index 01e0c7ac..ed1faeac 100644 --- a/style.css +++ b/style.css @@ -10,12 +10,10 @@ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow */ } .card-header { - background-color: #333; color: #fff; padding: 10px; margin-bottom: 15px; text-align: center; - border-bottom: 1px solid #ddd; border-radius: 6px; align-items: center; } @@ -113,6 +111,7 @@ button[type="submit"]:hover { } html { + overflow-x: hidden; overflow-y: scroll; scroll-behavior: smooth; } @@ -530,6 +529,7 @@ button:hover img { .footer { background: #303036; color: #d3d3d3; + width: 100%; padding: 50px 0 0; font-family: 'Arial', sans-serif; } @@ -908,6 +908,7 @@ button:hover img { .card-body { display: flex; width: 90%; + overflow-x: hidden; margin: 20px auto; padding: 20px; justify-content: space-between; /* Form on the right and image on the left */ @@ -955,8 +956,9 @@ button:hover img { } .footer-bottom { - max-width: fit-content; + max-width: 100vw; } + } @@ -1165,18 +1167,17 @@ button:hover img { max-width: 800px; margin: 40px auto; padding: 20px; - background-color: #ffffff; + background-color: rgb(71,61,61); border: 1px solid #ddd; border-radius: 10px; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + box-shadow: 2 10px 8px rgba(255, 254, 254, 0.1); } .faq-title { text-align: center; font-size: 1.8em; - color: #333; + color: #ffffff; margin-bottom: 20px; - color: #ff6b6b; } .faq { @@ -1224,7 +1225,7 @@ button:hover img { font-family: Arial, sans-serif; margin: 0; padding: 0; - background-color: white; + background-color: rgb(71,61,61); } /* Review Section Container */ @@ -1232,7 +1233,7 @@ button:hover img { max-width: 800px; margin: 40px auto; padding: 20px; - background-color: #ffffff; + background-color:rgb(71,61,61); border: 1px solid #ddd; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); @@ -1242,7 +1243,7 @@ button:hover img { .reviews-title { text-align: center; font-size: 1.8em; - color: #ff6b6b; + color: #ffffff; margin-bottom: 20px; } @@ -1284,3 +1285,8 @@ button:hover img { line-height: 1.5; /* Slightly tighter line height */ } +@media only screen and (max-width: 700px) { + .footer-bottom{ + width: 1000vw !important; + } +} \ No newline at end of file From d7d0df25fdad3ef446108208655c5484901c669a Mon Sep 17 00:00:00 2001 From: akhulisumit Date: Sat, 12 Oct 2024 07:19:21 +0530 Subject: [PATCH 05/13] adding annimation to buttons --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 6e6c4fc9..352f478c 100644 --- a/style.css +++ b/style.css @@ -72,10 +72,13 @@ button[type="submit"] { border: none; border-radius: 5px; cursor: pointer; + transition: all 0.3s ease; } button[type="submit"]:hover { background-color: #444; + transform: scale(1.1); + } @@ -287,6 +290,7 @@ nav ul li.login { border-radius: 20px; padding: 4px 18px; cursor: pointer; + transition: all 0.5s ease; } nav ul li.login a { @@ -295,6 +299,8 @@ nav ul li.login a { nav ul li.login:hover { color: #fff; + transform: scale(1.18); + } From afc9526040708275eeaa381c2954eb28d739da0a Mon Sep 17 00:00:00 2001 From: siddartha Date: Sat, 12 Oct 2024 09:39:32 +0530 Subject: [PATCH 06/13] Social sidebar moved to right and updated its functionality correctly --- index.html | 2 +- script.js | 18 +++++++++++------- style.css | 13 +++++++------ 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 9b1b9141..b64637b3 100644 --- a/index.html +++ b/index.html @@ -527,7 +527,7 @@

    Contact Us

    diff --git a/script.js b/script.js index 17c4bac3..b89f67a1 100644 --- a/script.js +++ b/script.js @@ -75,14 +75,18 @@ window.onload = () => { //function to remove sidebar upon clicking close button function toggleSidebar() { - var sidebar = document.getElementById("SideBar"); - var sidebarContent = document.getElementById("sidebar-content"); - if (sidebar) { - // Remove the sidebar element and its content - sidebar.remove(); - sidebarContent.remove(); + const sidebar = document.querySelector('.social-sidebar'); + const toggleArrow = document.querySelector('.toggle-arrow'); + + // Check if the sidebar is currently visible + if (sidebar.style.display === "none") { + // If hidden, show the sidebar and hide the toggle arrow + sidebar.style.display = "block"; + toggleArrow.style.display = "none"; } else { - console.error("Sidebar element not found"); + // If visible, hide the sidebar and show the toggle arrow + sidebar.style.display = "none"; + toggleArrow.style.display = "block"; } } diff --git a/style.css b/style.css index c9247072..1996f01f 100644 --- a/style.css +++ b/style.css @@ -727,7 +727,7 @@ button:hover img { .close-btn { position: absolute; top: -10px; - right: -10px; + left: -10px; width: 25px; height: 25px; font-size: 20px; @@ -745,29 +745,30 @@ button:hover img { .toggle-arrow { position: fixed; top: 50%; - left: 0; + right: 0; transform: translateY(-50%); transition: transform 0.3s ease-in-out; background-color: #333; - padding: 5px; - border-radius: 0 10px 10px 0; + border-radius: 10px 0 0 10px; cursor: pointer; color: white; font-size: 25px; padding: 12px; + z-index: 1; } + .social-sidebar { position: fixed; top: 55%; - left: 0; + right: 0; transform: translateY(-50%); display: flex; flex-direction: column; gap: 15px; background-color: #333; padding: 3px; - border-radius: 0 15px 15px 0; + border-radius: 15px 0 0 15px; border: none; transition: background-color 0.3s ease, transform 0.3s ease; z-index: 1; From ef64b687b273039ad46bc25d5bc700bec5421ea3 Mon Sep 17 00:00:00 2001 From: AmanPatre Date: Sat, 12 Oct 2024 17:11:54 +0530 Subject: [PATCH 07/13] Underline Effect Added --- style.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/style.css b/style.css index 6e6c4fc9..2c4a524e 100644 --- a/style.css +++ b/style.css @@ -149,6 +149,7 @@ html::-webkit-scrollbar-thumb:window-inactive { overflow: hidden; background-color: #fff; z-index: 1000; + box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38); } .dark-mode .navbar{ @@ -280,6 +281,41 @@ nav ul li a:hover { color: #e00999; transform: scale(1.18); } +nav ul { + list-style-type: none; + padding: 0; + margin: 0; +} + +nav ul li { + display: inline-block; + position: relative; + margin: 0 15px; +} + +nav ul li a { + text-decoration: none; + position: relative; + color: #000; +} + + +nav ul li:not(.login) a::after { + content: ''; + display: block; + height: 0.5px; + width: 0; + background: #ff3527; + transition: width 0.3s ease; + position: absolute; + left: 0; + bottom: -1px; +} + +nav ul li:not(.login) a:hover::after { + width: 100%; +} + nav ul li.login { background: linear-gradient(to right, #fb5283, #ff3527); @@ -288,6 +324,10 @@ nav ul li.login { padding: 4px 18px; cursor: pointer; } +.underline li :hover{ + text-decoration: underline; + +} nav ul li.login a { color: #fff; From 9dee308837f9e16f6d54dbc1dc160a9a3f770f41 Mon Sep 17 00:00:00 2001 From: Tina Date: Sat, 12 Oct 2024 18:14:01 +0530 Subject: [PATCH 08/13] Added Contributor's Page --- Contributors/contributor.css | 262 ++++++++++++++++++++++++++++++++++ Contributors/contributor.html | 122 ++++++++++++++++ Contributors/contributor.js | 55 +++++++ index.html | 1 + 4 files changed, 440 insertions(+) create mode 100644 Contributors/contributor.css create mode 100644 Contributors/contributor.html create mode 100644 Contributors/contributor.js diff --git a/Contributors/contributor.css b/Contributors/contributor.css new file mode 100644 index 00000000..a9aadd71 --- /dev/null +++ b/Contributors/contributor.css @@ -0,0 +1,262 @@ +body { + font-family: "Poppins"; + color: #333; + display: flex; + justify-content: center; + align-items: center; + min-height: 100vh; + margin: 0; +} + +.container { + text-align: center; +} + +.title { + display: inline-block; + font-size: 3em; + margin-bottom: 20px; + padding: 10px; + color: #f6f2f6; + text-shadow: 1px 1px 2px rgb(184, 45, 235), 0 0 1em rgba(216, 130, 200, 0.617), + 0 0 0.2em rgba(99, 1, 124, 0.623); + /* border-radius: 20px; */ + /* background-color: rgba(209, 209, 255, 0.8); */ +} + +.contributors-grid { + display: flex; + flex-wrap: wrap; + gap: 20px; + justify-content: center; + padding: 20px; + gap: 40px; +} + +.contributor-card { + width: 300px; + position: relative; + overflow: hidden; + max-width: calc(55% - 16px); + display: flex; + flex-direction: column; + align-items: center; + background-color: #f9e2f9; + /* border: 1px solid #00ebdf; */ + border-radius: 8px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + padding: 16px; + transition: transform 0.5s ease-in-out, box-shadow 0.3s ease; + text-decoration: none; + color: inherit; + /* margin-bottom: 16px; */ +} + +.contributor-card:hover { + transform: scale(1.02); + box-shadow: 1px 1px 23px rgba(170, 1, 175, 0.915); + border: none; + cursor: pointer; +} + +.contributor-card::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: linear-gradient(132deg, #5103fa 50%, rgb(218, 46, 146) 51%); + /* background: linear-gradient(130deg, #3b89ff 50%, #eef6ff 50%); */ + transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; + transform: translate(-100%, -100%); + opacity: 0; + z-index: -1; +} + +.contributor-card:hover::before { + transform: translate(0, 0); + opacity: 1; +} + +.contributor-card img { + border-radius: 50%; + width: 100px; + height: 100px; + object-fit: cover; + margin-bottom: 10px; + transition: box-shadow 0.3s ease-in-out, border 0.1s ease-in-out; +} + +.contributor-card:hover img { + border: 2px solid rgb(255, 234, 0); + box-shadow: -1px 2px 27px rgb(0, 217, 255); +} + +/* + .contributor-card h2 { + margin: 0 0 10px; + } */ +/* + .contributor-card p { + } */ + +.contributor-card h2 { + font-size: 1.2em; + color: #040404; + position: relative; + z-index: 1; + transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out; +} + +.contributor-card p { + font-size: 1.2em; + color: #040404; + position: relative; + z-index: 1; + transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out; + margin: 0 0 10px; +} + +.contributor-card:hover h2 { + text-shadow: 1px 1px 2px rgb(0, 108, 108), 0 0 0.2em rgb(0, 14, 108), + 0 0 0.8em rgb(0, 14, 108); + color: white; +} + +.contributor-card:hover p { + text-shadow: 1px 1px 2px rgba(4, 0, 127, 0.715), 0 0 0.2em rgb(5, 18, 168), + 0 0 0.3em rgb(134, 136, 250); + color: white; + + /* font-weight: 400; */ +} + +/* dark mode */ +/* Toggle button styles */ +.toggle-container { + position: fixed; /* Change this as needed for positioning */ + top: 25px; + right: 40px; +} + +.toggle { + appearance: none; + outline: none; + cursor: pointer; + width: 100%; + height: 100%; + box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0; + border-radius: 999px; + color: hsl(240, 100%, 95%); + transition: all 500ms; + position: absolute; + top: 0; + left: 0; +} + +.toggle:checked { + background-color: #333; +} +.toggle:checked:before { + transform: translateX(25px); +} + +body { + background-color: #f8f9fa; + color: #212529; +} + +.nav-container { + background-color: #ffffff; +} + +.footer { + background-color: #ffffff; + color: #212529; +} + +/* Dark mode styles */ +body.dark-mode { + background-color: #333; + color: #ffffff; +} + +body.dark-mode .nav-container { + background-color: #343a40; +} + +body.dark-mode .footer { + background-color: #343a40; + color: #ffffff; +} +#toggle { + display: inline-block; + border-radius: 50px; + transition: all 0.4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 600; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; +} +.toggle-container { + --size: 2rem; + width: var(--size); + height: var(--size); +} + +.toggle { + appearance: none; + outline: none; + cursor: pointer; + width: 100%; + height: 100%; + box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0; + border-radius: 999px; + color: hsl(240, 100%, 95%); + transition: all 500ms; + position: absolute; + top: 25px; + right: 0; + + &:checked { + --ray-size: calc(var(--size) * -0.4); + --offset-orthogonal: calc(var(--size) * 0.65); + --offset-diagonal: calc(var(--size) * 0.45); + transform: scale(0.75); + color: hsl(40, 100%, 50%); + box-shadow: inset 0 0 0 var(--size), + calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size), + var(--offset-orthogonal) 0 0 var(--ray-size), + 0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size), + 0 var(--offset-orthogonal) 0 var(--ray-size), + calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 + var(--ray-size), + var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size), + calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size), + var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size); + } +} + +/* Apply fade-down animation to the toggle container */ +.toggle-container[data-aos="fade-down"] { + transition: opacity 500ms ease-in-out; + opacity: 0; +} + +.toggle-container[data-aos="fade-down"].aos-animate { + opacity: 1; +} +body.dark-mode .contributor-card { + background: #0e1525; +} +body.dark-mode .contributor-card p { + color: white; +} +body.dark-mode .contributor-card h2 { + color: white; +} diff --git a/Contributors/contributor.html b/Contributors/contributor.html new file mode 100644 index 00000000..a55f7ac2 --- /dev/null +++ b/Contributors/contributor.html @@ -0,0 +1,122 @@ + + + + + + Contributors + + + + + + + + + +
    +
    + +
    +

    Our Contributors

    +
    +
    + + + + + + diff --git a/Contributors/contributor.js b/Contributors/contributor.js new file mode 100644 index 00000000..017e37a7 --- /dev/null +++ b/Contributors/contributor.js @@ -0,0 +1,55 @@ +document.addEventListener("DOMContentLoaded", () => { + const contributorsContainer = document.getElementById("contributors"); + + async function fetchContributors() { + try { + const response = await fetch( + `https://api.github.com/repos/swaraj-das/Collect-your-GamingTools/contributors` + ); + const contributors = await response.json(); + + contributorsContainer.innerHTML = ""; + contributors.forEach((contributor) => { + const contributorCard = document.createElement("div"); + contributorCard.className = "contributor-card"; + + contributorCard.innerHTML = ` + + ${contributor.login} + +

    ${contributor.login}

    +

    Contributions: ${contributor.contributions}

    + `; + + contributorsContainer.appendChild(contributorCard); + }); + } catch (error) { + console.error("Error fetching contributors:", error); + } + } + + fetchContributors(); +}); + +// Dark mode (remains unchanged) +document.addEventListener("DOMContentLoaded", () => { + const toggleCheckbox = document.getElementById("themeToggle"); + const body = document.body; + + if (localStorage.getItem("dark-mode") === "enabled") { + body.classList.add("dark-mode"); + toggleCheckbox.checked = true; + } else { + toggleCheckbox.checked = false; + } + + toggleCheckbox.addEventListener("change", () => { + if (toggleCheckbox.checked) { + body.classList.add("dark-mode"); + localStorage.setItem("dark-mode", "enabled"); + } else { + body.classList.remove("dark-mode"); + localStorage.setItem("dark-mode", "disabled"); + } + }); +}); diff --git a/index.html b/index.html index e8804694..6aab05dc 100644 --- a/index.html +++ b/index.html @@ -495,6 +495,7 @@

    Quick Links

  • About Us
  • Contact
  • FAQ
  • +
  • Contributors
  • - -
    -
    + > @@ -432,10 +430,6 @@

    What Our Customers Say

    - -
    -
    -
    @@ -557,13 +551,13 @@

    Contact Us

    From 17d3888fc1176b67d7e35cb74a451ae879a331ed Mon Sep 17 00:00:00 2001 From: SWARAJ DAS <151845349+swaraj-das@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:44:02 +0530 Subject: [PATCH 11/13] Update index.html --- index.html | 66 +++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index 79fa252e..816f1292 100644 --- a/index.html +++ b/index.html @@ -359,50 +359,44 @@

    Ergonomic Gaming Chair

    - -
    - + +
    -

    Frequently Asked Questions

    - -
    - - - - -
    - We have tried our best to make all the tools available for enthusiastic gamers. -
    +

    Frequently Asked Questions

    + +
    + + +
    + We have tried our best to make all the tools available for enthusiastic gamers. +
    +
    - - -
    - - -
    - By considering our terms and conditions, further actions will be taken. -
    + + +
    + By considering our terms and conditions, further actions will be taken. +
    - +
    - - -
    - Yes, you are welcomed to buy multiple products at one time. -
    + + +
    + Yes, you are welcome to buy multiple products at one time. +
    - +
    - - -
    - Currently that option is unavailable. Sorry for the inconvenience. -
    + + +
    + We have courier services for our customers and it's absolutely free. +
    - -
    -
    > + +
    From ce850790814b6cab8f95d3ad4d4bef7aaae70193 Mon Sep 17 00:00:00 2001 From: SWARAJ DAS <151845349+swaraj-das@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:15:47 +0530 Subject: [PATCH 12/13] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f2fed4bd..e29e9f9b 100644 --- a/index.html +++ b/index.html @@ -499,7 +499,7 @@

    Quick Links