├── .eslintcache
├── .gitignore
├── README.md
├── package-lock.json
├── package.json
├── public
├── favicon.ico
├── index.html
├── logo192.png
├── logo512.png
├── manifest.json
└── robots.txt
└── src
├── App.css
├── App.js
├── App.test.js
├── assets
└── images
│ ├── advanced-option.jpg
│ ├── bg-hero.jpg
│ ├── bg-works.jpg
│ ├── clean-design.jpg
│ ├── easy-customise.jpg
│ ├── great-support.jpg
│ ├── modern-design.jpg
│ └── unlimited-features.jpg
├── components
├── common
│ ├── footer.js
│ └── header.js
├── home
│ └── hero.js
└── views
│ ├── about.js
│ ├── contact.js
│ ├── faq.js
│ ├── feature.js
│ ├── home.js
│ ├── pricing.js
│ └── works.js
├── index.css
├── index.js
├── logo.svg
├── reportWebVitals.js
└── setupTests.js
/.eslintcache:
--------------------------------------------------------------------------------
1 | [{"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\index.js":"1","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\reportWebVitals.js":"2","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\App.js":"3","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\common\\header.js":"4","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\home\\hero.js":"5","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\home.js":"6","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\about.js":"7","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\feature.js":"8","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\works.js":"9","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\faq.js":"10","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\pricing.js":"11","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\contact.js":"12","C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\common\\footer.js":"13"},{"size":500,"mtime":499162500000,"results":"14","hashOfConfig":"15"},{"size":362,"mtime":499162500000,"results":"16","hashOfConfig":"15"},{"size":654,"mtime":1611845400121,"results":"17","hashOfConfig":"15"},{"size":829,"mtime":1612203198136,"results":"18","hashOfConfig":"15"},{"size":2069,"mtime":1612202543614,"results":"19","hashOfConfig":"15"},{"size":512,"mtime":1611839647018,"results":"20","hashOfConfig":"15"},{"size":2534,"mtime":1612202597743,"results":"21","hashOfConfig":"15"},{"size":3282,"mtime":1611811251553,"results":"22","hashOfConfig":"15"},{"size":1522,"mtime":1612202524929,"results":"23","hashOfConfig":"15"},{"size":4164,"mtime":1611827278604,"results":"24","hashOfConfig":"15"},{"size":2749,"mtime":1611833468706,"results":"25","hashOfConfig":"15"},{"size":3182,"mtime":1611841612810,"results":"26","hashOfConfig":"15"},{"size":1407,"mtime":1611933947949,"results":"27","hashOfConfig":"15"},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},"1wc7znn",{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"49","messages":"50","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"53","messages":"54","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\index.js",[],["55","56"],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\reportWebVitals.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\App.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\common\\header.js",["57"],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\home\\hero.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\home.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\about.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\feature.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\works.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\faq.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\pricing.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\views\\contact.js",[],"C:\\Users\\Uesr\\Desktop\\Tech - React AntDesign\\tech-react-antdesgin\\src\\components\\common\\footer.js",[],{"ruleId":"58","replacedBy":"59"},{"ruleId":"60","replacedBy":"61"},{"ruleId":"62","severity":1,"message":"63","line":1,"column":10,"nodeType":"64","messageId":"65","endLine":1,"endColumn":14},"no-native-reassign",["66"],"no-negated-in-lhs",["67"],"no-unused-vars","'Menu' is defined but never used.","Identifier","unusedVar","no-global-assign","no-unsafe-negation"]
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2 |
3 | # dependencies
4 | /node_modules
5 | /.pnp
6 | .pnp.js
7 |
8 | # testing
9 | /coverage
10 |
11 | # production
12 | /build
13 |
14 | # misc
15 | .DS_Store
16 | .env.local
17 | .env.development.local
18 | .env.test.local
19 | .env.production.local
20 |
21 | npm-debug.log*
22 | yarn-debug.log*
23 | yarn-error.log*
24 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Getting Started with Create React App
2 |
3 | This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4 |
5 | ## Available Scripts
6 |
7 | In the project directory, you can run:
8 |
9 | ### `npm start`
10 |
11 | Runs the app in the development mode.\
12 | Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
13 |
14 | The page will reload if you make edits.\
15 | You will also see any lint errors in the console.
16 |
17 | ### `npm test`
18 |
19 | Launches the test runner in the interactive watch mode.\
20 | See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21 |
22 | ### `npm run build`
23 |
24 | Builds the app for production to the `build` folder.\
25 | It correctly bundles React in production mode and optimizes the build for the best performance.
26 |
27 | The build is minified and the filenames include the hashes.\
28 | Your app is ready to be deployed!
29 |
30 | See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31 |
32 | ### `npm run eject`
33 |
34 | **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
35 |
36 | If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37 |
38 | Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
39 |
40 | You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
41 |
42 | ## Learn More
43 |
44 | You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45 |
46 | To learn React, check out the [React documentation](https://reactjs.org/).
47 |
48 | ### Code Splitting
49 |
50 | This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
51 |
52 | ### Analyzing the Bundle Size
53 |
54 | This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
55 |
56 | ### Making a Progressive Web App
57 |
58 | This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
59 |
60 | ### Advanced Configuration
61 |
62 | This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
63 |
64 | ### Deployment
65 |
66 | This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
67 |
68 | ### `npm run build` fails to minify
69 |
70 | This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
71 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "tech-react-antdesgin",
3 | "version": "0.1.0",
4 | "private": true,
5 | "dependencies": {
6 | "@testing-library/jest-dom": "^5.11.9",
7 | "@testing-library/react": "^11.2.3",
8 | "@testing-library/user-event": "^12.6.2",
9 | "antd": "^4.11.2",
10 | "react": "^17.0.1",
11 | "react-dom": "^17.0.1",
12 | "react-scripts": "4.0.1",
13 | "web-vitals": "^0.2.4"
14 | },
15 | "scripts": {
16 | "start": "react-scripts start",
17 | "build": "react-scripts build",
18 | "test": "react-scripts test",
19 | "eject": "react-scripts eject"
20 | },
21 | "eslintConfig": {
22 | "extends": [
23 | "react-app",
24 | "react-app/jest"
25 | ]
26 | },
27 | "browserslist": {
28 | "production": [
29 | ">0.2%",
30 | "not dead",
31 | "not op_mini all"
32 | ],
33 | "development": [
34 | "last 1 chrome version",
35 | "last 1 firefox version",
36 | "last 1 safari version"
37 | ]
38 | }
39 | }
40 |
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AkhrorSoliev/Tech-React-AntDesign-Website/87ecc050266e2a04c5ea29c036cc924b88c00702/public/favicon.ico
--------------------------------------------------------------------------------
/public/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
51 | )
52 | }
53 |
54 | export default AppHero
55 |
--------------------------------------------------------------------------------
/src/components/views/about.js:
--------------------------------------------------------------------------------
1 | import { Col, Row } from 'antd'
2 | import React from 'react'
3 |
4 | const items = [
5 | {
6 | key: '1',
7 | icon: ,
8 | title: 'High Performance',
9 | content:
10 | 'cu nostro dissentias consectetuer mel. Ut admodum conceptam mei, cu eam tation fabulas abhorreant. His ex mandamus.',
11 | },
12 | {
13 | key: '2',
14 | icon: ,
15 | title: 'Flat Design',
16 | content:
17 | 'cu nostro dissentias consectetuer mel. Ut admodum conceptam mei, cu eam tation fabulas abhorreant. His ex mandamus.',
18 | },
19 | {
20 | key: '3',
21 | icon: ,
22 | title: 'Simplified Workflow',
23 | content:
24 | 'cu nostro dissentias consectetuer mel. Ut admodum conceptam mei, cu eam tation fabulas abhorreant. His ex mandamus.',
25 | },
26 | ]
27 |
28 | function About() {
29 | return (
30 |
31 |
32 |
33 |
About Us
34 |
Lorem ipsum dolor sit amet.
35 |
36 |
37 |
38 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Facilis
39 | odio accusamus officiis animi dolorum id ipsam perferendis ea
40 | voluptatum dignissimos. Totam itaque voluptatum sed obcaecati
41 | excepturi similique quasi eos, ullam incidunt minima ut cum odio
42 | aperiam dolorum quia doloribus nam, maiores sapiente libero!
43 | Consequatur impedit rem sint vel neque inventore, sit culpa fuga
44 | ducimus corporis asperiores alias, id repellat possimus aliquid
45 | adipisci esse? Earum obcaecati, repudiandae repellendus ipsum dicta
46 | mollitia, ab nobis dolore commodi eaque assumenda rerum
47 | exercitationem veniam, molestiae repellat blanditiis odit officiis
48 | saepe sint nisi iste similique labore minima. Laborum harum quaerat,
49 | pariatur fuga animi corrupti dolor soluta.
50 |
14 | Quidem reiciendis iure, aperiam blanditiis. Alias esse, nam, ea quam
15 |
16 |
17 |
18 |
19 |
20 | Ut per tempor latine fuisset, cu quod posidonium vix. Mei cu erant
21 | bonorum, te ius vide maiorum hendrerit. In alii instructior vix,
22 | vis et elit maluisset, usu recusabo atomorum ut. Nibh diceret
23 | dolores vix et, id omnis adhuc maiestatis vim, ei mel legendos
24 | mnesarchum argumentum. Semper nusquam urbanitas sea te.
25 |
26 |
27 |
28 |
29 | Postea ceteros corrumpit ius te, eos epicuri intellegebat
30 | consequuntur et. Sint quot suscipiantur ea nam. Nam pericula
31 | evertitur ut, per et quod nostro, autem augue id has. Virtute
32 | epicurei quo te, pri et novum essent senserit.
33 |
34 |
35 |
36 |
37 | Eu veritus ancillae suavitate per, cum in appellantur efficiantur.
38 | Eum cu clita ponderum lobortis, usu dicat exerci et, eam alii
39 | oblique interesset ea. Suas quidam volumus id eam, id populo
40 | euripidis temporibus pri. At eum quas putent iriure, fugit tritani
41 | sed ad. Per ad magna possim aliquam, est aeque exerci verear an,
42 | qui cu modus audire detraxit. Duo ne nostro rationibus, nam mutat
43 | omittam evertitur ad, meliore gubergren voluptatum at mel.
44 |
45 |
46 |
47 |
48 | Mentitum offendit appareat nam ex, mea timeam nonumes pertinacia
49 | ne. Autem altera an vix, cu soluta aliquid pro, ne sit natum
50 | neglegentur. Ea ridens iudicabit eam, in dico appetere mediocrem
51 | nec. Sea idque consetetur no. Sonet minimum ex eam, vis an semper
52 | consequuntur definitionem. Vel legimus nostrum hendrerit eu, ea
53 | velit facete nec.
54 |
55 |
56 |
57 |
58 | Usu dolorem ceteros te. Veri exerci ne vix, modo ignota an qui. Ne
59 | oblique antiopam quo. Ex quem saepe cum, temporibus comprehensam
60 | qui at. Aliquip habemus fierent qui at. No facete omnesque
61 | argumentum sea, est tale error nihil ad.
62 |
63 |
64 |
65 |
66 | Erant vitae alterum in mel, viris rationibus argumentum eu sea.
67 | Per ei diceret constituto, ei qui simul intellegam, ut eos dolor
68 | ceteros. Altera contentiones et eam. Discere alienum intellegat te
69 | duo. Erat dissentiet ei sed, eius dicat ne eum. Id tation everti
70 | nam, quo cu magna possit patrioque.
71 |
72 |
73 |
74 |
75 |
Want quick support?
76 |
77 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur
78 | velit necessitatibus praesentium aliquid eos in neque recusandae,
79 | incidunt esse dolore voluptatum nesciunt quod soluta consequuntur
80 | voluptatibus ab excepturi nobis! Porro!
81 |
82 |
85 |
86 |
87 |
88 | )
89 | }
90 |
91 | export default AddFaq
92 |
--------------------------------------------------------------------------------
/src/components/views/feature.js:
--------------------------------------------------------------------------------
1 | import { Row, Card, Col } from 'antd'
2 | import React from 'react'
3 |
4 |
5 | import image1 from '../../assets/images/modern-design.jpg';
6 | import image2 from '../../assets/images/clean-design.jpg';
7 | import image3 from '../../assets/images/great-support.jpg';
8 | import image4 from '../../assets/images/easy-customise.jpg';
9 | import image5 from '../../assets/images/unlimited-features.jpg';
10 | import image6 from '../../assets/images/advanced-option.jpg';
11 |
12 | const { Meta } = Card;
13 |
14 | function AppFeature() {
15 | return (
16 |
17 |
18 |
19 |
20 |
Key Features and Benefits
21 |
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quas eius consequatur, id consectetur quasi autem.
22 |
23 |
24 |
25 | }
28 | >
29 |
30 |
31 |
32 |
33 | }
36 | >
37 |
38 |
39 |
40 |
41 | }
44 | >
45 |
46 |
47 |
48 |
49 | }
52 | >
53 |
54 |
55 |
56 |
57 | }
60 | >
61 |
62 |
63 |
64 |
65 | }
68 | >
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 | )
77 | }
78 | export default AppFeature
--------------------------------------------------------------------------------
/src/components/views/home.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 |
3 | import AppHero from '../home/hero'
4 | import About from './about'
5 | import AppFeature from './feature'
6 | import AppWorks from './works'
7 | import AddFaq from './faq'
8 | import AppPricing from './pricing'
9 | import AppContact from './contact'
10 |
11 | function AppHome() {
12 | return (
13 |
Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque necessitatibus cum harum inventore reiciendis repellat incidunt magni voluptatum suscipit ea dolores aspernatur tempora ut eveniet dicta quisquam, totam corrupti temporibus!