-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
184 lines (168 loc) · 11.1 KB
/
Copy pathterms.html
File metadata and controls
184 lines (168 loc) · 11.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and Conditions - Script2Cinema</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--primary-color: #FF8C00;
--dark-bg: #0a0a0a;
--medium-bg: #1a1a1a;
--light-text: #f0f0f0;
--dark-text: #a0a0a0;
--font-family: 'Poppins', sans-serif;
--border-color: #30363d;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: var(--font-family);
background-color: var(--dark-bg);
color: var(--light-text);
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('theater.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
}
header {
background-color: rgba(10, 10, 10, 0.7);
backdrop-filter: blur(10px);
padding: 1rem 2rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1400px;
margin: 0 auto;
}
.logo { height: 70px; }
.nav-links { list-style: none; display: flex; align-items: center; }
.nav-links li { margin-left: 2rem; }
.nav-links a { text-decoration: none; color: var(--light-text); font-weight: 500; transition: color 0.3s ease; }
.nav-links a:hover { color: var(--primary-color); }
.nav-buttons .btn { margin-left: 1rem; }
.btn { display: inline-block; padding: 0.6rem 1.5rem; border-radius: 5px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: 2px solid transparent; }
.btn-outline { border-color: var(--primary-color); color: var(--primary-color); }
.btn-outline:hover { background-color: var(--primary-color); color: white; }
.btn-primary { background-color: var(--primary-color); color: white; }
.terms-container {
max-width: 900px;
margin: 2rem auto;
padding: 3rem;
/* START: ONLY CHANGE MADE */
background-color: transparent; /* Made the container transparent */
box-shadow: none; /* Removed shadow for a cleaner look */
/* END: ONLY CHANGE MADE */
border-radius: 8px;
line-height: 1.8;
color: var(--light-text);
}
h1 {
font-size: 2.5rem;
color: var(--primary-color);
margin-bottom: 2rem;
text-align: center;
}
h2 {
font-size: 1.8rem;
color: var(--light-text);
margin-top: 2rem;
margin-bottom: 1rem;
}
h3 {
font-size: 1.3rem;
color: var(--primary-color);
margin-top: 1.5rem;
margin-bottom: 0.8rem;
}
p {
margin-bottom: 1rem;
}
ul {
list-style: disc;
margin-left: 1.5rem;
margin-bottom: 1rem;
}
li {
margin-bottom: 0.5rem;
}
a {
color: var(--primary-color);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<header>
<nav>
<a href="index.html"><img src="logos.png" alt="Script2Cinema Logo" class="logo"></a>
<ul class="nav-links">
<li><a href="index.html#hero">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#story">Our Story</a></li>
<li><a href="index.html#mission">Our Mission</a></li>
</ul>
<div class="nav-buttons">
<a href="login.html" class="btn btn-outline">Log In</a>
<a href="signup.html" class="btn btn-primary">Sign Up</a>
</div>
</nav>
</header>
<main class="terms-container">
<h1>Terms and Conditions</h1>
<p>Welcome to Script2Cinema! These terms and conditions outline the rules and regulations for the use of Script2Cinema's Website, located at [Your Website URL].</p>
<p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Script2Cinema if you do not agree to take all of the terms and conditions stated on this page.</p>
<h2>1. Definitions</h2>
<ul>
<li><strong>"Service"</strong> refers to the Script2Cinema website and all related tools and features provided.</li>
<li><strong>"User," "You," and "Your"</strong> refers to you, the person logged on this website and compliant to the Company’s terms and conditions.</li>
<li><strong>"Company," "We," "Our," and "Us"</strong> refers to Script2Cinema.</li>
<li><strong>"Content"</strong> refers to any text, images, video, audio, or other material that you upload, submit, or make available through the Service.</li>
</ul>
<h2>2. Use of Service</h2>
<h3>2.1 Eligibility</h3>
<p>You must be at least 18 years of age to use the Service. By using the Service, you represent and warrant that you are at least 18 years old.</p>
<h3>2.2 User Accounts</h3>
<p>When you create an account with us, you guarantee that you are above the age of 18, and that the information you provide us is accurate, complete, and current at all times. Inaccurate, incomplete, or obsolete information may result in the immediate termination of your account on the Service.</p>
<p>You are responsible for safeguarding the password that you use to access the Service and for any activities or actions under your password, whether your password is with our Service or a third-party service.</p>
<p>You agree not to disclose your password to any third party. You must notify us immediately upon becoming aware of any breach of security or unauthorized use of your account.</p>
<h3>2.3 Prohibited Conduct</h3>
<p>You agree not to use the Service for any unlawful purpose or any purpose prohibited by these Terms. You may not:</p>
<ul>
<li>Upload or transmit any content that is infringing, libelous, defamatory, obscene, pornographic, abusive, or otherwise illegal.</li>
<li>Engage in any activity that interferes with or disrupts the Service or the servers and networks connected to the Service.</li>
<li>Attempt to gain unauthorized access to any portion of the Service, other accounts, computer systems, or networks connected to the Service, whether through hacking, password mining, or any other means.</li>
<li>Use any robot, spider, scraper, or other automated means to access the Service for any purpose without our express written permission.</li>
</ul>
<h2>3. Content Ownership and License</h2>
<h3>3.1 Your Content</h3>
<p>You retain all ownership rights to the Content you upload to the Service. By uploading Content, you grant Script2Cinema a worldwide, non-exclusive, royalty-free license to use, reproduce, adapt, publish, translate, and distribute your Content in any and all media.</p>
<h3>3.2 Our Content</h3>
<p>All content available on the Service, excluding user-generated content, including but not limited to text, graphics, logos, images, as well as the compilation thereof, and any software used on the Service, is the property of Script2Cinema or its suppliers and protected by copyright and other intellectual property laws.</p>
<h2>4. Termination</h2>
<p>We may terminate or suspend your account and bar access to the Service immediately, without prior notice or liability, under our sole discretion, for any reason whatsoever and without limitation, including but not limited to a breach of the Terms.</p>
<p>If you wish to terminate your account, you may simply discontinue using the Service or contact us for account deletion.</p>
<h2>5. Disclaimer of Warranties</h2>
<p>The Service is provided on an "AS IS" and "AS AVAILABLE" basis. Script2Cinema makes no representations or warranties of any kind, express or implied, as to the operation of their Service, or the information, Content, or materials included thereon. You expressly agree that your use of the Service is at your sole risk.</p>
<h2>6. Limitation of Liability</h2>
<p>In no event shall Script2Cinema, nor its directors, employees, partners, agents, suppliers, or affiliates, be liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from (i) your access to or use of or inability to access or use the Service; (ii) any conduct or content of any third party on the Service; (iii) any content obtained from the Service; and (iv) unauthorized access, use or alteration of your transmissions or content, whether based on warranty, contract, tort (including negligence) or any other legal theory, whether or not we have been informed of the possibility of such damage, and even if a remedy set forth herein is found to have failed of its essential purpose.</p>
<h2>7. Governing Law</h2>
<p>These Terms shall be governed and construed in accordance with the laws of [Your Jurisdiction], without regard to its conflict of law provisions.</p>
<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have had between us regarding the Service.</p>
<h2>8. Changes to Terms</h2>
<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>
<p>By continuing to access or use our Service after any revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, you are no longer authorized to use the Service.</p>
<h2>9. Contact Us</h2>
<p>If you have any questions about these Terms, please contact us at [Your Contact Email].</p>
</main>
</body>
</html>