FGK.tsx
1import React from 'react'; 2import {Separator} from "@/components/ui/separator"; 3import Image from "next/image"; 4 5const Home = () => { 6 return ( 7 <section className={"container"}> 8 <div className={"w-full flex flex-col"}> 9 <h1 className={"heading"}>Farhan Keriwala</h1> 10 <Image src={'/assets/images/profile.png'} alt={"profile"} width={50} height={50} className={"object-contain"}/> 11 <h2 className={"font-bold text-6xl"}>BSc Computer Science Student</h2> 12 <div className={"flex items-center space-x-8"}> 13 <h3 className={"font-semiBold text-xl text-neutral-950"}>Upcoming Software Engineer</h3> 14 <Separator/> 15 <h3 className={"font-semiBold text-xl text-neutral-950"}>Aspiring Quantum Analyst</h3> 16 <Separator/> 17 <h3 className={"font-semiBold text-xl text-neutral-950"}>Freelance Web Developer</h3> 18 </div> 19 </div> 20 </section> 21 ); 22}; 23 24export default Home;
Projects Developed
30+
Years of Experience
5+
Client Satisfaction
★★★★★
headshot

Hi there I'm Farhan, an aspiring Software Engineer and Quantum Analyst having currently completed my final semester of my BSc in Computer Science at Queen Mary University of London.

With a strong grasp on Web and Object-Oriented Programming, and the mathematics behind Machine Learning concepts, I'm passionate about developing innovative solutions and building robust applications.