From cb12d3ff5f45c4840ba829b9a4d79e8ef6274d0b Mon Sep 17 00:00:00 2001 From: Suhani1234-5 Date: Sun, 27 Jul 2025 17:31:41 +0530 Subject: [PATCH 1/2] About UI --- src/pages/About/About.tsx | 177 ++++++++++++++++++++++++++++++-------- 1 file changed, 142 insertions(+), 35 deletions(-) diff --git a/src/pages/About/About.tsx b/src/pages/About/About.tsx index 4272234..26e3582 100644 --- a/src/pages/About/About.tsx +++ b/src/pages/About/About.tsx @@ -1,55 +1,162 @@ +import React from 'react'; + const About = () => { return ( -
+
+ {/* Animated background elements */} +
+
+
+
+
+ {/* Hero Section */} -
-

About Us

-

- Welcome to GitHub Tracker! We simplify issue tracking for developers. -

+
+
+
+
+ + GitHub Tracker + +
+
+ +

+ A + b + o + u + t + + U + s +

+ +

+ Welcome to the future of issue tracking. We're revolutionizing how developers + collaborate + and manage their GitHub workflows. +

+ +
+
+
+
{/* Mission Section */} -
-

Our Mission

-

- We aim to provide an efficient and user-friendly way to track GitHub issues and pull requests. - Our goal is to make it easy for developers to stay organized and focused on their projects without getting bogged down by the details. -

+
+
+
+

+ Our Mission +

+
+
+ 🚀 +
+

+ We're on a mission to provide the most efficient and + intuitive GitHub issue tracking experience. + Our platform empowers developers to stay organized, focused, and productive without drowning in complexity. +

+
+
+
{/* Features Section */} -
-

What We Do

- -
-
-
🔍
-

Simple Issue Tracking

-

- Track your GitHub issues seamlessly with intuitive filters and search options. -

-
+
+
+

+ What We Create +

+ +
+ {/* Feature 1 */} +
+
+
+
+ 🔍 +
+

+ Smart Issue Tracking +

+

+ Experience next-level issue tracking with intelligent filters, advanced search capabilities, + and real-time synchronization with your GitHub repositories. +

+
+
+
-
-
👥
-

Team Collaboration

-

- Collaborate with your team in real-time, manage issues and pull requests effectively. -

+ {/* Feature 2 */} +
+
+
+
+ 👥 +
+

+ Team Synergy +

+

+ Foster seamless collaboration with real-time updates, intelligent notifications, + and workflow automation that keeps your entire team in perfect sync. +

+
+
+
+ + {/* Feature 3 */} +
+
+
+
+ ⚙️ +
+

+ Infinite Customization +

+

+ Tailor every aspect of your workflow with powerful customization options, + automated rules, and integrations that adapt to your team's unique processes. +

+
+
+
+
+
-
-
⚙️
-

Customizable Settings

-

- Customize your issue tracking workflow to match your team's needs. + {/* CTA Section */} +

+
+
+

+ Ready to Transform Your Workflow? +

+

+ Join thousands of developers who've already revolutionized their GitHub experience.

+
+ + {/* Floating particles */} +
+
+
+
+
+
); }; -export default About; +export default About; \ No newline at end of file From 86f6544dddcc19dbe6a4c4debcad815576a916ce Mon Sep 17 00:00:00 2001 From: Mehul Prajapati Date: Tue, 29 Jul 2025 02:48:22 -0400 Subject: [PATCH 2/2] Update src/pages/About/About.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/pages/About/About.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/About/About.tsx b/src/pages/About/About.tsx index 4272234..bb5f534 100644 --- a/src/pages/About/About.tsx +++ b/src/pages/About/About.tsx @@ -2,7 +2,14 @@ const About = () => { return (
{/* Hero Section */} -
+

About Us

Welcome to GitHub Tracker! We simplify issue tracking for developers.