Skip to content

Commit eb651a8

Browse files
committed
naming convention update
1 parent f6a0421 commit eb651a8

File tree

2 files changed

+45
-55
lines changed

2 files changed

+45
-55
lines changed

src/app/privacy/privacy.component.css

+6-16
Original file line numberDiff line numberDiff line change
@@ -25,45 +25,35 @@
2525
font-size: 30px;
2626
}
2727

28-
.subonewrap {
29-
width: 1000px;
30-
margin-top: 50px;
31-
margin-left: auto;
32-
margin-right: auto;
33-
display: flex;
34-
flex-direction: column;
35-
align-items: center;
36-
}
37-
38-
.tagline-2 {
28+
.taglinePrivacy {
3929
opacity: 0.6;
4030
letter-spacing: 2px;
4131
text-transform: uppercase;
4232
font-family: Roboto, sans-serif;
4333
font-size: 12px;
4434
}
45-
.divider {
35+
.dividerPrivacy {
4636
width: 60px;
4737
height: 2px;
4838
background-color: #c5bfb0;
4939
margin-left: auto;
5040
margin-right: auto;
5141
}
52-
.legalTextWrap {
42+
.legalTextWrapPrivacy {
5343
flex-direction: row;
5444
justify-content: center;
5545
margin-top: 13px;
5646
margin-bottom: 13px;
5747
display: flex;
5848
}
59-
.legalParagraph {
49+
.legalParagraphPrivacy {
6050
text-align: center;
6151
margin-top: 10px;
6252
font-family: Roboto, sans-serif;
6353
font-size: 20px;
6454
line-height: 35px;
6555
}
66-
.legalSubParagraph {
56+
.legalSubParagraphPrivacy {
6757
text-align: left;
6858
margin-top: 10px;
6959
font-family: Roboto, sans-serif;
@@ -77,7 +67,7 @@
7767
align-items: left;
7868
display: block;
7969
}
80-
.legalHeading {
70+
.legalHeadingPrivacy {
8171
text-align: center;
8272
margin-top: 12px;
8373
font-family: Roboto, sans-serif;

src/app/privacy/privacy.component.html

+39-39
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<app-home-bar></app-home-bar>
22
<div class="privacySection">
33
<div class="privacyWrap">
4-
<div class="tagline-2">PLEASE REVIEW OUR</div>
4+
<div class="taglinePrivacy">PLEASE REVIEW OUR</div>
55
<h2 class="privacyHeading">
66
Privacy Policy
77
</h2>
8-
<div class="divider"></div>
9-
<div class="legalTextWrap">
10-
<p class="legalParagraph">
8+
<div class="dividerPrivacy"></div>
9+
<div class="legalTextWrapPrivacy">
10+
<p class="legalParagraphPrivacy">
1111
Your privacy is our priority. This policy explains how we collect, use, and protect your personal information to provide a secure and transparent experience. By using our website, you agree to this Privacy Policy. Please review it to understand how we handle your data and uphold your trust.
1212
</p>
1313
</div>
1414
<div class="privacyContent">
15-
<p class="legalHeading">
15+
<p class="legalHeadingPrivacy">
1616
Last updated: December 29, 2024
1717
</p>
18-
<p class="legalSubParagraph">
18+
<p class="legalSubParagraphPrivacy">
1919
This Privacy Policy describes Our policies and procedures on the collection,
2020
use and disclosure of Your information when You use the Service and tells You
2121
about Your privacy rights and how the law protects You.
@@ -24,16 +24,16 @@ <h2 class="privacyHeading">
2424
You agree to the collection and use of information in accordance with this Privacy Policy.
2525
This Privacy Policy has been created with the help of the Privacy Policy Generator.
2626
</p>
27-
<p class="legalHeading">Interperetation</p>
28-
<p class="legalSubParagraph">
27+
<p class="legalHeadingPrivacy">Interperetation</p>
28+
<p class="legalSubParagraphPrivacy">
2929
The words of which the initial letter is capitalized have meanings defined under the
3030
following conditions. The following definitions shall have the same meaning regardless
3131
of whether they appear in singular or in plural.
3232
</p>
33-
<p class="legalHeading">Definitions</p>
34-
<div class="legalSubParagraph">
33+
<p class="legalHeadingPrivacy">Definitions</p>
34+
<div class="legalSubParagraphPrivacy">
3535
<p><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.
36-
<strong>Affiliate</strong> means an entity that controls, is controlled by, or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest, or other securities entitled to vote for election of directors or other managing authority.
36+
<strong>Affiliate</strong> means an entity thatocontrols, is controlled by, or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest, or other securities entitled to vote for election of directors or other managing authority.
3737
<strong>Company</strong> (referred to as either "the Company," "We," "Us," or "Our" in this Agreement) refers to Eagle Eval.
3838
<strong>Cookies</strong> are small files that are placed on Your computer, mobile device, or any other device by a website, containing the details of Your browsing history on that website among its many uses.
3939
<strong>Country</strong> refers to: Massachusetts, United States.
@@ -46,13 +46,13 @@ <h2 class="privacyHeading">
4646
<strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</p>
4747
</div>
4848

49-
<p class="legalHeading">Types of Data Collected: Personal Data</p>
50-
<p class="legalSubParagraph">
49+
<p class="legalHeadingPrivacy">Types of Data Collected: Personal Data</p>
50+
<p class="legalSubParagraphPrivacy">
5151
While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to: <strong>Email address, First name and last name, Usage Data</strong>
5252

5353
</p>
54-
<p class="legalHeading"> Usage Data</p>
55-
<p class="legalSubParagraph">
54+
<p class="legalHeadingPrivacy"> Usage Data</p>
55+
<p class="legalSubParagraphPrivacy">
5656
Usage Data is collected automatically when using the Service.
5757

5858
Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.
@@ -62,10 +62,10 @@ <h2 class="privacyHeading">
6262
We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.
6363

6464
</p>
65-
<p class="legalHeading">Tracking Technologies and Cookies</p>
66-
<p class="legalSubParagraph">At this time, our website does not use cookies or other similar technologies to collect data. Should this change in the future, we will update our Privacy Policy to reflect these changes.</p>
67-
<p class="legalHeading">Use of Your Personal Data</p>
68-
<div class="legalSubParagraph">
65+
<p class="legalHeadingPrivacy">Tracking Technologies and Cookies</p>
66+
<p class="legalSubParagraphPrivacy">At this time, our website does not use cookies or other similar technologies to collect data. Should this change in the future, we will update our Privacy Policy to reflect these changes.</p>
67+
<p class="legalHeadingPrivacy">Use of Your Personal Data</p>
68+
<div class="legalSubParagraphPrivacy">
6969
<p>We may use Personal Data for the following purposes:</p>
7070
<p><strong>To provide and maintain our Service:</strong> Including to monitor the usage of our Service.
7171
<strong>To manage Your Account:</strong> To manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.
@@ -82,19 +82,19 @@ <h2 class="privacyHeading">
8282
<strong>With other users:</strong> When You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.
8383
<strong>With Your consent:</strong> We may disclose Your personal information for any other purpose with Your consent.</p>
8484
</div>
85-
<p class="legalHeading">Retention of Your Personal Data</p>
86-
<p class="legalSubParagraph">
85+
<p class="legalHeadingPrivacy">Retention of Your Personal Data</p>
86+
<p class="legalSubParagraphPrivacy">
8787
We will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.
8888
We will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.
8989
</p>
90-
<p class="legalHeading">Transfer of Your Personal Data</p>
91-
<p class="legalSubParagraph">Your information, including Personal Data, is processed at the Company's operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.
90+
<p class="legalHeadingPrivacy">Transfer of Your Personal Data</p>
91+
<p class="legalSubParagraphPrivacy">Your information, including Personal Data, is processed at the Company's operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.
9292

9393
Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.
9494

9595
The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p>
96-
<p class="legalHeading">Delete Your Personal Data</p>
97-
<p class="legalSubParagraph">
96+
<p class="legalHeadingPrivacy">Delete Your Personal Data</p>
97+
<p class="legalSubParagraphPrivacy">
9898
You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.
9999

100100
Our Service may give You the ability to delete certain information about You from within the Service.
@@ -103,30 +103,30 @@ <h2 class="privacyHeading">
103103

104104
Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.
105105
</p>
106-
<p class="legalHeading">Disclosure of Your Personal Data: Buisness Transactions</p>
107-
<p class="legalSubParagraph">If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>
108-
<p class = "legalHeading">Law enforcement</p>
109-
<p class = "legalSubParagraph">Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>
110-
<p class = "legalHeading">Other legal requirements</p>
111-
<p class = "legalSubParagraph">We may disclose Your Personal Data in the good faith belief that such action is necessary to:
106+
<p class="legalHeadingPrivacy">Disclosure of Your Personal Data: Buisness Transactions</p>
107+
<p class="legalSubParagraphPrivacy">If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>
108+
<p class = "legalHeadingPrivacy">Law enforcement</p>
109+
<p class = "legalSubParagraphPrivacy">Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>
110+
<p class = "legalHeadingPrivacy">Other legal requirements</p>
111+
<p class = "legalSubParagraphPrivacy">We may disclose Your Personal Data in the good faith belief that such action is necessary to:
112112
Comply with a legal obligation,
113113
Protect and defend the rights or property of the Company,
114114
Prevent or investigate possible wrongdoing in connection with the Service,
115115
Protect the personal safety of Users of the Service or the public,
116116
Protect against legal liability.</p>
117-
<p class = "legalHeading">Security of Your Personal Data</p>
118-
<p class = "legalSubParagraph">The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>
119-
<p class = "legalHeading">Children's Privacy</p>
120-
<p class = "legalSubParagraph">Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.
117+
<p class = "legalHeadingPrivacy">Security of Your Personal Data</p>
118+
<p class = "legalSubParagraphPrivacy">The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>
119+
<p class = "legalHeadingPrivacy">Children's Privacy</p>
120+
<p class = "legalSubParagraphPrivacy">Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.
121121
If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent's consent before We collect and use that information.</p>
122-
<p class="legalHeading">Changes to this Privacy Policy</p>
123-
<p class="legalSubParagraph">We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.
122+
<p class="legalHeadingPrivacy">Changes to this Privacy Policy</p>
123+
<p class="legalSubParagraphPrivacy">We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.
124124

125125
We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the "Last updated" date at the top of this Privacy Policy.
126126

127127
You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>
128-
<p class="legalHeading">Contact Us</p>
129-
<p class="legalSubParagraph">If you have any questions about this Privacy Policy, You can contact us: By email: [email protected]</p>
128+
<p class="legalHeadingPrivacy">Contact Us</p>
129+
<p class="legalSubParagraphPrivacy">If you have any questions about this Privacy Policy, You can contact us: By email: [email protected]</p>
130130
</div>
131131
</div>
132132
</div>

0 commit comments

Comments
 (0)