diff --git a/frontend/index.html b/frontend/index.html index 32eecb1..619d839 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,12 +2,32 @@ - + + + + + + + + CodeLens + + + + + + + + + +
- + \ No newline at end of file diff --git a/frontend/public/favicon.png b/frontend/public/favicon.png new file mode 100644 index 0000000..2d9109c Binary files /dev/null and b/frontend/public/favicon.png differ diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg deleted file mode 100644 index 6893eb1..0000000 --- a/frontend/public/favicon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/frontend/public/logo-192.png b/frontend/public/logo-192.png new file mode 100644 index 0000000..5a6b737 Binary files /dev/null and b/frontend/public/logo-192.png differ diff --git a/frontend/public/logo.png b/frontend/public/logo.png new file mode 100644 index 0000000..f2a0016 Binary files /dev/null and b/frontend/public/logo.png differ diff --git a/frontend/public/og-logo.png b/frontend/public/og-logo.png new file mode 100644 index 0000000..fab5b8c Binary files /dev/null and b/frontend/public/og-logo.png differ diff --git a/frontend/src/components/auth/ForgotPassword.jsx b/frontend/src/components/auth/ForgotPassword.jsx index 26364fe..af4d90a 100644 --- a/frontend/src/components/auth/ForgotPassword.jsx +++ b/frontend/src/components/auth/ForgotPassword.jsx @@ -120,6 +120,14 @@ export default function ForgotPassword() { return (
+ {/* CodeLens Logo */} +
+ CodeLens +

RESET PASSWORD

diff --git a/frontend/src/components/shared/Footer.jsx b/frontend/src/components/shared/Footer.jsx index 24146c9..5c7d143 100644 --- a/frontend/src/components/shared/Footer.jsx +++ b/frontend/src/components/shared/Footer.jsx @@ -14,9 +14,13 @@ export default function Footer() {
- CODE
LENS + CodeLens

The developer intelligence platform. Unify your competitive programming journey across Codeforces, LeetCode & GitHub — with AI-driven insights, zero noise. @@ -196,14 +200,13 @@ export default function Footer() {

{/* ───── Large Brand Stamp ───── */} -
- +
+
{/* ───── Bottom Bar ───── */} diff --git a/frontend/src/components/shared/Navbar.jsx b/frontend/src/components/shared/Navbar.jsx index bd70e86..9a5b660 100644 --- a/frontend/src/components/shared/Navbar.jsx +++ b/frontend/src/components/shared/Navbar.jsx @@ -370,12 +370,17 @@ export default function Navbar() {
{/* ── Wordmark ──────────────────────────────────────────────────── */} + {/* ── Logo ─────────────────────────────────────────────────────── */} - CODELENS + CodeLens {/* ── Desktop Centre Nav ────────────────────────────────────────── */} diff --git a/frontend/src/components/shared/loaders/LoaderAlt.jsx b/frontend/src/components/shared/loaders/LoaderAlt.jsx index 23f12ad..4d5ccd9 100644 --- a/frontend/src/components/shared/loaders/LoaderAlt.jsx +++ b/frontend/src/components/shared/loaders/LoaderAlt.jsx @@ -3,9 +3,17 @@ const Spinner = () => {
Loading, please wait... + + {/* CodeLens Logo */} + CodeLens +
{[...Array(4)].map((_, i) => (
{
Loading, please wait... + + {/* CodeLens Logo */} + CodeLens
{/* Outer Square */}
diff --git a/frontend/src/pages/LoginPage.jsx b/frontend/src/pages/LoginPage.jsx index 530cb4a..4e03eee 100644 --- a/frontend/src/pages/LoginPage.jsx +++ b/frontend/src/pages/LoginPage.jsx @@ -66,6 +66,15 @@ export default function LoginPage() { return (
+ {/* Logo */} +
+ CodeLens +
+

LOGIN

diff --git a/frontend/src/pages/NotFoundPage.jsx b/frontend/src/pages/NotFoundPage.jsx index cfb722b..f6b213b 100644 --- a/frontend/src/pages/NotFoundPage.jsx +++ b/frontend/src/pages/NotFoundPage.jsx @@ -29,8 +29,14 @@ export default function NotFoundPage() {
{/* Label */}
+ {/* CodeLens Logo */} + CodeLens

- Error / Route Unavailable + Error / Route Unavailable

diff --git a/frontend/src/pages/SignupPage.jsx b/frontend/src/pages/SignupPage.jsx index b88cc24..f361526 100644 --- a/frontend/src/pages/SignupPage.jsx +++ b/frontend/src/pages/SignupPage.jsx @@ -128,6 +128,15 @@ export default function SignupPage() { return (
+ {/* CodeLens Logo */} +
+ CodeLens +
+

{step === 1 ? "SIGN UP" : "VERIFY EMAIL"}