├── public
├── robots.txt
├── favicon.ico
├── logo192.png
├── logo512.png
├── manifest.json
└── index.html
├── src
├── Assets
│ ├── 4.png
│ ├── about.jpg
│ ├── noise.gif
│ ├── image.jpeg
│ ├── project1.jpg
│ ├── project2.jpg
│ ├── project3.jpg
│ ├── project4.jpg
│ ├── project5.jpg
│ ├── project6.jpg
│ ├── project7.jpg
│ ├── project8.jpg
│ ├── project9.jpg
│ ├── menu.svg
│ ├── arrow down.svg
│ ├── arrow.svg
│ ├── curve.svg
│ ├── another.svg
│ ├── asterik.svg
│ ├── asterik2.svg
│ ├── font.css
│ ├── flower.svg
│ ├── Red_asterisk.svg
│ └── flower2.svg
├── setupTests.js
├── App.test.js
├── ScrollToTop
│ └── ScrollToTop.js
├── index.css
├── reportWebVitals.js
├── GetInTouch
│ ├── GetInTouch.js
│ └── GetInTouch.css
├── index.js
├── Contact
│ ├── Contact.css
│ └── Contact.js
├── Header
│ ├── Header.js
│ └── Header.css
├── App.css
├── logo.svg
├── Footer
│ ├── Footer.css
│ └── Footer.js
├── Projects
│ ├── Projects.css
│ └── Projects.js
├── App.js
├── About
│ ├── About.css
│ └── About.js
└── Home
│ ├── Home.css
│ └── Home.js
├── .gitignore
├── package.json
└── README.md
/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/public/favicon.ico
--------------------------------------------------------------------------------
/public/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/public/logo192.png
--------------------------------------------------------------------------------
/public/logo512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/public/logo512.png
--------------------------------------------------------------------------------
/src/Assets/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/4.png
--------------------------------------------------------------------------------
/src/Assets/about.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/about.jpg
--------------------------------------------------------------------------------
/src/Assets/noise.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/noise.gif
--------------------------------------------------------------------------------
/src/Assets/image.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/image.jpeg
--------------------------------------------------------------------------------
/src/Assets/project1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project1.jpg
--------------------------------------------------------------------------------
/src/Assets/project2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project2.jpg
--------------------------------------------------------------------------------
/src/Assets/project3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project3.jpg
--------------------------------------------------------------------------------
/src/Assets/project4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project4.jpg
--------------------------------------------------------------------------------
/src/Assets/project5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project5.jpg
--------------------------------------------------------------------------------
/src/Assets/project6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project6.jpg
--------------------------------------------------------------------------------
/src/Assets/project7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project7.jpg
--------------------------------------------------------------------------------
/src/Assets/project8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project8.jpg
--------------------------------------------------------------------------------
/src/Assets/project9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/taimoorshahzada/Responsive-Portfolio-Website-with-Preloader-and-Custom-Cursor-using-React.js-and-GSAP/HEAD/src/Assets/project9.jpg
--------------------------------------------------------------------------------
/src/Assets/menu.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/Assets/arrow down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/setupTests.js:
--------------------------------------------------------------------------------
1 | // jest-dom adds custom jest matchers for asserting on DOM nodes.
2 | // allows you to do things like:
3 | // expect(element).toHaveTextContent(/react/i)
4 | // learn more: https://github.com/testing-library/jest-dom
5 | import '@testing-library/jest-dom';
6 |
--------------------------------------------------------------------------------
/src/App.test.js:
--------------------------------------------------------------------------------
1 | import { render, screen } from '@testing-library/react';
2 | import App from './App';
3 |
4 | test('renders learn react link', () => {
5 | render(
If you have any general project or enquiry feel free and contact us - available now!
10 |Home.
44 |About.
45 |Projects.
46 |Contact.
47 |Pakistan
56 |2021. Taimoor Shahzada. ALL RIGHT RESERVED
59 |text1 = el}> 45 | Taimoor 46 |
47 |text2 = el}> 50 | Shahzada 51 |
52 |Web Designer,
66 |Front-End
69 |Developer &
72 |a Youtuber
75 |Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet,
consectetur adipisicing elit. Sed, cum?
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Numquam molestiae architecto minima odio, incidunt qui?
80 |
81 | Lorem, ipsum dolor sit amet consectetur adipisicing elit. Saepe sunt,
ipsam laborum rerum fugiat dolore natus unde odio placeat quia.
82 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi, ipsam.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Esse, cupiditate!
85 |Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum, dolorum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut, nemo!
What is my feature?
90 |
94 | Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
95 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
01/06
45 |Lorem, ipsum.
50 |Lorem ipsum dolor sit amet.
54 |02/06
61 |Lorem, ipsum.
66 |Lorem ipsum dolor sit amet.
70 |03/06
77 |Lorem, ipsum.
82 |Lorem ipsum dolor sit amet.
86 |04/06
93 |Lorem, ipsum.
98 |Lorem ipsum dolor sit amet.
102 |05/06
109 |Lorem, ipsum.
114 |Lorem ipsum dolor sit amet.
118 |06/06
125 |Lorem, ipsum.
130 |Lorem ipsum dolor sit amet.
134 |text1 = el}>Taimoor
42 |text2 = el}>Shahzada
45 | p1 = el}>I create didgital experiences that merge art
direction, branding, creative strategy, web
design, prototyping, and digital interactions.
text3 = el}>Digital
57 |text4 = el}>Designer
60 |80 | I BELIEVE THAT EVERY PROJECT THAT I DO SHOULD HAVE AN OVERVALUE. 81 |
82 |83 | I ALWAYS TRY TO FIND THE OPTIMAL SOLUTION TO THE CLIENT'S TASK. 84 |
85 |I mainly used to develop Website Markup
107 |___
108 |I use this to style and bring design to browsers
112 |___
113 |With this technology i create visual effects and interaction and DOM elements
117 |___
118 |I loved it! I use it to create applications that have lot of reactivity
122 |___
123 |I used this as an animation library, The most loved ones!
127 |___
128 |This library deals and simplifies the working with webgl and glsl
132 |___
133 |I prefer this also instead of CSS beacouse of advance functionalities
137 |___
138 |I use it to writing server scripting for applications
142 |___
143 |Use to edit photos or prototype any website design
148 |___
149 |I use to make creative svgs and illustrations for website
154 |___
155 |Click me!
165 |