diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7020ae6..c7feff6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,8 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; import "../styles/globals.css"; import { ThemeProvider } from "@/components/theme-provider"; import { MenubarComponent } from "@/components/navigation"; -import { ProfileLeft } from "@/components/left-profile-component"; - -const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: process.env.WEBSITE_TITLE, @@ -31,14 +27,9 @@ export default function RootLayout({
-
-
- -
{children}
-
diff --git a/src/app/page.tsx b/src/app/page.tsx index a2532c3..b49fbae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,11 +1,17 @@ "use client"; import * as React from "react"; import { About } from "@/components/about"; +import { ProfileLeft } from "@/components/left-profile-component"; export default function Home() { return ( -
- +
+
+ +
+
+ +
); } diff --git a/src/components/about.tsx b/src/components/about.tsx index 1212e05..a469ec5 100644 --- a/src/components/about.tsx +++ b/src/components/about.tsx @@ -1,6 +1,6 @@ import React from 'react' -import Socials from '@/components/social' +import { Socials } from '@/components/social' import DownloadCv from './download-cv' @@ -13,7 +13,7 @@ export function About() {

Hello, This is Akibur Rahman,

-

and I'm professional Software Engineer

+

and I'm a professional Software Engineer

> Who am I?

diff --git a/src/components/footer.tsx b/src/components/footer.tsx new file mode 100644 index 0000000..203caf9 --- /dev/null +++ b/src/components/footer.tsx @@ -0,0 +1,34 @@ +import React from 'react'; + +import { Socials } from '@/components/social' + +// the card components +import { + Card, + CardContent, + CardDescription, + CardFooter, + CardHeader, + CardTitle + } from "@/components/ui/card" + +import Logo from '../../public/logo'; + + +const Footer = () => { +return ( +
+ + + + Beyond the Pixel,
Beyond Expectations
+
+ + {/* */} + +
+
+); +}; + +export default Footer; \ No newline at end of file diff --git a/src/components/left-profile-component.tsx b/src/components/left-profile-component.tsx index 37adb79..ef59105 100644 --- a/src/components/left-profile-component.tsx +++ b/src/components/left-profile-component.tsx @@ -15,7 +15,6 @@ import { Card, CardContent, CardDescription, - CardFooter, CardHeader, CardTitle } from "@/components/ui/card" @@ -29,11 +28,9 @@ import { import { Badge } from "@/components/ui/badge" -import { useTheme } from 'next-themes'; import { skills } from '@/lib/skills-list'; -import Socials from '@/components/social'; import { Button } from './ui/button'; @@ -42,8 +39,6 @@ import { Button } from './ui/button'; // type CardProps = React.ComponentProps; export function ProfileLeft() { - // get the current theme - const { theme } = useTheme(); return (
@@ -57,7 +52,7 @@ export function ProfileLeft() { Akibur Rahman - Junior Software Engineer | @@ -66,17 +61,19 @@ export function ProfileLeft() {
-

+

• Personal Details

✉ Email: - cadetakib1689@gmail.com +
📞 Phone: - +880 1521 705298 + +880 1550 008 035
🏠 Address: Dhaka, Bangladesh @@ -101,12 +98,6 @@ export function ProfileLeft() { )}

- -

- Socials -

- -
); } diff --git a/src/components/social.tsx b/src/components/social.tsx index 67189a8..1c485b7 100644 --- a/src/components/social.tsx +++ b/src/components/social.tsx @@ -19,9 +19,9 @@ import { import { useTheme } from 'next-themes'; -const Socials = () => { +export function Socials () { const { theme } = useTheme(); - return ( + return ( ) } - -export default Socials diff --git a/src/lib/education.tsx b/src/lib/education.tsx index 0022589..e381056 100644 --- a/src/lib/education.tsx +++ b/src/lib/education.tsx @@ -1,52 +1,24 @@ export const timeline = [ { - title: "Secondary and Higher Secondary Certificate", + title: "Secondary School Certificate", subtitle: "Cumilla Cadet College", - date: "2012-2018", - description: "Passed my SSC & HSC exams with a GPA of 5.00 out of 5.00. Was awarded a scholarship for outstanding performance in both exams.", - tags: ["SSC", "HSC"], + date: "2016", + description: "Completed my Secondary School Certificate (SSC) from Cumilla Cadet College with a GPA of 5.00 out of 5.00. Received a scholarship for my outstanding results.", + tags: ["SSC"], }, { - title: "Started BSc. in Computer Science and Engineering", - subtitle: "Bangladesh University of Engineering and Technology (BUET)", - date: "April, 2019", - description: "Enrolled in the Computer Science and Engineering program at BUET, started learning the basics of computer science and engineering with C.", - tags: ["C"], - }, - { - title: "Started Learning Object-Oriented Programming", - subtitle: "BUET", - date: "October, 2019", - description: "Started learning object-oriented programming with C++ and Java. Completed the course from Tim Buchalka's Java Masterclass. Helped me understand the basics of object-oriented programming.", - tags: ["C++", "Java", "OOP"], - }, - { - title: "Got hands-on experience with Data Structures and Algorithms", - subtitle: "BUET", - date: "January, 2021", - description: "Started learning data structures and algorithms with C++. Completed the course from Abdul Bari's Data Structures and Algorithms course. Helped me understand the basics of data structures and algorithms. Also started to learn Python.", - tags: ["DSA", "Python", "C++", "Algorithms"], - }, - { - title: "Learned Database and made a 3 tier web application", - subtitle: "BUET", - date: "October, 2021", - description: "Learned database management systems and made a 3 tier web application using Node.js, Express.js, and Oracle Database. First time working with a database and backend technologies.", - tags: ["Database", "Node.js", "Express.js", "Oracle"], - }, - { - title: "The infimous 3rd year of BSc. in CSE", - subtitle: "BUET", - date: "August, 2022", - description: "In my 3rd year of BSc. in CSE at BUET. Learned about computer networks, computer architecture, and operating systems. Also started learning about machine learning and artificial intelligence. Made a 4 bit MIPS processor in a group project. Also made a compiler for subset of C language. ", - tags: ["Computer Networks", "Computer Architecture", "Operating Systems", "Machine Learning", "Artificial Intelligence"], + title: "Higher Secondary Certificate", + subtitle: "Cumilla Cadet College", + date: "2018", + description: "Completed my Higher Secondary Certificate (HSC) from Cumilla Cadet College with a GPA of 5.00 out of 5.00. Received a scholarship for my outstanding results.", + tags: ["HSC"], }, { - title: "Graduation from BUET", - subtitle: "BUET", - date: "April, 2024", - description: "In the final year of my BSc. in CSE at BUET, Working on my thesis on machine learning. Also Built a project on OCR using machine learning. Graduated with a CGPA of 3.6 out of 4.00. Started learning about the System Design and coded a deployment pipeline for a project. Also started learning about cloud computing.", - tags: ["Graduation", "Machine Learning", "Thesis", "System Design", "Deployment Pipeline", "Cloud Computing"], + title: "BSc. in Computer Science and Engineering", + subtitle: "Bangladesh University of Engineering and Technology (BUET)", + date: "April, 2019 - May, 2024", + description: "Completed my Bachelor of Science degree in Computer Science and Engineering from Bangladesh University of Engineering and Technology (BUET) with a CGPA of 3.63 out of 4.00. Learned a lot about computer science and engineering fundamentals, which has stoked my interest in creativity and technological problem-solving.", + tags: ["C", "C++", "Java", "DSA", "DBMS", "OS", "Computer Networks", "Software Engineering", "Machine Learning", "Deep Learning", "Computer Vision", "Natural Language Processing", "Web Development", "Android Development", "Data Science", "Artificial Intelligence", "Robotics", "Cyber Security"], }, ]