Skip to content

Commit 0eea828

Browse files
committed
Add landing page and privacy policy
Initial GitHub Pages site for MageTips organisation.
0 parents  commit 0eea828

2 files changed

Lines changed: 170 additions & 0 deletions

File tree

index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>MageTips — Magento 2 Extensions</title>
7+
<style>
8+
* { box-sizing: border-box; margin: 0; padding: 0; }
9+
body {
10+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
11+
background: #1a1a1a;
12+
color: #fff;
13+
min-height: 100vh;
14+
display: flex;
15+
flex-direction: column;
16+
align-items: center;
17+
justify-content: center;
18+
text-align: center;
19+
padding: 40px 24px;
20+
}
21+
.logo { font-size: 3rem; font-weight: 900; color: #f5c400; letter-spacing: 2px; margin-bottom: 16px; }
22+
.logo span { color: #fff; }
23+
p { color: #aaa; font-size: 1.1rem; max-width: 480px; line-height: 1.6; margin-bottom: 32px; }
24+
.links a {
25+
display: inline-block;
26+
margin: 6px 8px;
27+
padding: 10px 22px;
28+
border: 1px solid #444;
29+
border-radius: 6px;
30+
color: #f5c400;
31+
text-decoration: none;
32+
font-size: 0.9rem;
33+
transition: border-color 0.2s;
34+
}
35+
.links a:hover { border-color: #f5c400; }
36+
footer { margin-top: 60px; color: #555; font-size: 0.82rem; }
37+
footer a { color: #666; text-decoration: none; }
38+
footer a:hover { color: #999; }
39+
</style>
40+
</head>
41+
<body>
42+
<div class="logo">MAGE<span>TIPS</span></div>
43+
<p>Open-source Magento 2 extensions. Quality modules for modern commerce.</p>
44+
<div class="links">
45+
<a href="https://github.com/mage-tips" target="_blank">GitHub</a>
46+
<a href="https://packagist.org/packages/magetips/" target="_blank">Packagist</a>
47+
<a href="/privacy-policy.html">Privacy Policy</a>
48+
</div>
49+
<footer>
50+
&copy; 2026 MageTips &mdash; Muhammad Umar &mdash;
51+
<a href="mailto:umarshiekh619@gmail.com">umarshiekh619@gmail.com</a>
52+
</footer>
53+
</body>
54+
</html>

privacy-policy.html

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Privacy Policy — MageTips</title>
7+
<style>
8+
* { box-sizing: border-box; margin: 0; padding: 0; }
9+
body {
10+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
11+
color: #1a1a1a;
12+
background: #fff;
13+
line-height: 1.7;
14+
}
15+
header {
16+
background: #1a1a1a;
17+
padding: 20px 40px;
18+
}
19+
header a {
20+
color: #f5c400;
21+
text-decoration: none;
22+
font-size: 1.4rem;
23+
font-weight: 800;
24+
letter-spacing: 1px;
25+
}
26+
.container {
27+
max-width: 760px;
28+
margin: 60px auto;
29+
padding: 0 24px 80px;
30+
}
31+
h1 { font-size: 2rem; margin-bottom: 8px; }
32+
.updated { color: #666; font-size: 0.9rem; margin-bottom: 40px; }
33+
h2 { font-size: 1.15rem; font-weight: 700; margin: 32px 0 10px; color: #111; }
34+
p { margin-bottom: 12px; color: #333; }
35+
ul { margin: 8px 0 12px 20px; color: #333; }
36+
ul li { margin-bottom: 6px; }
37+
a { color: #c47900; }
38+
footer {
39+
text-align: center;
40+
padding: 24px;
41+
font-size: 0.85rem;
42+
color: #999;
43+
border-top: 1px solid #eee;
44+
}
45+
</style>
46+
</head>
47+
<body>
48+
49+
<header>
50+
<a href="https://github.com/mage-tips">MageTips</a>
51+
</header>
52+
53+
<div class="container">
54+
<h1>Privacy Policy</h1>
55+
<p class="updated">Last updated: June 2026</p>
56+
57+
<p>
58+
MageTips ("we", "us", or "our") develops and distributes open-source Magento 2 modules.
59+
This Privacy Policy explains what information we collect, how we use it, and your rights
60+
in relation to it.
61+
</p>
62+
63+
<h2>1. Information We Collect</h2>
64+
<p>We do not collect personal data directly through our open-source modules. The modules are
65+
installed on your own Magento store and operate entirely within your infrastructure.</p>
66+
<p>When you contact us by email or open a GitHub issue, we may receive:</p>
67+
<ul>
68+
<li>Your name and email address</li>
69+
<li>Technical details you choose to share (store version, error logs, etc.)</li>
70+
</ul>
71+
72+
<h2>2. GitHub and Third-Party Services</h2>
73+
<p>Our source code is hosted on GitHub (<a href="https://github.com/mage-tips" target="_blank">github.com/mage-tips</a>).
74+
When you interact with our repositories (issues, pull requests, stars), GitHub collects data
75+
according to their own
76+
<a href="https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement" target="_blank">Privacy Statement</a>.
77+
</p>
78+
<p>Our packages are distributed via Packagist (<a href="https://packagist.org" target="_blank">packagist.org</a>),
79+
which has its own privacy policy.</p>
80+
81+
<h2>3. How We Use Your Information</h2>
82+
<p>Any information you send us is used solely to:</p>
83+
<ul>
84+
<li>Respond to support requests or bug reports</li>
85+
<li>Improve our open-source modules</li>
86+
</ul>
87+
<p>We do not sell, rent, or share your personal information with any third party.</p>
88+
89+
<h2>4. Data Retention</h2>
90+
<p>Email correspondence is retained only as long as necessary to resolve your inquiry.
91+
GitHub issues and pull request history are public and managed through GitHub's platform.</p>
92+
93+
<h2>5. Your Rights</h2>
94+
<p>You have the right to request access to, correction of, or deletion of any personal data
95+
we hold about you. To make such a request, contact us at
96+
<a href="mailto:umarshiekh619@gmail.com">umarshiekh619@gmail.com</a>.</p>
97+
98+
<h2>6. Cookies</h2>
99+
<p>This website does not use cookies or any tracking technology.</p>
100+
101+
<h2>7. Changes to This Policy</h2>
102+
<p>We may update this policy from time to time. The "Last updated" date at the top of this
103+
page will reflect any changes. Continued use of our modules after any changes constitutes
104+
acceptance of the updated policy.</p>
105+
106+
<h2>8. Contact</h2>
107+
<p>For any privacy-related questions, contact us at:
108+
<a href="mailto:umarshiekh619@gmail.com">umarshiekh619@gmail.com</a></p>
109+
</div>
110+
111+
<footer>
112+
&copy; 2026 MageTips &mdash; Muhammad Umar
113+
</footer>
114+
115+
</body>
116+
</html>

0 commit comments

Comments
 (0)