4 |
5 |
6 |
7 | React Website
8 |
9 |
10 |
11 |
12 |
18 |
29 |
30 |
--------------------------------------------------------------------------------
/src/App.jsx:
--------------------------------------------------------------------------------
1 | import React from "react";
2 | import "../node_modules/bootstrap/dist/css/bootstrap.min.css";
3 | import "../node_modules/bootstrap/dist/js/bootstrap.min.js";
4 | import Home from "./pages/Home";
5 | import Service from "./pages/Service";
6 | import Contact from "./pages/Contact";
7 | import About from "./pages/About";
8 | import Navbar from "./pages/common/Navbar";
9 | import Footer from "./pages/common/Footer";
10 | import Career from "./pages/Career";
11 | import { BrowserRouter, Switch, Route, Redirect } from "react-router-dom";
12 | const App = () => {
13 | return (
14 | <>
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 | >
29 | );
30 | };
31 |
32 | export default App;
--------------------------------------------------------------------------------
/src/data/Servicesdata.jsx:
--------------------------------------------------------------------------------
1 | import React from "react";
2 | import marketing from "../images/services/marketing.svg";
3 | import ecommerce from "../images/services/e-commerce.svg";
4 | import product from "../images/services/product.svg";
5 | import security from "../images/services/security.svg";
6 | import ideas from "../images/services/ideas.svg";
7 | import graphic from "../images/services/graphic.svg";
8 |
9 | const Data = [
10 |
11 | {
12 | scardimage: ideas,
13 | scardtitle : "Ideas into business",
14 | scarddesc: "It is a long established fact that a reader will be distracted by the readable content.",
15 | },
16 |
17 | {
18 | scardimage: marketing,
19 | scardtitle : "Digital Marketing",
20 | scarddesc: "It is a long established fact that a reader will be distracted by the readable content.",
21 | },
22 |
23 | {
24 | scardimage: graphic,
25 | scardtitle : "Graphic Designing",
26 | scarddesc: "It is a long established fact that a reader will be distracted by the readable content.",
27 | },
28 |
29 | {
30 | scardimage: product,
31 | scardtitle : "Product Building",
32 | scarddesc: "It is a long established fact that a reader will be distracted by the readable content.",
33 | },
34 |
35 | {
36 | scardimage: security,
37 | scardtitle : "Data Security",
38 | scarddesc: "It is a long established fact that a reader will be distracted by the readable content.",
39 | },
40 |
41 | {
42 | scardimage: ecommerce,
43 | scardtitle : "Building e-commerce",
44 | scarddesc: "It is a long established fact that a reader will be distracted by the readable content.",
45 | },
46 |
47 | ];
48 |
49 | export default Data;
--------------------------------------------------------------------------------
/src/data/Teamsdata.jsx:
--------------------------------------------------------------------------------
1 | import React from "react";
2 | import one from "../images/teams/1.jpg";
3 | import two from "../images/teams/2.png";
4 | import three from "../images/teams/3.png";
5 | import four from "../images/teams/4.png";
6 | import five from "../images/teams/5.png";
7 | import six from "../images/teams/6.png";
8 | import seven from "../images/teams/7.png";
9 | import eight from "../images/teams/8.jpg";
10 |
11 |
12 | const Teams = [
13 |
14 | {
15 | timage: one,
16 | ttitle : "Founder, Daisy Hooper",
17 | },
18 |
19 | {
20 | timage: two,
21 | ttitle : "CEO, Zayden Gibson",
22 | },
23 |
24 | {
25 | timage: three,
26 | ttitle : "COO, Jim Payne",
27 | },
28 |
29 | {
30 | timage: four,
31 | ttitle : "Designer, Rio Conway",
32 | },
33 |
34 | {
35 | timage: seven,
36 | ttitle : "Developer, Bert Jordan",
37 | },
38 |
39 | {
40 | timage: five,
41 | ttitle : "Accountant, Jarrod Hess",
42 | },
43 |
44 | {
45 | timage: six,
46 | ttitle : "Sales, Janelle Doherty",
47 | },
48 |
49 | {
50 | timage: eight,
51 | ttitle : "Purchasing, Janet Jones",
52 | },
53 |
54 | ];
55 |
56 | export default Teams;
--------------------------------------------------------------------------------
/src/images/11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/11.jpg
--------------------------------------------------------------------------------
/src/images/22.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/22.jpg
--------------------------------------------------------------------------------
/src/images/44.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/44.jpg
--------------------------------------------------------------------------------
/src/images/brands/adobe.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
35 |
--------------------------------------------------------------------------------
/src/images/brands/amazon.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
68 |
--------------------------------------------------------------------------------
/src/images/brands/apple.svg:
--------------------------------------------------------------------------------
1 |
2 |
5 |
--------------------------------------------------------------------------------
/src/images/brands/cisco.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
87 |
--------------------------------------------------------------------------------
/src/images/brands/ebay.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
21 |
--------------------------------------------------------------------------------
/src/images/brands/ibm.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
9 |
--------------------------------------------------------------------------------
/src/images/brands/intel.svg:
--------------------------------------------------------------------------------
1 |
2 |
38 |
--------------------------------------------------------------------------------
/src/images/brands/orange.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
28 |
--------------------------------------------------------------------------------
/src/images/brands/panasonic.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
54 |
--------------------------------------------------------------------------------
/src/images/brands/salesforce.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
68 |
--------------------------------------------------------------------------------
/src/images/brands/samsung.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
27 |
--------------------------------------------------------------------------------
/src/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/logo.png
--------------------------------------------------------------------------------
/src/images/main.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
39 |
--------------------------------------------------------------------------------
/src/images/products/99.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/products/99.png
--------------------------------------------------------------------------------
/src/images/services/e-commerce.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
23 |
--------------------------------------------------------------------------------
/src/images/services/graphic.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
27 |
--------------------------------------------------------------------------------
/src/images/services/ideas.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
20 |
--------------------------------------------------------------------------------
/src/images/services/marketing.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
26 |
--------------------------------------------------------------------------------
/src/images/services/product.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
18 |
--------------------------------------------------------------------------------
/src/images/services/security.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
21 |
--------------------------------------------------------------------------------
/src/images/teams/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/teams/1.jpg
--------------------------------------------------------------------------------
/src/images/teams/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/teams/2.png
--------------------------------------------------------------------------------
/src/images/teams/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/teams/3.png
--------------------------------------------------------------------------------
/src/images/teams/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/teams/4.png
--------------------------------------------------------------------------------
/src/images/teams/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/teams/5.png
--------------------------------------------------------------------------------
/src/images/teams/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/teams/6.png
--------------------------------------------------------------------------------
/src/images/teams/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/teams/7.png
--------------------------------------------------------------------------------
/src/images/teams/8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AdarshJaso/ReactJs-Website/679e37c990218e34201ef91e62e04f848fd5fdb4/src/images/teams/8.jpg
--------------------------------------------------------------------------------
/src/index.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import ReactDOM from 'react-dom';
3 | import "./scss/component.scss";
4 | import App from "./App";
5 | //import {BrowserRouter} from "react-router-dom";
6 | ReactDOM.render(
7 | ,
8 | document.getElementById("root")
9 | );
--------------------------------------------------------------------------------
/src/pages/About.jsx:
--------------------------------------------------------------------------------
1 | import React from "react";
2 | import Secheader from "./common/Secondaryheader";
3 | import Teams from "../data/Teamsdata";
4 |
5 |
6 | const Tcards = (props) => {
7 | return (
8 |
9 |
10 |
11 | {props.ttitle}
12 |
13 | );
14 | };
15 |
16 | const About = () => {
17 | return (
18 | <>
19 |
20 |
24 |
25 |
26 |
27 |
28 |
Who We Are...
29 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
30 |
31 |
We like to say, if our best clients and our organisation were people, they’d be friends. We want to understand your business and sit beside you at the table, not across from you. We’re built to help you understand and leverage technology all the way from the Reception Desk to the Board Room. We’re big on the cloud and the opportunity it presents.
32 |
Whether your requirements are totally on-premises, totally in the cloud, or somewhere in between, Evologic is flexible in its application of the right technology. IT has to work for you.
33 |
34 |
35 |
36 |
37 |
38 |
Our Story
39 |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
40 |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.
41 |
42 |
43 |
44 |
45 |
46 |
47 |
Our Team
48 |
These people are the reason for our success and stainless reputation. They have years of experience and absolute dedication to what they do.