{error}
} + {/* {error &&{error}
} */}diff --git a/website3.0/components/Loadernewletter.jsx b/website3.0/components/Loadernewletter.jsx new file mode 100644 index 00000000..c65767f3 --- /dev/null +++ b/website3.0/components/Loadernewletter.jsx @@ -0,0 +1,16 @@ +import React from 'react' +import "@stylesheets/Loadernewsletter.css"; + +export default function Lodaernewletter() { + console.log('sdsdsds') + return ( + <> +
{error}
} + {/* {error &&{error}
} */}{error}
} + {/* {error &&{error}
} */} diff --git a/website3.0/stylesheets/Loadernewsletter.css b/website3.0/stylesheets/Loadernewsletter.css new file mode 100644 index 00000000..52127b37 --- /dev/null +++ b/website3.0/stylesheets/Loadernewsletter.css @@ -0,0 +1,68 @@ +.loader1 { + position: fixed; + top: 46%; + left: 46%; + z-index: 1000 !important; + + width: 100px; + height: 100px; + border: 4px solid #282828; + overflow: hidden; + border-radius: 50%; + box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1), + 10px 10px 10px rgba(0, 0, 0, 0.4), + inset -5px -5px 5px rgba(255, 255, 255, 0.2), + inset 10px 10px 10px rgba(0, 0, 0, 0.4); + } + .backgroundset{ + height: 100vh; + width: 100vw; + position: fixed; + top: 0px; + left: 0px; + background-color: rgba(0,0,0,0.4); + z-index: 999 !important; + } + .loader1:before { + content: ""; + position: absolute; + top: 25px; + left: 25px; + right: 25px; + bottom: 25px; + z-index: 10; + background: #212121; + border-radius: 50%; + border: 2px solid #292929; + box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.2), + inset 3px 3px 5px rgba(0, 0, 0, 0.5); + } + + .loader1 span { + position: absolute; + width: 100%; + height: 100%; + border-radius: 50%; + background-image: linear-gradient( + -225deg, + #ff7402 0%, + #ffe700 50%, + #fff55e 100% + ); + filter: blur(20px); + z-index: -1; + animation: animate 0.5s linear infinite; + } + + @keyframes animate { + 0% { + transform: rotate(0deg); + } + + 100% { + transform: rotate(360deg); + } + } + + + \ No newline at end of file diff --git a/website3.0/stylesheets/Popup.css b/website3.0/stylesheets/Popup.css new file mode 100644 index 00000000..0c0801f0 --- /dev/null +++ b/website3.0/stylesheets/Popup.css @@ -0,0 +1,48 @@ +.red1{ + background-color: red; +} + +.green1 { + background-color: rgb(28, 201, 28) !important; +} + +.popup{ + width: 40%; + height: 60px; + border-radius: 10px; + position: fixed; + bottom: 100px; + display: flex; + justify-content: center; + align-items: center; + left: 30%; + right: 30%; + color: white; + animation: animate1 1s forwards; + +} +.none1{ + display: none; +} +.line{ + width: 100px; + background-color: white; + height: 2px; + position: absolute; + bottom: 0px ; + animation: animate 2s forwards; +} +@keyframes animate { + from{ + width: 0px; + }to{ + width: 100%; + } +} +@keyframes animate1 { + from{ + opacity: 0; + }to{ + opacity: 1; + } +} \ No newline at end of file diff --git a/website3.0/stylesheets/homepage.css b/website3.0/stylesheets/homepage.css index d50e3cd8..8c44602d 100644 --- a/website3.0/stylesheets/homepage.css +++ b/website3.0/stylesheets/homepage.css @@ -907,3 +907,18 @@ body.dark-mode { height: 46px !important; } } + +.changedesign{ + background:none; + border-bottom: solid 2px white; + border-radius: 0px !important; +} +.changedesign::placeholder{ + left: 0px !important; + margin-left: 0px !important; + color: black; + padding-left: 0px !important; +} +.changedesign:focus{ + outline: none; +} diff --git a/website3.0/stylesheets/teams.css b/website3.0/stylesheets/teams.css index 882ae451..04a3f239 100644 --- a/website3.0/stylesheets/teams.css +++ b/website3.0/stylesheets/teams.css @@ -152,6 +152,7 @@ body { background-size: cover; background-repeat: no-repeat; transition: 0.5s; + padding-right: 0px !important; } .team-member:hover { transform: scale(1.03); @@ -223,9 +224,10 @@ body { height: 100%; } .social-links { - width: 20%; - margin-left: 5px; + width: 16%; padding: 10px; + padding-left: 0px !important; + padding-right: 0px !important; } .social-links-items { display: flex;