128 lines
5.0 KiB
Plaintext
128 lines
5.0 KiB
Plaintext
@page "/privacy"
|
|
|
|
<PageTitle>@PageTitle</PageTitle>
|
|
|
|
<HeadContent>
|
|
<meta name="description" content="@Description" />
|
|
<OpenGraph PageTitle="@PageTitle" Description="@Description" />
|
|
</HeadContent>
|
|
|
|
<div class="container">
|
|
<h2>Privacy Policy for journal</h2>
|
|
|
|
<section>
|
|
<p>At journal, accessible from <a href="https://blog.stevanfreeborn.com">https://blog.stevanfreeborn.com</a>, one of
|
|
our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information
|
|
that
|
|
is collected and recorded by journal and how we use it.</p>
|
|
|
|
<p>
|
|
If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact
|
|
us.
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Log Files</h3>
|
|
|
|
<p>
|
|
journal follows a standard procedure of using log files. These files log visitors when they visit websites. All
|
|
hosting companies do this and a part of hosting services' analytics. The information collected by log files
|
|
include
|
|
internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp,
|
|
referring/exit
|
|
pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable.
|
|
The purpose of the information is for analyzing trends, administering the site, tracking users' movement on the
|
|
website, and gathering demographic information. Our Privacy Policy was created with the help of the <a
|
|
href="https://www.privacypolicyonline.com/privacy-policy-generator/">Privacy Policy Generator</a>.
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Cookies and Web Beacons</h3>
|
|
|
|
<p>
|
|
Like any other website, journal uses "cookies". These cookies are used to store information including visitors'
|
|
preferences, and the pages on the website that the visitor accessed or visited. The information is used to
|
|
optimize
|
|
the users' experience by customizing our web page content based on visitors' browser type and/or other
|
|
information.
|
|
</p>
|
|
|
|
<p>
|
|
For more general information on cookies, please read <a
|
|
href="https://www.privacypolicyonline.com/what-are-cookies/">the "Cookies" article from the Privacy Policy
|
|
Generator</a>.
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Privacy Policies</h3>
|
|
|
|
<p>You may consult this list to find the Privacy Policy for each of the advertising partners of journal.</p>
|
|
|
|
<p>
|
|
Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in
|
|
their respective advertisements and links that appear on journal, which are sent directly to users' browser. They
|
|
automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness
|
|
of
|
|
their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.
|
|
</p>
|
|
|
|
<p>Note that journal has no access to or control over these cookies that are used by third-party advertisers.</p>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Third Party Privacy Policies</h3>
|
|
|
|
<p>
|
|
journal's Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the
|
|
respective Privacy Policies of these third-party ad servers for more detailed information. It may include their
|
|
practices and instructions about how to opt-out of certain options.
|
|
</p>
|
|
|
|
<p>
|
|
You can choose to disable cookies through your individual browser options. To know more detailed information about
|
|
cookie management with specific web browsers, it can be found at the browsers' respective websites. What Are
|
|
Cookies?
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Children's Information</h3>
|
|
|
|
<p>
|
|
Another part of our priority is adding protection for children while using the internet. We encourage parents and
|
|
guardians to observe, participate in, and/or monitor and guide their online activity.
|
|
</p>
|
|
|
|
<p>
|
|
journal does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you
|
|
think that your child provided this kind of information on our website, we strongly encourage you to contact us
|
|
immediately and we will do our best efforts to promptly remove such information from our records.
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Online Privacy Policy Only</h3>
|
|
|
|
<p>
|
|
This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to
|
|
the information that they shared and/or collect in journal. This policy is not applicable to any information
|
|
collected offline or via channels other than this website.
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Consent</h3>
|
|
|
|
<p>By using our website, you hereby consent to our Privacy Policy and agree to its Terms and Conditions.</p>
|
|
</section>
|
|
</div>
|
|
|
|
@code
|
|
{
|
|
private const string PageTitle = "Privacy Policy - journal";
|
|
private const string Description = "Privacy Policy for journal";
|
|
} |