Skip to content

Commit a1c081f

Browse files
authored
Merge pull request #282 from Hemashree21/main
Added Legal Pages
2 parents 7d8fb5f + 4f4bfa1 commit a1c081f

File tree

10 files changed

+1829
-316
lines changed

10 files changed

+1829
-316
lines changed

package-lock.json

Lines changed: 122 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"react-icons": "^5.2.1",
2222
"react-router-dom": "^6.23.1",
2323
"react-scripts": "5.0.1",
24+
"styled-components": "^6.1.11",
2425
"web-vitals": "^4.1.1"
2526
},
2627
"scripts": {

src/App.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import Pricing from "./Components/footer_section/Pricing/pricing";
1515
import MyProjects from "./Components/menu_section/my_projects/MyProjects";
1616
import NewProject from "./Components/menu_section/new_project/NewProject";
1717
import Error from "./Components/404_page/Error";
18+
import Licensing from "./Components/footer_section/Legal/Licensing";
19+
import TermsConditions from "./Components/footer_section/Legal/TermsandConditions";
20+
import PrivacyPolicy from "./Components/footer_section/Legal/PrivacyPolicy";
1821

1922
function App() {
2023
return (
@@ -32,6 +35,11 @@ function App() {
3235
<Route path="/faq" element={<FAQPage />} />
3336
<Route path="/services" element={<Services />} />
3437
<Route path="/contacts" element={<ContactUs />} />
38+
<Route path="/termsandconditions" element={<TermsConditions />} />
39+
40+
<Route path="/privacypolicy" element={<PrivacyPolicy />} />
41+
42+
<Route path="/licensing" element={<Licensing />} />
3543

3644
<Route path="/readmore/:id" element={<Readmore/>}/>
3745

src/Components/CreateAccount.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ body {
4646
}
4747
p{
4848
font-family: "Roboto", sans-serif;
49-
text-align: center;
5049
margin-top:.5vw;
51-
font-size: x-large;
5250
}
5351
p span{
5452
color: #78a9fa;

src/Components/Footer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const Footer = () => {
3232
<div className='footer-2'>
3333
<p className='footer-section-title'>Legal</p>
3434
<ul className='footer-links'>
35-
<li className='footer-link'>Privacy Policy</li>
36-
<li className='footer-link'>Terms and Conditions</li>
37-
<li className='footer-link'>Licensing</li>
35+
<a href="/privacypolicy"><li className='footer-link'>Privacy Policy</li></a>
36+
<a href="/termsandconditions"><li className='footer-link'>Terms and Conditions</li></a>
37+
<a href="/licensing"><li className='footer-link'>Licensing</li></a>
3838
</ul>
3939
</div>
4040
</div>

src/Components/Login.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ body {
6262
}
6363
p{
6464
font-family: "Roboto", sans-serif;
65-
text-align: center;
6665
margin-top:.5vw;
6766
}
6867
p span{
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
import styled from "styled-components";
2+
3+
const LicenseContainer = styled.div`
4+
margin: auto;
5+
max-width: 75%;
6+
overflow: auto;
7+
padding: 20px;
8+
border-radius: 5px;
9+
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
10+
margin-top: 20px;
11+
font-size: 16px;
12+
line-height: 1.6;
13+
font-family: "Open Sans", sans-serif;
14+
text-align: justify;
15+
@media (max-width: 768px) {
16+
max-width: 90%;
17+
padding: 15px;
18+
font-size: 14px;
19+
}
20+
@media (max-width: 480px) {
21+
max-width: 95%;
22+
padding: 10px;
23+
font-size: 12px;
24+
padding-bottom: 5rem; /* Ensure enough space for the bottom bar */
25+
}
26+
`;
27+
28+
const Title = styled.h2`
29+
margin-bottom: 20px;
30+
font-weight: 700;
31+
text-align: center;
32+
font-size: 28px;
33+
color: #ff21bc;
34+
`;
35+
36+
const SubTitle = styled.h3`
37+
margin-bottom: 20px;
38+
font-weight: 700;
39+
font-size: 22px;
40+
color: #ff21bc;
41+
`;
42+
43+
const Content = styled.p`
44+
margin-bottom: 20px;
45+
`;
46+
47+
const StyledUl = styled.ul`
48+
margin-bottom: 20px;
49+
list-style-type: disc;
50+
padding-left: 20px;
51+
`;
52+
53+
const StyledLi = styled.li`
54+
margin-bottom: 20px;
55+
list-style-type: disc;
56+
margin-left: 20px;
57+
`;
58+
59+
const Strong = styled.strong`
60+
font-weight: bold;
61+
`;
62+
63+
const Licensing = () => {
64+
return (
65+
<LicenseContainer>
66+
<Title>Licensing Information</Title><br/>
67+
<Content><Strong>Last Updated:</Strong> 08-06-2024</Content>
68+
<SubTitle>Introduction</SubTitle>
69+
<Content>Welcome to UniCollab! This page provides information about the licensing of our collaborative platform, which allows students from different universities and colleges to collaborate, innovate, and elevate their projects.</Content>
70+
<SubTitle>License Grant</SubTitle>
71+
<Content>UniCollab grants you a limited, non-exclusive, non-transferable, revocable license to use our platform for personal and educational purposes, subject to your compliance with these terms.</Content>
72+
<SubTitle>Restrictions</SubTitle>
73+
<Content>You agree not to:
74+
<StyledUl> <br/>
75+
<StyledLi>Copy, modify, or create derivative works of our platform;</StyledLi>
76+
<StyledLi>Distribute, transmit, or publicly display any part of the platform;</StyledLi>
77+
<StyledLi>Reverse engineer, decompile, or disassemble the platform;</StyledLi>
78+
<StyledLi>Use the platform for any commercial purposes without prior written consent from UniCollab;</StyledLi>
79+
<StyledLi>Remove or alter any proprietary notices on the platform.</StyledLi>
80+
</StyledUl>
81+
</Content>
82+
<SubTitle>Intellectual Property</SubTitle>
83+
<Content>All intellectual property rights in the platform and its content are owned by UniCollab or its licensors. Your use of the platform does not grant you any ownership rights to the content.</Content>
84+
<SubTitle>Third-Party Content</SubTitle>
85+
<Content>Our platform may include third-party content or links to third-party websites. UniCollab does not endorse or assume any responsibility for third-party content.</Content>
86+
<SubTitle>License Termination</SubTitle>
87+
<Content>UniCollab reserves the right to terminate your license to use the platform at any time, without notice, if you breach these terms or engage in prohibited activities.</Content>
88+
<SubTitle>Changes to Licensing Terms</SubTitle>
89+
<Content>We reserve the right to modify or replace these licensing terms at any time. It is your responsibility to review these terms periodically for changes.</Content>
90+
<SubTitle>Contact Us</SubTitle>
91+
<Content style={{ marginBottom: '5rem' }}>If you have any questions or concerns about these licensing terms, please contact us at: <br/><br/>
92+
<Strong>Email: </Strong><a href="mailto:[email protected]" style={{color: 'cyan'}}>[email protected]</a><br/>
93+
<Strong>Contact: </Strong>+91 99323 32321
94+
</Content>
95+
</LicenseContainer>
96+
)
97+
}
98+
99+
export default Licensing;

0 commit comments

Comments
 (0)