Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,74 @@ npm start
```

THIS WILL GET THE PROJECT RUNNING.

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

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.

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.

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.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

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)

### Analyzing the Bundle Size

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)

### Making a Progressive Web App

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)

### Advanced Configuration

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)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

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)
Binary file added public/2YmpRxA-removebg-preview 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Ellipse 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Ellipse 2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/GDSC RCCIIT Logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/GDSC-RCCIIT_Logo-BG-removed-short 2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/google-crowdsource 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/istockphoto-1279136583-612x612 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo big.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/right background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 19 additions & 13 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
import logo from './logo.svg';
import './App.css';
import {
BrowserRouter as Router,
Routes,
Route,
} from "react-router-dom";
import Home from './Components/Home';
import Header from "./MyComponents/Header";
import {Footer} from "./MyComponents/Footer";
import {Login} from "./MyComponents/fp";
import React from 'react';



class App extends React.Component{
render(){



function App() {
return (
<Router>
<Routes>
<Route exact path="/" element={<Home/>} />
</Routes>
</Router>
<>
<Header
title="FP UI"/>
<Login/>
<Footer/>
</>
);
}

}
export default App;
21 changes: 21 additions & 0 deletions src/Components/Home/Footer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import React from 'react'

const foot = {
position: "absolute",
width: "975px",
height: "305px",
left: "0px",
top: "650px",
background: "url(.png)"
}

export const Footer = () => {
return (
<div>
<div>
<img style={foot} src="/images/google-crowdsource 1.jpg" alt="" />
</div>

</div>
)
}
132 changes: 132 additions & 0 deletions src/Components/Home/Header.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
import React from 'react';

const logolaurelsmall = {
position: "absolute",
width: "80px",
height: "103px",
left: "0px",
top: " 0px",
background: "url(.jpg)"
};

const foot = {
position: "absolute",
width: "975px",
height: "305px",
left: "0px",
top: "650px",
background: "url(.png)"
}

const nb = {
padding: "30px 0px 0px 80px"
}

const Laurel = {
position: "absolute",
width: "77px",
height: " 29px",
left: "76px",
top: " 40px",
fontFamily: " Roboto Slab",
fontStyle: "normal",
fontWeight: "bold",
fontSize: "24px",
lineHeight: " 32px",
color: "#000000",
}

const home = {
position: " absolute",
width: " 434px",
height: "35px",
left: "192px",
top: "40px",
fontFamily: "Roboto",
fontStyle: "normal",
fontWeight: " normal",
fontSize: "24px",
lineHeight: " 28px",
color: "#000000",
};

const privatepolicy = {
position: " absolute",
width: " 434px",
height: "35px",
left: "270px",
top: "40px",
fontFamily: "Roboto",
fontStyle: "normal",
fontWeight: " normal",
fontSize: "24px",
lineHeight: " 28px",
color: "#000000",
};

const gdscrcciit = {
position: " absolute",
width: " 434px",
height: "35px",
left: "430px",
top: "40px",
fontFamily: "Roboto",
fontStyle: "normal",
fontWeight: " normal",
fontSize: "24px",
lineHeight: " 28px",
color: "#000000",
}


export default function Header() {
return (
<nav style={nb} className="navbar navbar-expand-lg navbar-light bg-light">
<div className="container-fluid">

<div>
<img style={logolaurelsmall} src="/images/istockphoto-1279136583-612x612 1.jpg" alt="" />
</div>

<a style={Laurel} className="navbar-brand" >Laurel</a>

<button className="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span className="navbar-toggler-icon"></span>
</button>

<div className="collapse navbar-collapse" id="navbarSupportedContent">
<ul className="navbar-nav me-auto mb-2 mb-lg-0">

<li className="nav-item">
<a style={home} className="nav-link active" aria-current="page" href="#">Home |</a>
</li>

<li className="nav-item">
<a style={privatepolicy} className="nav-link active" href="#">Privacy Policy |</a>
</li>

<li className="nav-item">
<a style={gdscrcciit} className="nav-link active " href="#"> GDSC RCCIIT </a>
</li>
</ul>

<div>
<img style={foot} src="/images/google-crowdsource 1.jpg" alt="" />
</div>

</div>
</div>
</nav>
)
}











Loading