Skip to content

Commit

Permalink
Merge pull request SUGAM-ARORA#156 from SUGAM-ARORA/revert-154-add-pr…
Browse files Browse the repository at this point in the history
…ofile

Revert "Enhanced footer: Added Services section"
  • Loading branch information
SUGAM-ARORA authored May 26, 2024
2 parents d561eea + 74abbcf commit 8c848b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 104 deletions.
7 changes: 3 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import Footer from "./Components/Footer";
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import Settings from "./Components/Settings/SettingsPage";
import About_us from "./Components/footer_section/about_us/About_us";
import Services from "./Components/footer_section/services/Services" ;

import BlogPage from "./Components/footer_section/BlogPage/BlogPage"

function App() {
return (
Expand All @@ -15,8 +14,8 @@ function App() {
<Routes>
<Route path="/" element={<Container />} />
<Route path="/settings" element={<Settings />} />
<Route path="/about" element={<About_us/>}/>
<Route path="/services" element={<Services/>}/>
<Route path="/about" element={<About_us />} />
<Route path="/blogs" element={<BlogPage />} />
</Routes>
<Footer />
</div>
Expand Down
11 changes: 4 additions & 7 deletions src/Components/footer_section/about_us/About_us.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
.about{
background-color: #b2a4e1;
color:#070a00;
background-color: #0cb2cf;
color:#fff;
display: flex;
align-items: center;
justify-content: center;
position: relative;
bottom: 15rem;
font-style: italic;
font-size: 20px ;
font-family: 'Times New Roman', Times, serif;
}


Expand All @@ -19,11 +16,11 @@
}

a:link , a:visited{
color: #f2e3e3;
color: #fff;
}

.us{
padding-top:0rem;
padding-top:1rem;
padding-bottom: 1rem;
padding-left: 5rem;
padding-right: 5rem;
Expand Down
8 changes: 2 additions & 6 deletions src/Components/footer_section/about_us/About_us.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ import './About_us.css'
function About_us(){
return(
<div>
<div className="about"><h1>About Us</h1></div>
<div className="about"><h3>Our Mission</h3></div>
<div className="about us"><p>At UniCollab, our mission is to revolutionize the way students collaborate and connect within the academic community.
We aim to create a platform where students from diverse backgrounds and disciplines can come together, share knowledge, and foster a collaborative learning environment. We believe that learning is a collective journey, and through collaboration, students can achieve greater academic success and personal growth.</p></div>
<div className="about us"><p>WHO WE ARE - UniCollab was founded by a group of passionate educators, technologists, and students who recognized the need for a more interconnected and supportive academic ecosystem.Our team is dedicated to providing innovative tools and resources that empower students to work together, learn from each other, and thrive in their studies. We are a diverse group of individuals with a shared vision of transforming education through technology and community. </p></div>

<div className="about"><h1>About Us </h1></div>
<div className="about us"><p>UniCollab is more than just a platform; it's a gateway to a world where students from different universities/colleges converge to collaborate, innovate, and elevate their projects. Imagine a space where ideas flow freely, where knowledge is shared effortlessly, and where learning transcends classrooms. That's UniCollab for you . Contribute to Open Source and make your Github profile ready for development roles</p></div>
<div className="about us"><p>Connect with Project Admin - SUGAM ARORA</p></div>
<div className='links about us'>
<a href='https://www.linkedin.com/in/sugam-arora-117265142/'>LinkedIn</a>
Expand Down
53 changes: 0 additions & 53 deletions src/Components/footer_section/services/Services.css

This file was deleted.

34 changes: 0 additions & 34 deletions src/Components/footer_section/services/Services.js

This file was deleted.

0 comments on commit 8c848b2

Please sign in to comment.