Skip to content

Commit

Permalink
updated & added projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-63 committed Oct 25, 2024
1 parent 41a6ede commit aebbe0a
Show file tree
Hide file tree
Showing 20 changed files with 222 additions and 92 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bio",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Binary file modified public/files/Resume.pdf
Binary file not shown.
Binary file removed public/images/Project/Microservices.png
Binary file not shown.
Binary file removed public/images/Project/Rest API.png
Binary file not shown.
Binary file removed public/images/Project/Spring MVC.png
Binary file not shown.
Binary file added public/images/Project/backend-application.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/Project/cmd-aaplication.png
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/Project/portfolio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/Project/web-application.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,25 @@
--app-gray-800: 243 244 246;
--app-gray-900: 249 250 251;
--app-gray-950: 255 255 255;
}
}

::-webkit-scrollbar {
width: 12px;
}

::-webkit-scrollbar-track {
background: rgb(231, 231, 231);
}

::-webkit-scrollbar-thumb {
background-color: rgb(86, 86, 86);
border: 3px solid rgba(var(--app-gray-200), 1);
}

.dark ::-webkit-scrollbar-thumb {
background-color: rgb(55, 65, 81);
}

.dark ::-webkit-scrollbar-track {
background: white;
}
11 changes: 9 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Metadata } from "next";

import "./globals.css";
import Header from "@/components/layout/header";
import { Providers } from "@/lib/providers";
import Footer from "@/components/layout/footer";
import InterFont from "@/components/general/InterFont";
import InterFont from "@/components/general/inter-font";
import { GoogleAnalytics } from "@next/third-parties/google";

