-
Notifications
You must be signed in to change notification settings - Fork 54
feat: added an about page on the website #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
f7ec190
Added an About page on the website
anujsharma8d 2fc8d56
Added an About page
anujsharma8d 5ce6ec3
Merge branch 'main' into feat/about-page
anujsharma8d 21ca155
Fix typo in WhyCodelens component text
anujsharma8d 49489d8
Fix typo in Problem.jsx description
anujsharma8d 846c3b1
Update GitHub button to prevent opener access
anujsharma8d fc4e2c3
Refactor SVG stroke properties to camelCase
anujsharma8d 1a29aa5
Add PlatformIcons component with multiple icons
anujsharma8d 649a606
Replace SVG icons with PlatformIcons components
anujsharma8d 765d563
Fix About section SEO
anujsharma8d f120ee1
Merge remote changes into feat/about-page
anujsharma8d 379b57a
Remove unused files
anujsharma8d 4916919
Fixed the broken link and svg error
anujsharma8d a4f5b06
Changed multiple h1 to improve SEO
anujsharma8d 8ca67ea
Fix attribute casing for SVG text element
anujsharma8d File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| import { Link } from 'react-router-dom'; | ||
|
|
||
| export default function AboutCTA() { | ||
| return ( | ||
| <div className="w-full px-4 sm:px-6 py-16 sm:py-20 md:py-32 min-h-screen border-b-4 border-black bg-black text-center text-white flex flex-col items-center justify-center overflow-hidden"> | ||
| <h2 className="text-3xl sm:text-5xl md:text-7xl lg:text-9xl font-black uppercase tracking-tighter mb-8 sm:mb-12 md:mb-16 leading-none max-w-6xl break-words w-full"> | ||
| Stop Guessing. <br className="hidden md:block"/> Start Growing. | ||
| </h2> | ||
| <Link to="/signup" className="w-full sm:w-auto px-8 sm:px-16 py-5 sm:py-8 bg-white text-black text-base sm:text-xl md:text-2xl font-black uppercase tracking-widest md:hover:-translate-y-2 hover:bg-gray-200 transition-all border-4 sm:border-[6px] border-white rounded-none shadow-[4px_4px_0_0_rgba(255,255,255,0.2)] sm:shadow-[8px_8px_0_0_rgba(255,255,255,0.2)] md:shadow-[16px_16px_0_0_rgba(255,255,255,0.2)]"> | ||
| Create Your Account | ||
| </Link> | ||
| </div> | ||
| ); | ||
| } |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| import React from 'react' | ||
| import { Check } from "lucide-react"; | ||
|
|
||
| const Commitment = () => { | ||
| return ( | ||
| <div className='w-full min-h-screen border-b-4 px-4 sm:px-6 py-16 sm:py-20 md:py-32 flex justify-center items-center'> | ||
| <div className='flex flex-col gap-10'> | ||
| <div> | ||
| <h2 className="text-4xl font-black uppercase leading-none tracking-tight text-black sm:text-7xl lg:text-8xl text-center sm:text-start ">Built in the open. For everyone.</h2> | ||
| </div> | ||
| <div> | ||
| <p className='text-2xl sm:text-3xl font-bold leading-none tracking-tight text-black text-center sm:text-start max-w-2xl'>CodeLens is 100% open source and will always remain so.</p> | ||
| </div> | ||
| <div className='text-2xl'> | ||
| <ul className='list-none'> | ||
| <li className='flex gap-2'><Check />MIT Licensed</li> | ||
| <li className='flex gap-2'><Check />Transparent Development</li> | ||
| <li className='flex gap-2'><Check />Community Driven</li> | ||
| <li className='flex gap-2'><Check />No Vendor Lock-in</li> | ||
| <li className='flex gap-2'><Check />Built by Developers, for Developers</li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| <div> | ||
| <img src="/about-commitment-image.png" alt="CodeLens ecosystem" className="hidden lg:block" /> | ||
| </div> | ||
| </div> | ||
| ) | ||
| } | ||
|
|
||
| export default Commitment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| import React from 'react' | ||
| import { GitFork, Star, UserRoundPlus, GitPullRequest } from "lucide-react"; | ||
|
|
||
| const Community = () => { | ||
| return ( | ||
| <div className='w-full min-h-screen border-b-4 px-4 sm:px-6 py-16 sm:py-20 md:py-32 flex flex-col lg:flex-row justify-center items-center gap-20'> | ||
| <div className='flex flex-col gap-10 justify-center items-center lg:items-start'> | ||
| <h2 className="text-4xl font-black uppercase leading-none tracking-tight text-black sm:text-7xl lg:text-8xl text-center lg:text-start max-w-3xl">A community that builds together</h2> | ||
| <p className='text-2xl sm:text-3xl font-bold leading-none tracking-tight text-black text-center lg:text-start max-w-2xl'>CodeLens is more than a platform - it's a community of builders, learners, and problem solvers.</p> | ||
| <button onClick={() => { const win = window.open("https://github.com/kunalverma2512/CodeLens", "_blank"); if (win) win.opener = null;}} className='cursor-pointer w-full sm:w-auto px-8 sm:px-12 py-4 sm:py-3 bg-white text-black text-lg font-black uppercase hover:bg-gray-300 transition-colors border-4 border-black rounded-none shadow-[4px_4px_0_0_rgba(0,0,0,1)] sm:shadow-[8px_8px_0_0_rgba(0,0,0,1)] sm:shadow-none sm:hover:-translate-y-1 sm:hover:shadow-[8px_8px_0_0_rgba(0,0,0,1)]'>Join Community β</button> | ||
| </div> | ||
| <div className="grid grid-cols-2 grid-rows-2 w-full max-w-[420px] aspect-square border border-black"> | ||
| <div className="p-6 border-r border-b flex flex-col justify-between"> | ||
| <UserRoundPlus size={56} /> | ||
| <div> | ||
| <p className="font-extrabold text-4xl">20+</p> | ||
| <p className="font-bold text-xl">Contributors</p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div className="p-6 border-b flex flex-col justify-between"> | ||
| <Star size={56} /> | ||
| <div> | ||
| <p className="font-extrabold text-4xl">20+</p> | ||
| <p className="font-bold text-xl">Stars</p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div className="p-6 border-r flex flex-col justify-between"> | ||
| <GitFork size={56} /> | ||
| <div> | ||
| <p className="font-extrabold text-4xl">45+</p> | ||
| <p className="font-bold text-xl">Forks</p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div className="p-6 flex flex-col justify-between"> | ||
| <GitPullRequest size={56} /> | ||
| <div> | ||
| <p className="font-extrabold text-4xl">50+</p> | ||
| <p className="font-bold text-xl">Pull Requests</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| ) | ||
| } | ||
|
|
||
| export default Community |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,141 @@ | ||
| import React from 'react' | ||
| import { BadgeCheck, ChartNoAxesCombined, Route, Lightbulb, Zap } from "lucide-react"; | ||
| import { LeetCodeIcon, CodeforcesIcon, GitHubIcon } from '../icons/PlatformIcons'; | ||
|
|
||
| const Ecosystem = () => { | ||
| return ( | ||
| <div className='w-full min-h-screen border-b-4 px-4 sm:px-6 py-16 sm:py-20 md:py-32 flex flex-col justify-center items-center gap-10'> | ||
| <h2 className="text-4xl font-black uppercase leading-none tracking-tight text-black sm:text-7xl lg:text-8xl text-center">One ecosystem. Complete visibility.</h2> | ||
| <div className='flex flex-col min-[1250px]:flex-row justify-center items-center gap-5'> | ||
| <div className='border-2 border-black '> | ||
| <div className='border-b p-3 px-10 flex items-center gap-5'> | ||
| <LeetCodeIcon/> | ||
| <div> | ||
| <h2 className='font-bold text-2xl'>LeetCode</h2> | ||
| <p>Your Practice</p> | ||
| </div> | ||
| </div> | ||
| <div className='border-b p-3 px-10 flex items-center gap-5'> | ||
| <CodeforcesIcon/> | ||
| <div> | ||
| <h2 className='font-bold text-2xl'>Codeforces</h2> | ||
| <p>Your competitions</p> | ||
| </div> | ||
| </div> | ||
| <div className='p-3 px-10 flex items-center gap-5'> | ||
| <GitHubIcon/> | ||
| <div> | ||
| <h2 className='font-bold text-2xl'>GitHub</h2> | ||
| <p>Your Projects</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <svg className='hidden min-[1250px]:block' width="180" height="80"> | ||
| <path | ||
| d="M10 40 C60 40, 120 40, 170 40" | ||
| stroke="black" | ||
| strokeWidth="4" | ||
| fill="none" | ||
| strokeDasharray="8 8" | ||
| /> | ||
| <path | ||
| d="M160 25 L175 40 L160 55" | ||
| stroke="black" | ||
| strokeWidth="4" | ||
| fill="none" | ||
| /> | ||
| </svg> | ||
| <svg className='min-[1250px]:hidden' width="40" height="80" viewBox="0 0 40 80" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
| <path | ||
| d="M20 10V60" | ||
| stroke="black" | ||
| strokeWidth="4" | ||
| strokeDasharray="8 8" | ||
| strokeLinecap="round" | ||
| /> | ||
| <path | ||
| d="M10 50L20 60L30 50" | ||
| stroke="black" | ||
| strokeWidth="4" | ||
| strokeLinecap="round" | ||
| strokeLinejoin="round" | ||
| /> | ||
| </svg> | ||
| <div className='flex flex-col justify-center items-center border-4 border-black bg-black text-white p-10 gap-2 shadow-[10px_10px_0_0_rgba(0,0,0,1)]'> | ||
| <svg | ||
| width="80" | ||
| height="80" | ||
| viewBox="0 0 80 80" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| > | ||
| <rect | ||
| x="1" | ||
| y="1" | ||
| width="78" | ||
| height="78" | ||
| rx="10" | ||
| fill="#000" | ||
| /> | ||
|
|
||
| <text | ||
| x="40" | ||
| y="40" | ||
| fill="#FFF" | ||
| fontSize="38" | ||
| fontFamily="Inter, Arial, sans-serif" | ||
| fontWeight="800" | ||
| textAnchor="middle" | ||
| dominantBaseline="middle" | ||
| > | ||
| CL | ||
| </text> | ||
| </svg> | ||
| <p className='font-bold'> | ||
| CodeLens | ||
| </p> | ||
| <p className='font-bold'>Intelligence Engine</p> | ||
| <p className='border-2 p-1 border-black flex font-bold justify-center items-center'><Zap />AI Powered</p> | ||
| </div> | ||
| <svg className='hidden min-[1250px]:block' width="180" height="80"> | ||
| <path | ||
| d="M10 40 C60 40, 120 40, 170 40" | ||
| stroke="black" | ||
| strokeWidth="4" | ||
| fill="none" | ||
| strokeDasharray="8 8" | ||
| /> | ||
| <path | ||
| d="M160 25 L175 40 L160 55" | ||
| stroke="black" | ||
| strokeWidth="4" | ||
| fill="none" | ||
| /> | ||
| </svg> | ||
| <svg className='min-[1250px]:hidden' width="40" height="80" viewBox="0 0 40 80" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
| <path | ||
| d="M20 10V60" | ||
| stroke="black" | ||
| strokeWidth="4" | ||
| strokeDasharray="8 8" | ||
| strokeLinecap="round" | ||
| /> | ||
| <path | ||
| d="M10 50L20 60L30 50" | ||
| stroke="black" | ||
| strokeWidth="4" | ||
| strokeLinecap="round" | ||
| strokeLinejoin="round" | ||
| /> | ||
| </svg> | ||
| <div className='border-2 border-black p-5 flex flex-col gap-5'> | ||
| <p className='flex gap-3 font-bold'><BadgeCheck />Unified Profile</p> | ||
| <p className='flex gap-3 font-bold'><ChartNoAxesCombined />Complete Analysis</p> | ||
| <p className='flex gap-3 font-bold'><Route />AI Roadmap</p> | ||
| <p className='flex gap-3 font-bold'><Lightbulb />Actionable insights</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| ) | ||
| } | ||
|
|
||
| export default Ecosystem | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.