Skip to content

Commit f33ff4b

Browse files
committed
feat: Enhance footer layout and add disclosure links for improved user navigation
- Updated the footer section in the index page to include new links for Validation Disclosure and Platform Disclosure, enhancing user access to important information. - Improved the overall layout of the footer for better alignment and visual appeal, ensuring a more cohesive user experience. - Maintained the copyright notice while ensuring it is properly integrated within the new structure. These changes aim to provide users with clearer navigation options and improve the overall aesthetic of the footer.
1 parent 5f05aea commit f33ff4b

File tree

3 files changed

+614
-4
lines changed

3 files changed

+614
-4
lines changed

src/pages/index.astro

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,25 @@ import '../styles/global.css';
539539
<div class="flex items-center space-x-2">
540540
<img src="/PRiority/logo.png" alt="PRiority Logo" style="height: 4rem; width: auto; object-fit: contain;" />
541541
</div>
542-
</div>
543-
<p class="text-gray-400 text-sm">
544-
© 2025 PRiority by <a href="https://x.com/gunta85" class="text-blue-400 hover:underline">@gunta85</a>. The future of open source is funded.
545-
</p>
542+
</div>
543+
<div class="flex flex-col items-center md:items-end">
544+
<div class="flex items-center flex-wrap justify-center md:justify-end gap-2 mb-3 text-sm">
545+
<a href="/PRiority/validation-disclosure" class="text-gray-400 hover:text-white transition-colors px-2 py-1 rounded hover:bg-gray-800/50">
546+
Validation Disclosure
547+
</a>
548+
<span class="text-gray-600 hidden md:inline">|</span>
549+
<a href="/PRiority/platform-disclosure" class="text-gray-400 hover:text-white transition-colors px-2 py-1 rounded hover:bg-gray-800/50">
550+
Platform Disclosure
551+
</a>
552+
<span class="text-gray-600 hidden md:inline">|</span>
553+
<a href="mailto:contact@priority-platform.com" class="text-gray-400 hover:text-white transition-colors px-2 py-1 rounded hover:bg-gray-800/50">
554+
Contact
555+
</a>
556+
</div>
557+
<p class="text-gray-400 text-sm text-center md:text-right">
558+
© 2025 PRiority by <a href="https://x.com/gunta85" class="text-blue-400 hover:underline">@gunta85</a>. The future of open source is funded.
559+
</p>
560+
</div>
546561
</div>
547562
</div>
548563
</footer>
Lines changed: 271 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,271 @@
1+
---
2+
import Layout from '../layouts/Layout.astro';
3+
---
4+
5+
<Layout
6+
title="Platform Commerce Disclosure - PRiority"
7+
description="Commercial disclosure for PRiority platform services in compliance with applicable regulations."
8+
>
9+
<div class="relative overflow-hidden">
10+
<!-- Navigation -->
11+
<nav class="fixed top-0 left-0 right-0 z-[100] px-6 py-4 lg:px-12 bg-black/80 backdrop-blur-md border-b border-gray-800/50">
12+
<div class="max-w-7xl mx-auto flex items-center justify-between">
13+
<div class="flex items-center space-x-2">
14+
<a href="/PRiority/">
15+
<img src="/PRiority/logo.png" alt="PRiority Logo" class="h-12 w-auto object-contain" />
16+
</a>
17+
</div>
18+
<div class="flex items-center space-x-6">
19+
<a href="/PRiority/" class="text-gray-400 hover:text-white transition-all duration-200 font-medium">← Back to Home</a>
20+
</div>
21+
</div>
22+
</nav>
23+
24+
<main class="relative z-20 pt-32 px-6 py-20 lg:px-12">
25+
<div class="max-w-4xl mx-auto">
26+
<!-- Important Notice Banner -->
27+
<div class="bg-gradient-to-r from-blue-500/20 to-green-500/20 border border-blue-500/30 rounded-lg p-6 mb-8">
28+
<div class="flex items-start gap-3">
29+
<svg class="w-6 h-6 text-blue-400 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
30+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
31+
</svg>
32+
<div>
33+
<h2 class="text-xl font-bold text-white mb-2">Platform Service Disclosure</h2>
34+
<p class="text-gray-300">
35+
This disclosure covers the PRiority platform services for GitHub issue funding and resolution.
36+
For information about validating demand and supporting the development of PRiority,
37+
see our <a href="/PRiority/validation-disclosure" class="text-blue-400 hover:underline">Crowd-Validation Disclosure</a>.
38+
</p>
39+
</div>
40+
</div>
41+
</div>
42+
43+
<div class="glass-card p-8 lg:p-12">
44+
<h1 class="text-3xl md:text-4xl font-bold mb-8 gradient-text">PRiority Platform Commerce Disclosure</h1>
45+
46+
<div class="space-y-8 text-gray-300">
47+
<section>
48+
<h2 class="text-xl font-bold mb-4 text-white">Legal Name</h2>
49+
<p>Gunther Brunner</p>
50+
</section>
51+
52+
<section>
53+
<h2 class="text-xl font-bold mb-4 text-white">Business Address</h2>
54+
<p>
55+
[Business Address]<br>
56+
[City, State/Province, ZIP/Postal Code]<br>
57+
[Country]
58+
</p>
59+
<p class="text-sm text-gray-400 mt-2">
60+
<em>Note: Please contact us for specific address information if required for legal purposes.</em>
61+
</p>
62+
</section>
63+
64+
<section>
65+
<h2 class="text-xl font-bold mb-4 text-white">Contact Information</h2>
66+
<p><strong>Email:</strong> <a href="mailto:contact@priority-platform.com" class="text-blue-400 hover:underline">contact@priority-platform.com</a></p>
67+
<p><strong>Website:</strong> <a href="https://gunta.github.io/PRiority" class="text-blue-400 hover:underline">https://gunta.github.io/PRiority</a></p>
68+
</section>
69+
70+
<section>
71+
<h2 class="text-xl font-bold mb-4 text-white">Head of Operations</h2>
72+
<p>Gunther Brunner</p>
73+
</section>
74+
75+
<section>
76+
<h2 class="text-xl font-bold mb-4 text-white">Services Provided</h2>
77+
<p>PRiority is a platform that facilitates funding for GitHub issue resolution. Our services include:</p>
78+
79+
<div class="bg-blue-500/10 border border-blue-500/30 rounded-lg p-4 mb-4">
80+
<p class="font-bold text-white mb-2">For Issue Funders (Users who pay to prioritize issues):</p>
81+
<ul class="list-disc list-inside space-y-1">
82+
<li>AI-powered complexity and cost estimation for GitHub issues</li>
83+
<li>Secure payment processing via Stripe</li>
84+
<li>Progress tracking and status updates</li>
85+
<li>Direct funding of open source or private repository issues</li>
86+
</ul>
87+
</div>
88+
89+
<div class="bg-green-500/10 border border-green-500/30 rounded-lg p-4">
90+
<p class="font-bold text-white mb-2">For Repository Maintainers:</p>
91+
<ul class="list-disc list-inside space-y-1">
92+
<li>Automated funding collection for issues</li>
93+
<li>AI assistance for issue implementation (optional)</li>
94+
<li>Payment distribution to contributors</li>
95+
<li>Priority queue management</li>
96+
</ul>
97+
</div>
98+
</section>
99+
100+
<section>
101+
<h2 class="text-xl font-bold mb-4 text-white">Pricing Structure</h2>
102+
103+
<div class="bg-gray-800/50 rounded-lg p-4 mb-4">
104+
<h3 class="font-bold text-blue-400 mb-2">Issue Funding Costs:</h3>
105+
<ul class="list-disc list-inside space-y-1">
106+
<li><strong>Funding Amount:</strong> User-determined based on AI estimation or custom amount</li>
107+
<li><strong>Platform Fee:</strong> 10% of funded amount (covers AI costs and platform operations)</li>
108+
<li><strong>Payment Processing:</strong> Standard Stripe fees apply (typically 2.9% + $0.30)</li>
109+
</ul>
110+
<p class="mt-2 text-sm text-gray-400">Example: $100 issue funding = $100 to issue + $10 platform fee + ~$3.50 payment processing</p>
111+
</div>
112+
113+
<div class="bg-gray-800/50 rounded-lg p-4">
114+
<h3 class="font-bold text-purple-400 mb-2">Subscription Tiers (for Repository Owners):</h3>
115+
<ul class="space-y-2">
116+
<li><strong>Free:</strong> Public repos, basic features, community support</li>
117+
<li><strong>Starter ($29/month):</strong> Up to 3 private repos, priority support</li>
118+
<li><strong>Pro ($99/month):</strong> Unlimited private repos, advanced analytics</li>
119+
<li><strong>Enterprise (Custom):</strong> Custom features, SLA, dedicated support</li>
120+
</ul>
121+
</div>
122+
123+
<p class="mt-4 text-sm text-gray-400">All prices are in USD. Taxes may apply based on your location.</p>
124+
</section>
125+
126+
<section>
127+
<h2 class="text-xl font-bold mb-4 text-white">Payment Methods</h2>
128+
<p>We accept the following payment methods through Stripe:</p>
129+
<ul class="list-disc list-inside mt-2 space-y-1">
130+
<li>Credit Cards (Visa, MasterCard, American Express, Discover)</li>
131+
<li>Debit Cards</li>
132+
<li>Digital Wallets (Apple Pay, Google Pay, etc.)</li>
133+
<li>Bank transfers (where available)</li>
134+
<li>Other regional payment methods as supported by Stripe</li>
135+
</ul>
136+
</section>
137+
138+
<section>
139+
<h2 class="text-xl font-bold mb-4 text-white">Payment Period</h2>
140+
<p>Payment is processed immediately upon confirmation of funding request. Services commence upon successful payment processing.</p>
141+
</section>
142+
143+
<section>
144+
<h2 class="text-xl font-bold mb-4 text-white">Service Delivery</h2>
145+
<p><strong>Delivery Timeline:</strong></p>
146+
<ul class="list-disc list-inside mt-2 space-y-1">
147+
<li>Issue estimation: Within 24 hours</li>
148+
<li>Work commencement: Immediately upon funding confirmation</li>
149+
<li>Issue resolution: As estimated by AI (typically 1-30 days depending on complexity)</li>
150+
</ul>
151+
<p class="mt-4">Delivery is completed digitally through GitHub platform integration.</p>
152+
</section>
153+
154+
<section>
155+
<h2 class="text-xl font-bold mb-4 text-white">Additional Fees</h2>
156+
<p>Payment processing fees are handled by Stripe and may apply according to their standard rates. Any additional fees will be clearly disclosed before payment confirmation.</p>
157+
</section>
158+
159+
<section>
160+
<h2 class="text-xl font-bold mb-4 text-white">Refund and Cancellation Policy</h2>
161+
162+
<div class="bg-yellow-500/10 border border-yellow-500/30 rounded-lg p-4 mb-4">
163+
<p class="font-bold text-white mb-2">⚠️ Important Refund Information</p>
164+
<p>Refund eligibility depends on the status of the funded issue and work progress.</p>
165+
</div>
166+
167+
<h3 class="font-bold text-blue-400 mb-2">For Issue Funding:</h3>
168+
<p><strong>Full Refund Available When:</strong></p>
169+
<ul class="list-disc list-inside mt-2 space-y-1">
170+
<li>No contributor has claimed the issue within 7 days</li>
171+
<li>Work has not commenced within 48 hours of being claimed</li>
172+
<li>The repository owner cancels the issue before work begins</li>
173+
<li>Technical issues prevent issue processing</li>
174+
</ul>
175+
176+
<p class="mt-4"><strong>Partial Refund May Be Available When:</strong></p>
177+
<ul class="list-disc list-inside mt-2 space-y-1">
178+
<li>Work is incomplete after 30 days (prorated based on completion)</li>
179+
<li>Delivered solution doesn't meet specified requirements</li>
180+
<li>Mutual agreement between funder and maintainer</li>
181+
</ul>
182+
183+
<p class="mt-4"><strong>No Refund When:</strong></p>
184+
<ul class="list-disc list-inside mt-2 space-y-1">
185+
<li>Work has been completed and pull request merged</li>
186+
<li>Solution meets requirements but funder changes mind</li>
187+
<li>Issue scope was unclear and work matches reasonable interpretation</li>
188+
</ul>
189+
190+
<h3 class="font-bold text-purple-400 mb-2 mt-6">For Subscriptions:</h3>
191+
<ul class="list-disc list-inside space-y-1">
192+
<li>Cancel anytime, effective at end of billing period</li>
193+
<li>No refunds for partial months</li>
194+
<li>Annual plans: Pro-rated refund within 30 days of purchase</li>
195+
</ul>
196+
197+
<p class="mt-4"><strong>Refund Process:</strong></p>
198+
<ol class="list-decimal list-inside mt-2 space-y-1">
199+
<li>Submit request via email with issue URL and reason</li>
200+
<li>Review completed within 3 business days</li>
201+
<li>If approved, refund processed within 5-10 business days</li>
202+
<li>Refunds issued to original payment method</li>
203+
</ol>
204+
</section>
205+
206+
<section>
207+
<h2 class="text-xl font-bold mb-4 text-white">Liability and Warranties</h2>
208+
<p>Services are provided "as is" with reasonable effort guarantees. We are not liable for:</p>
209+
<ul class="list-disc list-inside mt-2 space-y-1">
210+
<li>Issues beyond the scope of the original request</li>
211+
<li>Compatibility issues with third-party software</li>
212+
<li>Damages resulting from customer's use of delivered solutions</li>
213+
</ul>
214+
<p class="mt-2">Our liability is limited to the amount paid for the specific service.</p>
215+
</section>
216+
217+
<section>
218+
<h2 class="text-xl font-bold mb-4 text-white">Intellectual Property</h2>
219+
<p>Code and solutions delivered become part of the respective open source projects under their existing licenses. PRiority retains no ownership rights to delivered code.</p>
220+
</section>
221+
222+
<section>
223+
<h2 class="text-xl font-bold mb-4 text-white">Data Protection and Privacy</h2>
224+
<p>We process personal and payment data in accordance with applicable data protection laws. Payment processing is handled securely by Stripe. For details, see our Privacy Policy.</p>
225+
</section>
226+
227+
<section>
228+
<h2 class="text-xl font-bold mb-4 text-white">Governing Law</h2>
229+
<p>This disclosure and all related services are governed by the laws of [Jurisdiction]. Any disputes will be resolved through appropriate legal channels in [Jurisdiction].</p>
230+
</section>
231+
232+
<section>
233+
<h2 class="text-xl font-bold mb-4 text-white">Updates to This Disclosure</h2>
234+
<p>This commerce disclosure may be updated periodically. The latest version will always be available at this URL. Significant changes will be communicated to users via email where possible.</p>
235+
<p class="mt-2 text-gray-400"><strong>Last Updated:</strong> January 2025</p>
236+
</section>
237+
238+
<section class="pt-8 border-t border-gray-700">
239+
<h2 class="text-xl font-bold mb-4 text-white">Contact for Questions</h2>
240+
<p>If you have any questions about this commerce disclosure or our services, please contact us:</p>
241+
<p class="mt-2">
242+
<strong>GitHub:</strong> <a href="https://github.com/gunta" class="text-blue-400 hover:underline" target="_blank">@gunta</a><br>
243+
<strong>Twitter/X:</strong> <a href="https://x.com/gunta85" class="text-blue-400 hover:underline" target="_blank">@gunta85</a>
244+
</p>
245+
</section>
246+
</div>
247+
</div>
248+
</div>
249+
</main>
250+
</div>
251+
</Layout>
252+
253+
<style>
254+
.glass-card {
255+
background: rgba(17, 24, 39, 0.8);
256+
backdrop-filter: blur(16px);
257+
border: 1px solid rgba(55, 65, 81, 0.3);
258+
border-radius: 1rem;
259+
}
260+
261+
.gradient-text {
262+
background: linear-gradient(135deg, #60a5fa, #a855f7, #ec4899);
263+
background-clip: text;
264+
-webkit-background-clip: text;
265+
-webkit-text-fill-color: transparent;
266+
}
267+
268+
section {
269+
scroll-margin-top: 100px;
270+
}
271+
</style>

0 commit comments

Comments
 (0)