-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterms.html
More file actions
89 lines (77 loc) · 5.04 KB
/
terms.html
File metadata and controls
89 lines (77 loc) · 5.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="description" content="Falcon 98 Terms of Service - Read our terms and conditions for using our services."/>
<meta name="robots" content="noindex,follow"/>
<title>Terms of Service | Falcon 98</title>
<link rel="icon" type="image/png" href="https://res.cloudinary.com/dkj22lm1g/image/upload/v1763972046/Falcon_98-1_cx8xvv.png"/>
<link rel="canonical" href="https://falcon98.com/terms.html"/>
<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=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"/>
<style>
:root{--ink:#0a0f1e;--navy:#1e3a8a;--cream:#faf9f7;--white:#fff;--graphite:#585149;--body:'Plus Jakarta Sans',-apple-system,sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--body);background:var(--cream);color:var(--graphite);line-height:1.8}
.nav{background:var(--ink);padding:1rem 0}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:.75rem}
.nav img{width:34px;height:34px}
.nav span{font-weight:800;color:var(--white);font-size:1.1rem}
.container{max-width:800px;margin:0 auto;padding:3rem 1.5rem}
h1{font-size:2.5rem;color:var(--ink);margin-bottom:1rem}
h2{font-size:1.5rem;color:var(--ink);margin:2rem 0 1rem;border-bottom:2px solid var(--navy);padding-bottom:.5rem}
p{margin-bottom:1rem}
ul{margin:1rem 0 1rem 1.5rem}
li{margin-bottom:.5rem}
a{color:var(--navy)}
.updated{font-size:.875rem;color:#888;margin-bottom:2rem}
.back{display:inline-flex;align-items:center;gap:.5rem;background:var(--ink);color:var(--white);padding:.75rem 1.5rem;border-radius:200px;font-weight:700;text-decoration:none;margin-top:2rem;transition:all .3s}
.back:hover{background:var(--navy);transform:translateY(-2px)}
</style>
</head>
<body>
<nav class="nav">
<div class="nav-inner">
<a href="/" style="display:flex;align-items:center;gap:.75rem;text-decoration:none">
<img src="https://res.cloudinary.com/dkj22lm1g/image/upload/v1763972046/Falcon_98-1_cx8xvv.png" alt="Falcon 98"/>
<span>Falcon 98</span>
</a>
</div>
</nav>
<main class="container">
<h1>Terms of Service</h1>
<p class="updated">Last updated: March 2026</p>
<p>Welcome to Falcon 98. By accessing our website and using our services, you agree to comply with these Terms of Service.</p>
<h2>1. Services</h2>
<p>Falcon 98 provides technology services including web development, mobile app development, cloud computing, data analytics, IT consulting, and custom software solutions. The specific terms of any project will be outlined in a separate service agreement.</p>
<h2>2. Use of Website</h2>
<p>By using our website, you agree to:</p>
<ul>
<li>Use the website for lawful purposes only</li>
<li>Not attempt to gain unauthorized access to our systems</li>
<li>Not interfere with the proper functioning of the website</li>
<li>Provide accurate information when contacting us</li>
</ul>
<h2>3. Intellectual Property</h2>
<p>All content on this website, including text, graphics, logos, and images, is the property of Falcon 98 and is protected by intellectual property laws. You may not reproduce, distribute, or use any content without our written permission.</p>
<h2>4. Project Deliverables</h2>
<p>Ownership of project deliverables will be transferred to the client upon full payment as specified in the service agreement. Until payment is complete, Falcon 98 retains ownership of all work product.</p>
<h2>5. Limitation of Liability</h2>
<p>Falcon 98 shall not be liable for any indirect, incidental, special, or consequential damages arising from your use of our website or services. Our liability is limited to the amount paid for the specific service.</p>
<h2>6. Third-Party Links</h2>
<p>Our website may contain links to third-party websites. We are not responsible for the content or practices of these external sites.</p>
<h2>7. Modifications</h2>
<p>We reserve the right to modify these Terms of Service at any time. Changes will be posted on this page with an updated date.</p>
<h2>8. Governing Law</h2>
<p>These Terms of Service are governed by the laws of Sri Lanka. Any disputes will be resolved in the courts of Sri Lanka.</p>
<h2>9. Contact Us</h2>
<p>If you have questions about these Terms of Service, please contact us at:</p>
<p><strong>Email:</strong> <a href="mailto:info@falcon98.com">info@falcon98.com</a><br>
<strong>Phone:</strong> <a href="tel:+94784464128">(078) 446-4128</a></p>
<a href="/" class="back"><i class="fas fa-arrow-left"></i> Back to Home</a>
</main>
</body>
</html>