Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/COS301-SE-2023/InfoSafe into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
ChrisMitt committed Oct 20, 2023
2 parents 81275df + b71825b commit b222b24
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 44 deletions.
Binary file modified frontend/infosafe_frontend/public/logo_icon.ico
Binary file not shown.
42 changes: 2 additions & 40 deletions frontend/infosafe_frontend/src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,12 @@ export const About = () => {
</p>
<p className="aboutSubTitle">Terms of Service and Use</p>
<p className="aboutData">
To view the InfoSafe Terms of Service and User, please view them <a href="">here</a>.
To view the InfoSafe Terms of Service and User, please view them <a href="https://drive.google.com/file/d/1I3KmcxW_qtzVs0J8fjqhGffkhHxsRPwA/view?usp=share_link">here</a>.
</p>
<p className="aboutSubTitle">Privacy Policy</p>
<p className="aboutData">
To learn more about the InfoSafe Privacy Policy, find it <a href="">here</a>.
To learn more about the InfoSafe Privacy Policy, find it <a href="https://drive.google.com/file/d/1400_ANX0-QAWBGwH_OTkNLFqtcDfC0Z7/view?usp=share_link">here</a>.
</p>
{/*<p className="aboutTitle">Terms of Service and Use</p>*/}
{/*<p className="aboutData">*/}
{/* Welcome to the InfoSafe system. These Terms of Use govern your access to and use of our website. By accessing or using our website, you agree to comply with these Terms. Please read these Terms carefully before using our Website. If you do not agree to these Terms, you may not use our Website.*/}
{/*</p>*/}
{/*<p className="aboutSubTitle">Use of the Website</p>*/}
{/*<p className="aboutData">*/}
{/* Eligibility: By using our website, you affirm that you are at least 18 years and you consent to use the website. If you are using the website on behalf of an organization, you represent and warrant that you have the authority to bind that organization to these Terms.*/}
{/*</p>*/}
{/*<p className="aboutData">*/}
{/* Content: You agree not to use our website for any unlawful or prohibited purpose. You are responsible for all content you post or transmit on the website. We reserve the right to remove any content that violates these terms or is otherwise objectionable.*/}
{/*</p>*/}
{/*<p className="aboutData">*/}
{/* User Accounts: You will be required to obtain a user account to access certain features of our website. You are responsible for maintaining the confidentiality of your account credentials and for all activities that occur under your account. You agree to notify us immediately of any unauthorized use of your account.*/}

{/*</p>*/}
{/*<p className="aboutSubTitle">Intellectual Property</p>*/}
{/*<p className="aboutData">*/}
{/* All content and materials on our website, including text, graphics, logos, images, software, and any other intellectual property, are owned or licensed by us and protected by copyright and other intellectual property laws. You may not use, reproduce, distribute, or create derivative works from our content without our explicit written permission.*/}
{/*</p>*/}
{/*<p className="aboutSubTitle">Privacy</p>*/}
{/*<p className="aboutData">*/}
{/* Your use of our Website is also governed by our Privacy Policy, which is incorporated by reference into these Terms. Please review our Privacy Policy below to understand how we collect, use, and protect your personal information.*/}
{/*</p>*/}
{/*<p className="aboutSubTitle">Termination</p>*/}
{/*<p className="aboutData">*/}
{/* We reserve the right to terminate or suspend your access to our website, without notice, for any reason, including if we believe you have violated these Terms. Upon termination, your right to use the Website will cease immediately.*/}
{/*</p>*/}
{/*<p className="aboutSubTitle"></p>*/}
{/*<p className="aboutData">*/}
{/* We may update these Terms at any time for operational, legal, or regulatory reasons. We will notify you of any significant changes by prominently posting a notice on our Website. Your continued use of the Website after such changes constitute your acceptance of the revised Terms.*/}
{/*</p>*/}
{/*<p className="aboutTitle">Privacy Policy</p>*/}
{/*<p className="aboutData">This Privacy Policy outlines how the InfoSafe System collects, uses, maintains, and protects user information on our website. We are committed to safeguarding your privacy and ensuring the security of your personal data. By using our Website, you consent to the practices described in this policy.*/}
{/* Personal information that we collect include you name, surname and email address for system access.*/}
{/* We use the collected information to provide services, improve our website and to send periodic emails.*/}
{/* We are committed to protecting your personal information. We implement reasonable security measures to safeguard your data against unauthorized access, disclosure, alteration, or destruction. However, please be aware that no method of data transmission over the internet or electronic storage is entirely secure, and we cannot guarantee absolute security.*/}
{/* You have the right to access, update, correct, or delete your personal information at any time. You can exercise these rights by contacting us at at the details below. Please allow a reasonable amount of time for us to respond to your request.*/}
{/*</p>*/}
<div className="contactUsInfo">
<p className="contactUsTitle">Contact Us</p>
<p className="contactUsData"><MdOutlineMailOutline className="emailIcon"></MdOutlineMailOutline> [email protected]</p>
Expand Down
Binary file modified frontend/infosafe_frontend/src/images/Welcome_New.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/infosafe_frontend/src/styling/ForgotPassword.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
position: absolute;
bottom: 2%;
right: 2%;
background: #cf0000;
background: #00003e;
color: #ffffff;
font-style: normal;
font-weight: 500;
Expand Down
6 changes: 3 additions & 3 deletions frontend/infosafe_frontend/src/styling/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
position: absolute;
bottom: 2%;
right: 2%;
background: #cf0000;
background: #00003e;
color: #ffffff;
font-style: normal;
font-weight: 500;
Expand Down Expand Up @@ -186,9 +186,9 @@
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-size: 16px;
color: #9E0000;
color: #00003e;
}
.loginHelpPopupIcon {
font-size: 2em;
color: #E90000;
color: #00003e;
}

0 comments on commit b222b24

Please sign in to comment.