-
Notifications
You must be signed in to change notification settings - Fork 0
/
debt.html
256 lines (228 loc) · 22.3 KB
/
debt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/LUME Group.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LUME Group</title>
<style>
/* Style the header container */
#header {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
box-sizing: border-box;
width: 100%;
background-color: #FFCC00; /* Yellow background for header */
position: fixed; /* Fix header to the top */
top: 0;
left: 0;
z-index: 1000; /* Ensure it stays above other content */
}
/* Style the logo */
#logo {
margin-right: 10px;
width: 100px;
height: auto;
}
/* Ensure text is aligned next to the logo */
#header-text {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
background-color: #FFCC00; /* Maintain yellow background */
}
/* Optional styles for the header text */
#header-text h1,
#header-text p {
margin: 0;
}
#header-text h1 {
font-size: 2em;
}
#header-text p {
font-size: 1.2em;
}
/* Navigation link styles */
.nav-container {
text-align: center;
margin-top: 20px;
}
.nav-link {
margin: 0 15px;
text-decoration: none;
color: #FFFFFF; /* White color for links */
font-size: 1.2em;
}
.nav-link:hover {
color: #007BFF; /* Change color on hover */
}
/* Footer styles */
#footer {
background-color: #0000FF; /* Blue background for footer */
color: #FFFFFF; /* White text color */
padding: 20px; /* Padding for spacing */
text-align: center; /* Centered text */
position: fixed; /* Fix footer to the bottom */
bottom: 0;
left: 0;
width: 100%; /* Full width */
}
/* Additional styles */
body {
background-color: #000000; /* Black background for body */
background-image: url(images/GettyImages-1000892576-header-hero.gif);
background-size: cover; /* Ensures the image covers the entire screen */
background-position: center; /* Centers the image */
background-repeat: repeat;
margin: 0; /* Space for the footer */
overflow: auto; /* Enable scrolling */
padding-bottom: 120px;
padding-top: 220px;
}
#content {
border-radius: 8px; /* Optional rounded corners */
background-color: rgba(0, 0, 0, 0.5); /* Black background with 50% opacity */
margin-top: 5px;
margin-right: 5px;
margin-bottom: 20px;
margin-left: 5px;
padding-top: 20px;
padding-right: 60px;
padding-bottom: 20px;
padding-left: 60px;
}
.style4 {color: #FFFFFF;}
.style8 {color: #FFFFFF; font-weight: bold; font-size: x-large;}
a:link {color: #FFFFFF;}
a:visited {color: #660000;}
.style9 {font-size: medium;}
/* Overlay for the popup background */
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
display: none; /* Initially hidden */
}
/* Popup container */
.popup {
position: fixed;
background-color: white;
width: 60%; /* Adjust width as needed */
height: 70%; /* Fixed height */
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
z-index: 1001;
overflow-y: auto; /* Enable vertical scrolling */
overflow-x: hidden; /* Prevent horizontal scrolling */
max-width: 800px; /* Optional: Prevent popup from being too wide */
max-height: 80vh; /* Ensure popup doesn't exceed the viewport height */
box-sizing: border-box; /* Ensures padding is included in width/height */
}
/* Popup content styling */
#popup-content {
padding-bottom: 60px; /* Add space for the Close button */
}
.popup button:hover {
background-color: #d32f2f; /* Darker red when hovered */
}
/* Hide popup by default */
.popup {
display: none; /* Initially hidden */
}
</style>
</head>
<body>
<div id="header">
<div align="center"><img id="logo" src="images/logo.png" alt="LUME Group Logo" /></div>
<div id="header-text">
<h1 align="center" class="style2"><strong>LUME Group</strong></h1>
<h2 align="center" class="style4 style3"><strong>Privately held </strong> <strong>media & entertainment investments</strong></h2>
<div class="nav-container">
<p>
<span class="style8">
<a class="nav-link" href="index.html">Home</a> |
<a class="nav-link" href="about.html">About Us</a> |
<a class="nav-link" href="relations.html">Partner Relations</a> |
<a class="nav-link" href="portfolio.html">Portfolio</a> |
<a class="nav-link" href="services.html">Services</a> |
<a class="nav-link" href="news.html">News</a>
</span>
</p>
</div>
<p align="center"> </p>
</div>
</div>
<!-- Editable Content Area -->
<!-- InstanceBeginEditable name="MainContent" -->
<div id="content">
<p class="style4">This is the content area. Scroll down for more content.</p>
<p class="style4">More content here...</p>
<p class="style4">Keep scrolling for more!</p>
<p class="style4">More content...</p>
<p class="style4">Even more content...</p>
<!-- You can repeat or dynamically load content for infinite scrolling -->
</div>
<!-- InstanceEndEditable -->
<!-- Popup and Overlay -->
<div class="overlay" id="overlay"></div>
<div class="popup" id="popup">
<h2 id="popup-title">Disclosure</h2>
<div id="popup-content">
<p>This is the body content of the popup box. You can edit this section.</p>
</div>
<button onclick="closePopup()">Close</button>
</div>
<div id="footer">
<p class="style3"><strong><span class="style9">
<a class="nav-link" href="#" onclick="openPopup('Data Protection', '<strong>Data Protection Compliance</strong><br>Jonathan D. Lum\u00E9, Principal, doing business as LUME Group (hereinafter referred to as "LUME Group", "we", "us", or "our") is committed to ensuring the protection and privacy of your personal data in accordance with applicable laws and regulations, including but not limited to the General Data Protection Regulation (GDPR) in the European Union and the California Consumer Privacy Act (CCPA) in the United States.<br><br><strong>Consent for Data Processing</strong><br>We obtain consent for the processing of personal data when required by law or where processing is based on consent. By using our website or providing your personal information, you consent to the collection, use, and processing of your data as described in our Privacy Policy.<br><br><strong>Opt-Out Requests</strong><br>We respect your right to opt-out of certain data processing activities, such as receiving marketing communications. You may opt-out of such communications by following the instructions provided in the communication or by contacting us directly.<br><br><strong>Data Breach Notification</strong><br>In the event of a data breach involving personal data, we will notify affected individuals in accordance with legal requirements. We will also take appropriate measures to mitigate the impact of the breach and prevent future incidents.<br><br><strong>Security Measures</strong><br>We implement robust technical and organizational measures to ensure the security and confidentiality of personal data. These measures include but are not limited to:<br>- Encryption of data in transit and at rest.<br>- Access controls to limit access to personal data to authorized personnel.<br>- Regular security audits and assessments to identify and address potential vulnerabilities.<br><br><div style="text-align: center;"><strong>Compliance with Applicable Laws</strong></div><br>We are committed to complying with all relevant data protection laws and regulations, including but not limited to the GDPR and CCPA. This includes:<br>- Providing individuals with rights regarding their personal data, such as the right to access, rectify, or delete data.<br>- Maintaining records of data processing activities as required by law.<br>- Coordinating with data protection authorities as necessary.<br><br>LUME Group is dedicated to safeguarding your personal data and maintaining compliance with data protection laws and regulations. Your trust and privacy are of utmost importance to us.'); return false;">Data Protection</a> |
<a class="nav-link" href="#" onclick="openPopup('Privacy', 'Privacy Policy<br><br>Jonathan D. Lum\u00E9, Principal, doing business as LUME Group (hereinafter referred to as "LUME Group", "we", "us", or "our") is committed to protecting the privacy and security of your personal information. This Privacy Policy outlines how we collect, use, share, and protect personal information collected from visitors to our website.<br><br>1. Information We Collect:<br>We may collect various types of personal information from visitors to our website, including but not limited to names, email addresses, phone numbers, and any other data that can identify individuals. We collect this information when voluntarily provided by visitors, such as when filling out contact forms or subscribing to newsletters.<br><br>2. Purposes of Processing:<br>We collect personal information for the following purposes:<br>- To respond to inquiries and provide customer support.<br>- To send promotional communications, newsletters, and updates about our products or services (with your consent, where required by law).<br>- To analyze website usage and improve our services.<br><br>3. Legal Basis for Processing:<br>Our legal basis for processing personal data may include:<br>- Consent: When you provide your consent for specific processing activities, such as subscribing to our newsletter.<br>- Legitimate Interests: When processing is necessary for our legitimate interests, such as responding to inquiries or improving our website.<br><br>4. Data Subject Rights:<br>You have the following rights regarding your personal data:<br>- Right to Access: You have the right to request access to the personal information we hold about you.<br>- Right to Rectification: You may request to correct any inaccuracies in your personal data.<br>- Right to Erasure: You have the right to request the deletion of your personal information, subject to legal obligations to retain certain data.<br>- Right to Data Portability: You may request to receive a copy of your personal data in a commonly used and machine-readable format.<br><br>5. Data Retention:<br>We retain personal information for as long as necessary to fulfill the purposes outlined in this Privacy Policy, unless a longer retention period is required or permitted by law.<br><br>6. Sharing of Personal Information:<br>We do not sell, trade, or otherwise transfer your personal information to third parties without your consent, except as necessary to provide services or as required by law.<br><br>7. Security Measures:<br>We implement appropriate technical and organizational measures to protect personal information against unauthorized access, alteration, disclosure, or destruction.<br><br>8. Changes to this Privacy Policy:<br>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be effective immediately upon posting on our website. We encourage you to review this Privacy Policy periodically for updates.<br><br>By using our website, you consent to the collection and use of your personal information as described in this Privacy Policy.'); return false;">Privacy</a> |
<a class="nav-link" href="#" onclick="openPopup('Terms of Use', 'Terms of Use<br><br>These Terms of Use ("Terms") govern your use of the website operated by Jonathan D. Lum\u00E9, Principal, doing business as LUME Group (hereinafter referred to as "LUME Group" or "we/us/our"). By accessing or using our website, you agree to these Terms. If you do not agree to these Terms, please refrain from using our website.<br><br>1. Acceptance of Terms:<br>By accessing or using our website, you acknowledge that you have read, understood, and agree to be bound by these Terms. We reserve the right to update or modify these Terms at any time without prior notice. Your continued use of the website after any such changes indicates your acceptance of the updated Terms.<br><br>2. Use of Website:<br>You agree to use our website only for lawful purposes and in a manner consistent with all applicable laws and regulations. You may not use our website in any way that could damage, disable, overburden, or impair our servers or interfere with any other party\'s use and enjoyment of the website.<br><br>3. Intellectual Property:<br>All content and materials on our website, including but not limited to text, graphics, logos, images, and software, are the property of LUME Group or its licensors and are protected by copyright, trademark, and other intellectual property laws. You may not reproduce, distribute, modify, or create derivative works of any content without our prior written consent.<br><br>4. User-Generated Content:<br>Any content or materials submitted by users through our website, including comments, reviews, or other contributions, are the sole responsibility of the user who provided them. We do not endorse or guarantee the accuracy, reliability, or quality of user-generated content. By submitting content to our website, you grant LUME Group a non-exclusive, royalty-free, perpetual, irrevocable, and fully sublicensable right to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, and display such content worldwide in any media.<br><br>5. Limitation of Liability:<br>In no event shall LUME Group or its affiliates, officers, directors, employees, agents, or licensors be liable for any direct, indirect, incidental, special, or consequential damages arising out of or in any way connected with your use of our website, whether based on warranty, contract, tort (including negligence), or any other legal theory, even if we have been advised of the possibility of such damages.<br><br>6. Unauthorized Access:<br>You may not attempt to gain unauthorized access to any portion or feature of our website, or any other systems or networks connected to our website, through hacking, password mining, or any other means.<br><br>7. Governing Law:<br>These Terms shall be governed by and construed in accordance with the laws of Florida. Any legal action or proceeding arising out of or related to these Terms or your use of our website shall be brought exclusively in the courts of Florida.<br><br>By using our website, you agree to abide by these Terms of Use. Thank you for visiting LUME Group\'s website.'); return false;">Terms of Use</a> |
<a class="nav-link" href="#" onclick="openPopup('Compliance', 'Compliance<br><br><strong>Compliance Programs:</strong><br> - Regulatory Compliance: Develop and implement policies and procedures to ensure compliance with relevant regulations, including securities laws, antitrust regulations, tax laws, data protection regulations (such as GDPR and CCPA), and any other applicable laws and industry standards.<br> - Code of Ethics: Establish a code of ethics outlining expected standards of conduct, conflicts of interest policies, and guidelines for ethical decision-making.<br> - Training and Awareness: Provide regular training and education to employees on compliance policies, regulatory requirements, and ethical standards to ensure understanding and adherence.<br> - Monitoring and Auditing: Implement monitoring mechanisms and conduct regular audits to assess compliance with policies and identify any areas of non-compliance or potential risks.<br><br>Internal Controls:<br> - Financial Controls: Establish internal controls to ensure the accuracy and integrity of financial reporting, including controls for budgeting, forecasting, and financial audits.<br> - Operational Controls: Develop operational controls to minimize risks and ensure efficient processes across various business functions.<br> - Risk Management: Implement risk assessment procedures to identify, assess, and mitigate potential risks affecting the organization\'s compliance and operational objectives.<br><br>Reporting Mechanisms:<br> - Whistleblower Protection: Establish a confidential whistleblower program to encourage reporting of potential compliance violations without fear of retaliation.<br> - Incident Reporting: Create procedures for employees and stakeholders to report compliance-related incidents, concerns, or unethical behavior promptly and effectively.<br><br>Documentation and Recordkeeping:<br> - Retention Policy: Implement a retention policy to ensure that all relevant compliance documentation is maintained and readily available for review by regulatory authorities.<br> - Reporting to Authorities: Ensure timely reporting of significant compliance-related incidents to appropriate regulatory bodies as required.<br><br>By maintaining these compliance programs, LUME Group aims to foster a culture of integrity, accountability, and ethical conduct within the organization while adhering to legal requirements.'); return false;">Compliance</a> |
<a class="nav-link" href="#" onclick="openPopup('Disclaimer', 'Disclaimer<br><br>Disclaimer:<br>The information provided on this website by Jonathan D. Lum\u00E9, Principal, doing business as LUME Group (hereinafter referred to as "LUME Group") is for general informational purposes only. While we strive to provide accurate and up-to-date information, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability of the information contained on the website. Any reliance you place on such information is therefore strictly at your own risk.<br><br>No Professional Advice:<br>The content on this website is not intended to be a substitute for professional advice, including legal, financial, or other specialized advice. You should consult with a qualified professional before making any decisions based on the information provided on this website.<br><br>Limitation of Liability:<br>In no event shall LUME Group, its affiliates, officers, directors, employees, agents, or licensors be liable for any loss or damage, including without limitation, indirect or consequential loss or damage, arising from your use of this website or any information contained herein.<br><br>Third-Party Links:<br>Our website may contain links to third-party websites that are not owned or controlled by LUME Group. We have no control over the content, privacy policies, or practices of any third-party websites and therefore disclaim any responsibility for them. You are advised to review the terms and conditions and privacy policies of any third-party websites you visit.<br><br>Changes to this Disclaimer:<br>We reserve the right to update or modify this disclaimer at any time without prior notice. Any changes will be effective immediately upon posting on our website. Your continued use of the website after any such changes constitutes your acceptance of the updated disclaimer.'); return false;">Disclaimer</a> |
<a class="nav-link" href="careers.html">Careers</a> |
<a class="nav-link" href="faq.html">FAQ</a> |
<a class="nav-link" href="contact.html">Contact Us</a>
</span></strong></p>
<p class="style3">© 2024 LUME Group. All rights reserved.</p>
</div>
<script>
function openPopup(title, content) {
document.getElementById('popup-title').innerText = title;
document.getElementById('popup-content').innerHTML = content; // Use innerHTML to allow for rich content if needed
document.getElementById('popup').style.display = 'block';
document.getElementById('overlay').style.display = 'block';
}
function closePopup() {
document.getElementById('popup').style.display = 'none';
document.getElementById('overlay').style.display = 'none';
}
let page = 1; // To keep track of the loaded pages
const loadMoreContent = () => {
const loading = document.getElementById('loading');
loading.style.display = 'block'; // Show loading indicator
// Simulate an AJAX request (replace this with actual AJAX call)
setTimeout(() => {
const contentDiv = document.getElementById('content');
// Load new content (this is just an example)
for (let i = 0; i < 5; i++) {
const newContent = document.createElement('p');
newContent.innerHTML = `This is additional content loaded for page ${page}.`;
contentDiv.appendChild(newContent);
}
loading.style.display = 'none'; // Hide loading indicator
page++;
}, 1000); // Simulate a 1-second delay
};
</script>
</body>
<!-- InstanceEnd --></html>