Skip to content

Commit 8e33943

Browse files
committed
Stripe stuff
1 parent dea9e35 commit 8e33943

File tree

3 files changed

+623
-0
lines changed

3 files changed

+623
-0
lines changed
+331
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,331 @@
1+
<x-layout title="Blog">
2+
{{-- Hero --}}
3+
<section
4+
class="mx-auto mt-10 w-full max-w-3xl px-5 md:mt-14"
5+
aria-labelledby="article-title"
6+
>
7+
<header class="relative grid place-items-center text-center">
8+
{{-- Blurred circle - Decorative --}}
9+
<div
10+
class="absolute right-1/2 top-0 -z-30 h-60 w-60 translate-x-1/2 rounded-full blur-[150px] md:w-80 dark:bg-slate-500/50"
11+
aria-hidden="true"
12+
></div>
13+
14+
{{-- Primary Heading --}}
15+
<h1
16+
id="article-title"
17+
x-init="
18+
() => {
19+
motion.inView($el, (element) => {
20+
motion.animate(
21+
$el,
22+
{
23+
opacity: [0, 1],
24+
x: [-5, 0],
25+
},
26+
{
27+
duration: 0.7,
28+
ease: motion.easeOut,
29+
},
30+
)
31+
})
32+
}
33+
"
34+
class="mt-8 text-3xl font-extrabold will-change-transform sm:text-4xl"
35+
>
36+
Privacy Policy
37+
</h1>
38+
39+
{{-- Date --}}
40+
<div
41+
class="inline-flex items-center gap-1.5 pt-4 opacity-60"
42+
aria-label="Publication date"
43+
>
44+
Last updated
45+
<x-icons.date
46+
class="size-5 shrink-0"
47+
aria-hidden="true"
48+
/>
49+
<time
50+
datetime="2025-04-30"
51+
class="text-sm"
52+
>
53+
April 30, 2025
54+
</time>
55+
</div>
56+
</header>
57+
58+
{{-- Divider --}}
59+
<div
60+
x-init="
61+
() => {
62+
motion.inView($el, (element) => {
63+
motion.animate(
64+
$el,
65+
{
66+
opacity: [0, 1],
67+
x: [5, 0],
68+
},
69+
{
70+
duration: 0.7,
71+
ease: motion.easeOut,
72+
},
73+
)
74+
})
75+
}
76+
"
77+
class="flex items-center pb-3 pt-3.5 will-change-transform"
78+
aria-hidden="true"
79+
>
80+
<div
81+
class="size-1.5 rotate-45 bg-gray-200/90 dark:bg-[#242734]"
82+
></div>
83+
<div class="h-0.5 w-full bg-gray-200/90 dark:bg-[#242734]"></div>
84+
<div
85+
class="size-1.5 rotate-45 bg-gray-200/90 dark:bg-[#242734]"
86+
></div>
87+
</div>
88+
89+
{{-- Content --}}
90+
<article
91+
x-init="
92+
() => {
93+
motion.inView($el, (element) => {
94+
motion.animate(
95+
$el,
96+
{
97+
opacity: [0, 1],
98+
y: [5, 0],
99+
},
100+
{
101+
duration: 0.7,
102+
ease: motion.easeOut,
103+
},
104+
)
105+
})
106+
}
107+
"
108+
class="prose mt-2 max-w-none text-gray-600 will-change-transform dark:text-gray-400"
109+
aria-labelledby="article-title"
110+
>
111+
<p>
112+
Bifrost Technology, LLC operates the nativephp.com website, which provides the Service.
113+
</p>
114+
115+
<p>
116+
This page is used to inform website visitors regarding our policies with the collection, use, and
117+
disclosure of Personal Information if anyone decided to use our Service, the NativePHP website.
118+
</p>
119+
120+
<p>
121+
If you choose to use our Service, then you agree to the collection and use of information in relation with
122+
this policy. The Personal Information that we collect are used for providing and improving the Service.
123+
We will not use or share your information with anyone except as described in this Privacy Policy.
124+
</p>
125+
126+
<p>
127+
The terms used in this Privacy Policy have the same meanings as in our
128+
<a href="/terms-of-service">Terms of Service</a>,
129+
unless otherwise defined in this Privacy Policy.
130+
</p>
131+
132+
<h2>Owner Of The Website</h2>
133+
134+
<p>
135+
Bifrost Technology, LLC<br>
136+
1111B S Governors Ave STE 2838<br>
137+
Dover<br>
138+
Delaware<br>
139+
19904
140+
</p>
141+
142+
<p>
143+
support@nativephp.com
144+
</p>
145+
146+
<h2>Information Collection and Use</h2>
147+
148+
<p>
149+
For a better experience while using our Service, we may require you to provide us with certain
150+
personally identifiable information, including but not limited to your name and email. We only ask for
151+
the essential information we need to operate.
152+
</p>
153+
154+
<h2>Log Data</h2>
155+
<p>
156+
We want to inform you that whenever you visit our Service, we collect information that your browser
157+
sends to us that is called Log Data. This Log Data may include information such as your computer’s
158+
Internet Protocol ("IP") address, browser version, pages of our Service that you visit, the time and
159+
date of your visit, the time spent on those pages, and other statistics.
160+
</p>
161+
162+
<h2>Cookies</h2>
163+
<p>
164+
Cookies are files with small amount of data that is commonly used an anonymous unique identifier.
165+
These are sent to your browser from the website that you visit and are stored on your computer’s
166+
hard drive.
167+
</p>
168+
169+
<p>
170+
Our website uses these "cookies" to collection information and to improve our Service. You have the
171+
option to either accept or refuse these cookies, and know when a cookie is being sent to your computer.
172+
If you choose to refuse our cookies, you may not be able to use some portions of our Service.
173+
</p>
174+
175+
<p>
176+
For more general information on cookies, please read
177+
<a href="https://www.cookiesandyou.com">https://www.cookiesandyou.com</a>.
178+
</p>
179+
180+
<h2>Service Providers</h2>
181+
<p>
182+
We may employ third-party companies and individuals due to the following reasons:
183+
</p>
184+
185+
<ul>
186+
<li>To facilitate our Service;</li>
187+
<li>To provide the Service on our behalf;</li>
188+
<li>To perform Service-related services;</li>
189+
<li>or To assist us in analyzing how our Service is used.</li>
190+
</ul>
191+
192+
<p>
193+
We want to inform our Service users that these third parties have access to your Personal Information.
194+
The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to
195+
disclose or use the information for any other purpose.
196+
</p>
197+
198+
<p>
199+
For further information, you should consult the privacy policies of these third-parties directly.
200+
</p>
201+
202+
<h2>Security</h2>
203+
<p>
204+
We value your trust in providing us your Personal Information, thus we are striving to use commercially
205+
acceptable means of protecting it. But remember that no method of transmission over the internet, or
206+
method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security.
207+
</p>
208+
209+
<h2>Links to Other Sites</h2>
210+
<p>
211+
Our Service may contain links to other sites. If you click on a third-party link, you will be directed
212+
to that site. Note that these external sites are not operated by us. Therefore, we strongly advise you
213+
to review the Privacy Policy of these websites. We have no control over, and assume no responsibility
214+
for the content, privacy policies, or practices of any third-party sites or services.
215+
</p>
216+
217+
<h2>Children's Privacy</h2>
218+
<p>
219+
Our Services do not address anyone under the age of 13. We do not knowingly collect personal identifiable
220+
information from children under 13. In the case we discover that a child under 13 has provided us with
221+
personal information, we immediately delete this from our servers. If you are a parent or guardian and you
222+
are aware that your child has provided us with personal information, please contact us so that we will be
223+
able to take the necessary actions.
224+
</p>
225+
226+
<h2>Changes to This Privacy Policy</h2>
227+
<p>
228+
We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically
229+
for any changes. We will notify you of any changes by posting the new Privacy Policy on this page.
230+
These changes are effective immediately, after they are posted on this page.
231+
</p>
232+
233+
<h1>Cookie Policy</h1>
234+
<p>
235+
Bifrost Technology, LLC ("us", "we", or "our") uses cookies on nativephp.com (the "Service").
236+
By using the Service, you consent to the use of cookies.
237+
</p>
238+
239+
<p>
240+
Our Cookie Policy explains what cookies are, how we use cookies, how third-parties we may partner with
241+
may use cookies on the Service, your choices regarding cookies and further information about cookies.
242+
</p>
243+
244+
<h2>What Are Cookies</h2>
245+
<p>
246+
Cookies are small pieces of text sent to your web browser by a website you visit. A cookie file is
247+
stored in your web browser and allows the Service or a third-party to recognize your browser and make
248+
your next visit easier and the Service more useful to you.
249+
</p>
250+
251+
<p>
252+
Cookies can be "persistent" - they are persisted between browsing sessions - or "session" cookies,
253+
which are deleted by your browser when you end your session or after a certain time limit.
254+
</p>
255+
256+
<p>
257+
Cookies are associated with the browser, not the person, so they do not usually store sensitive
258+
information about you such as credit cards or bank details, photographs or personal information etc.
259+
The data they keep are of a technical nature, statistics, personal preferences, personalization of
260+
contents etc.
261+
</p>
262+
263+
<h2>How We Use Cookies</h2>
264+
<p>
265+
When you use and access the Service, we may place a number of cookie files in your web browser.
266+
</p>
267+
268+
<p>
269+
We use cookies for the following purposes:
270+
</p>
271+
<ul>
272+
<li>to enable certain functions of the Service,</li>
273+
<li>to provide analytics,</li>
274+
<li>to store your preferences,</li>
275+
<li>to enable advertisements delivery.</li>
276+
</ul>
277+
278+
<p>
279+
We use both session and persistent cookies on the Service and we use different types of cookies to run the Service:
280+
</p>
281+
282+
<ul>
283+
<li>
284+
<strong>Essential/Technical Cookies</strong>
285+
<p>
286+
These allow the proper functioning of the web features. Allow the user to navigate through a web page,
287+
platform or application and the use of different options or services that exist in it, such as controlling
288+
traffic and data communication, identifying the session, access restricted access parts, remember the
289+
elements that make up an order, perform the purchase process of an order, make the request for registration
290+
or participation in an event, use security elements during navigation, store contents for dissemination of
291+
videos or sound or share content through social networks.
292+
</p>
293+
</li>
294+
<li>
295+
<strong>Analysis Cookies</strong>
296+
<p>
297+
Those that are well treated by us or by third parties, allow us to quantify the number of users
298+
and thus perform the measurement and statistical analysis of the use made by users of the
299+
service offered. For this, your browsing on our website is analyzed in order to improve the
300+
offer of products or services we offer.
301+
</p>
302+
</li>
303+
<li>
304+
<strong>Third-party Cookies</strong>
305+
<p>
306+
The Site may use third-party services that, on behalf of Google, will collect information for
307+
statistical purposes, the use of the site by the user and for the provision of other services
308+
related to the website activity and other services from Internet.
309+
</p>
310+
</li>
311+
</ul>
312+
313+
<h2>Manage And Reject</h2>
314+
<p>
315+
At any time, you can adapt the browser settings to manage, disregard the use of Cookies and be notified
316+
before they are downloaded.
317+
</p>
318+
319+
<p>
320+
If you'd like to delete cookies or instruct your web browser to delete or refuse cookies, please visit
321+
the help pages of your web browser.
322+
</p>
323+
324+
<p>
325+
Please note, however, that if you delete cookies or refuse to accept them, you might not be able to use
326+
all of the features we offer, you may not be able to store your preferences, and some of our pages
327+
might not display properly.
328+
</p>
329+
</article>
330+
</section>
331+
</x-layout>

0 commit comments

Comments
 (0)