From 08054fdecc66d7b3ad5442cda6d07fdd97e061c8 Mon Sep 17 00:00:00 2001
From: Ujjwal
Date: Sun, 9 Jul 2023 12:50:02 +0530
Subject: [PATCH 1/4] 2ND commit added comment
---
src/App.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.js b/src/App.js
index d7d52a7..b1e2b7a 100644
--- a/src/App.js
+++ b/src/App.js
@@ -15,7 +15,7 @@ class App extends Component {
);
- }
+ }//hii
}
export default App;
From 6ebd498ab02bf3cc87d1891d3a3e15b5236da9c6 Mon Sep 17 00:00:00 2001
From: Ujjwal
Date: Tue, 11 Jul 2023 19:29:33 +0530
Subject: [PATCH 2/4] remove comments
---
package-lock.json | 7 ++++---
src/App.js | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 7c55c7d..07138b6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,10 +8,11 @@
"name": "developer-library",
"version": "0.1.0",
"dependencies": {
- "react": "18.2.0",
- "react-dom": "18.2.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
"react-scripts": "0.9.5"
- }
+ },
+ "devDependencies": {}
},
"node_modules/abab": {
"version": "1.0.4",
diff --git a/src/App.js b/src/App.js
index b1e2b7a..d7d52a7 100644
--- a/src/App.js
+++ b/src/App.js
@@ -15,7 +15,7 @@ class App extends Component {
);
- }//hii
+ }
}
export default App;
From c300d16e63d747a2cb07ed9d41b6df560be0bbd2 Mon Sep 17 00:00:00 2001
From: Ujjwal
Date: Wed, 12 Jul 2023 12:24:32 +0530
Subject: [PATCH 3/4] Added Footer.css and footer.css files
---
src/App.css | 24 --------
src/App.js | 12 +---
src/Footer.js | 42 ++++++++++++++
src/footer.css | 152 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 197 insertions(+), 33 deletions(-)
create mode 100644 src/Footer.js
create mode 100644 src/footer.css
diff --git a/src/App.css b/src/App.css
index 15adfdc..e69de29 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,24 +0,0 @@
-.App {
- text-align: center;
-}
-
-.App-logo {
- animation: App-logo-spin infinite 20s linear;
- height: 80px;
-}
-
-.App-header {
- background-color: #222;
- height: 150px;
- padding: 20px;
- color: white;
-}
-
-.App-intro {
- font-size: large;
-}
-
-@keyframes App-logo-spin {
- from { transform: rotate(0deg); }
- to { transform: rotate(360deg); }
-}
diff --git a/src/App.js b/src/App.js
index d7d52a7..ce3377b 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,18 +1,12 @@
import React, { Component } from 'react';
-import logo from './logo.svg';
import './App.css';
-
+import Footer from './Footer';
+import './footer.css';
class App extends Component {
render() {
return (
-
-

-
Welcome to React
-
-
- To get started, edit src/App.js and save to reload.
-
+
);
}
diff --git a/src/Footer.js b/src/Footer.js
new file mode 100644
index 0000000..dfed87e
--- /dev/null
+++ b/src/Footer.js
@@ -0,0 +1,42 @@
+import React from "react";
+import "./App.css";
+
+function Footer() {
+ return (
+ )
+}
+export default Footer
diff --git a/src/footer.css b/src/footer.css
new file mode 100644
index 0000000..9315f38
--- /dev/null
+++ b/src/footer.css
@@ -0,0 +1,152 @@
+/* Footer */
+/* Footer */
+/* ------ */
+footer.page-footer {
+ background-color: #fff !important;
+
+ color: #202124 !important;
+
+ border-top-color: #dadce0 !important;
+
+ border-top-width: 0 !important;
+ border-top-style: solid;
+ border-top-width: 1px !important;
+
+
+ border-bottom-width: 0 !important;
+ }
+
+ footer.page-footer .footer-brand.footer-brand-svg img {
+ height: 65px;
+ }
+
+ footer.page-footer .footer-brand.footer-brand-png img {
+ max-height: 65px;
+ }
+
+ footer.page-footer .footer-bottom {
+ background-color: #fff !important;
+
+
+ border-top-width: 0 !important;
+ }
+
+ footer.page-footer .footer-top h5,
+ footer.page-footer .join-community .follow-community {
+ font-size: 16px !important;
+
+ text-transform: none !important;
+
+ font-weight: 400 !important;
+
+ color: #676c72 !important;
+ }
+
+ footer.page-footer a {
+ color: #202124 !important;
+
+ color: #202124 !important;
+ }
+
+ footer.page-footer a:not(.social-button):not(.powered_by_bevy):not(.btn):not(.footer-copyright) {
+ font-size: 14px !important;
+
+ text-transform: none;
+
+ font-weight: normal;
+ font-weight: normal !important;
+ }
+
+ @media (min-width: 992px) {
+ footer.page-footer a:hover {
+ color: #1a73e8 !important;
+ }
+
+ footer.page-footer a:not(.social-button):hover {
+ text-decoration: none !important;
+
+ }
+ }
+
+ footer.page-footer .footer-bottom .site-info,
+ footer.page-footer .footer-bottom .site-info .footer-copyright,
+ footer.page-footer .footer-bottom .site-info a {
+ color: #202124 !important;
+
+ font-size: 14px !important;
+
+ text-transform: none !important;
+
+ font-weight: normal;
+ font-weight: normal !important;
+
+ color: #202124 !important;
+ }
+
+ footer.page-footer a.social-button {
+ color: #676c72 !important;
+ }
+
+ footer.page-footer ul.social-links li {
+ background-color: #fff !important;
+
+ }
+
+ @media (min-width: 992px) {
+ footer.page-footer ul.social-links li:hover a.social-button {
+ color: #1a73e8 !important;
+ }
+
+ footer.page-footer ul.social-links li:hover {
+ background-color: #fff !important;
+
+ }
+ }
+
+ footer.page-footer {
+ padding: 50px 0 0;
+ margin-top: -1px;
+ }
+
+ footer.page-footer hr {
+ border-top-color: #dadce0;
+ margin-top: 45px;
+ }
+
+ footer.page-footer .footer-bottom {
+ padding: 20px 0 20px;
+ }
+ @media (max-width: 992px) {
+ footer.page-footer {
+ text-align:left
+ }
+ }
+ footer.page-footer {
+ border-top: 1px solid #D7D7D7!important
+ }
+ footer.page-footer {
+ font-size: 13px;
+ height: auto
+ }
+
+ footer.page-footer .join-community .submit {
+ padding: 0;
+ height: 43px;
+ line-height: 43px
+ }
+
+ footer.page-footer .join-community .follow-sub-title {
+ color: #E5E5E5;
+ font-size: 13px
+ }
+
+ footer.page-footer h2 {
+ margin-bottom: 30px;
+ margin-top: 15px
+ }
+
+ footer.page-footer .site-info {
+ margin: 0 30px
+ }
+
+ /* end Footer */
\ No newline at end of file
From e941c1b96dff41d0daf0a3768730a0937c6f3923 Mon Sep 17 00:00:00 2001
From: Ujjwal
Date: Thu, 13 Jul 2023 14:19:40 +0530
Subject: [PATCH 4/4] Added discription.js and discription.css
---
public/index.html | 20 +------------------
src/App.js | 2 ++
src/Discription.js | 43 +++++++++++++++++++++++++++++++++++++++++
src/discription.css | 47 +++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 93 insertions(+), 19 deletions(-)
create mode 100644 src/Discription.js
create mode 100644 src/discription.css
diff --git a/public/index.html b/public/index.html
index aab5e3b..d789a9f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,28 +4,10 @@
-
+
React App
-