Skip to content

Instantly share code, notes, and snippets.

View jzarca01's full-sized avatar

Jérémie Zarca jzarca01

View GitHub Profile

Privacy Policy

built the Ars Runae app as a Free app. This SERVICE is provided by at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Ars Runae unless otherwise defined in this Privacy Policy.

@jzarca01
jzarca01 / zsurf.md
Created March 23, 2020 07:14
Z Surf privacy policy

Privacy Policy

Jeremie Zarca built the Z Surf app as a Free app. This SERVICE is provided by Jeremie Zarca at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Z Surf unless otherwise defined in this Privacy Policy.

@jzarca01
jzarca01 / RTL.md
Created August 8, 2019 13:31 — forked from Integralist/RTL.md
BBC News' RTL (right to left) solution

Right-to-Left (RTL)

Implementation

There are two methods to use in order to flip CSS styles: interpolated properties and the flip() function.

  • Interpolation should be used for any property which has a direction (e.g. padding-left, margin-right, border-right, left, etc.)
  • flip() should be used for all other properties

Which properties need to be flipped?

@jzarca01
jzarca01 / .htaccess
Created May 27, 2019 10:33
Namecheap htaccess for React SPA with React-router
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]