const title = "Prince Kumar Prasad!";
Expand All @@ -31,6 +30,14 @@ export const metadata: Metadata = {
"web developer",
"web designer",
"web development",
"Android Developer",
"Mobile Developer",
"Mobile Development",
"Flutter Developer",
"Jetpack Compose Developer",
"React Developer",
"Next Developer",
"Node Developer",
],
creator: "Prince Kumar Prasad",
icons: {
Expand Down
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ContactSection from "@/components/sections/contact";
import AboutMeSection from "@/components/sections/about-me";
import SkillsSection from "@/components/sections/skills";
import { motion, useScroll } from "framer-motion";
// import ProjectSection from '@/components/sections/project';
import ProjectSection from "@/components/sections/project";

export default function Home() {
const { scrollYProgress } = useScroll();
Expand All @@ -18,7 +18,7 @@ export default function Home() {
<HeroSection />
<AboutMeSection />
<SkillsSection />
{/* <ProjectSection /> */}
<ProjectSection />
<ContactSection />
</>
);
Expand Down
3 changes: 1 addition & 2 deletions src/components/data-display/project-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { PROJECTS } from "@/lib/data";
import Image from "next/image";
import spaceGrotesk from "../general/space-grotesk-font";
import Tag from "@/components/data-display/tag";
import Link from "next/link";

export default function ProjectDetails() {
return (
Expand Down Expand Up @@ -41,7 +40,7 @@ export default function ProjectDetails() {
onClick={() => window.open(project.url, "_blank")}
size={16}
/>
Github
GitHub
<div className="hover:bg-gray-50 [&_svg]:stroke-gray-500">
<ExternalLink width={20} />
</div>
Expand Down
File renamed without changes.
63 changes: 23 additions & 40 deletions src/components/sections/about-me.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import PrinceKumar from "../../../public/images/about_image.jpg";
import Tag from "@/components/data-display/tag";
import Container from "@/components/layout/container";
import Typography from "@/components/general/typography";
import Link from "@/components/navigation/link";
import { EXTERNAL_LINKS } from "@/lib/data";
import Reavel from "@/hooks/Reavel";
import spaceGrotesk from "../general/space-grotesk-font";

Expand Down Expand Up @@ -32,66 +30,51 @@ const AboutMeSection = () => {
</div>

{/* Content */}
<div className="flex max-w-xl flex-col gap-6">
<div className="flex max-w-xl flex-col gap-3">
<Reavel>
<Typography
variant="h5"
className={`${spaceGrotesk.className} text-lg`}
>
Curious about me? Here you have it:
Curious about me? Here&apos;s a bit of my journey:
</Typography>
</Reavel>

<Reavel>
<Typography className={`${spaceGrotesk.className} text-lg`}>
I&apos;m a{" "}
<Link
noCustomization
externalLink
withUnderline
href={EXTERNAL_LINKS.GITHUB}
>
Aspiring Developer.
</Link>{" "}
who focuses on development, particularly using (Spring Boot,
React.js & Android). I&apos;m passionate about creating visually
appealing and seamlessly functioning digital products. I
prioritize user experience, perfect designs, and writing clean,
efficient code.
I&apos;m a self-taught Web & App Developer with expertise in
Spring Boot, Microservices, REST APIs, Node.js, Express.js,
React.js, Next.js, Flutter, and Jetpack Compose. I&apos;m
passionate about creating scalable, high-performance mobile and
web applications with a focus on clean code, maintainable
architecture, and seamless user experiences.
</Typography>
</Reavel>

<Reavel>
<Typography className={`${spaceGrotesk.className} text-lg`}>
I began my journey as a developer in 2022, and since then,
I&apos;ve continued to grow and evolve as a developer, taking on
new challenges and learning the latest technologies along the way.
Since starting my development journey in 2022, I&apos;ve taken a
proactive approach to growth, consistently challenging myself with
complex projects and advancing my skills in frameworks like Spring
Boot and Jetpack Compose. My goal is to build solutions that not
only perform exceptionally but are polished and intuitive for
users. I prioritize creating high-quality applications, grounded
in clean, maintainable code and scalable design, always aiming for
visually engaging and user-centered experiences.
</Typography>
</Reavel>

<Reavel>
<Typography className={`${spaceGrotesk.className} text-lg`}>
I focus on my goals, value productivity, and aim for leadership. I
keep my social circle small to avoid distractions.
Driven by a continuous desire to grow, I prioritize productivity
and seek out projects that expand my skill set. Staying focused on
my goals, I embrace new opportunities to deepen my expertise while
minimizing distractions. This disciplined approach keeps me
adaptable, innovative, and ready to tackle complex
challenges—qualities I believe make me a valuable addition to any
team striving for excellence.
</Typography>
</Reavel>
{/*
<Reavel>
<Typography className={`${spaceGrotesk.className} text-lg`}>
When I&apos;m not in full-on developer mode, you can
find me on{" "}
<Link
noCustomization
externalLink
withUnderline
href={EXTERNAL_LINKS.Linkedin}
>
Linkedin
</Link>
.
</Typography>
</Reavel>
*/}
<Reavel>
<Typography
variant={"h6"}
Expand Down
10 changes: 6 additions & 4 deletions src/components/sections/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ const HeroSection = () => {
</Reavel>
<Reavel>
<Typography className={`${spaceGrotesk.className} text-lg mt-3`}>
Aspiring Developer, focusing Spring Boot, Microservices, Rest
API, Docker, & React.js. My expertise includes designing,
implementing, structuring code and developing scalable,
high-performance applications.
Self-Taught Web & App Developer with Proficiency in Spring Boot,
Microservices, REST APIs, Node.js, Express.js, React.js,
Next.js, Flutter, and Jetpack Compose | Dedicated to Creating
Scalable, High-Performance Mobile and Web Applications with
Clean Code, Maintanable Architecture, and Seamless User
Experiences.
</Typography>
</Reavel>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/components/sections/project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Tag from "@/components/data-display/tag";
import Container from "@/components/layout/container";
import ScrollAnimation from "@/hooks/scrollAnimation";
import spaceGrotesk from "../general/space-grotesk-font";
import Reavel from "@/hooks/Reavel";
import Typography from "../general/typography";
import ProjectDetails from "../data-display/project-details";

Expand Down
Loading

1 comment on commit aebbe0a

@vercel
Copy link

@vercel vercel bot commented on aebbe0a Oct 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.