Skip to content

Commit

Permalink
Merge pull request #246 from as-ideas/OIL-276/image-urls
Browse files Browse the repository at this point in the history
use absolute urls for images to show images on npmjs.com
  • Loading branch information
subsend committed May 2, 2019
2 parents e342747 + 93630d2 commit 536770f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

![](/src/assets/images/landing_page/logo_github.png)
![](https://raw.githubusercontent.com/as-ideas/oil/master/src/assets/images/landing_page/logo_github.png)

# oil.js - Open Source Opt-In Layer

Expand All @@ -20,7 +20,7 @@

The OIL project aims for a stable cross-company solution for the challenges the GDPR and new EU ePrivacy Regulation will pose to websites and publishers.

![mobile-demo](/src/assets/images/readme/mobile-demo.gif)
![mobile-demo](https://raw.githubusercontent.com/as-ideas/oil/master/src/assets/images/readme/mobile-demo.gif)

* **Privacy by design & default**: Data privacy opt-in overlay for all users - it supports implicit and explicit modes of consent.
* **Standardized**: Supports the [IAB specification](https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework) which defines how a vendor should communicate with a Consent Management Provider (CMP, like oil.js) to gather consent information before running any data processing. That API is a set of JavaScript functions. You can find more at the official website http://advertisingconsent.eu/
Expand All @@ -33,7 +33,7 @@ The OIL project aims for a stable cross-company solution for the challenges the

The Opt-In Layer (OIL) is an offical [Consent Management Provider (CMP)](http://advertisingconsent.eu/cmp-list/) after the IAB Europe "Transparency & Consent Framework". Registered with ID 80.

![iab logo](/src/assets/images/landing_page/iab-logo.png)
![iab logo](https://raw.githubusercontent.com/as-ideas/oil/master/src/assets/images/landing_page/iab-logo.png)

## Table of Contents

Expand Down Expand Up @@ -61,7 +61,7 @@ The Opt-In Layer (OIL) is an offical [Consent Management Provider (CMP)](http://
* Android 4.4.4 - Latest
* Continously integrated and delivered
* Modular and maintainable solution
* Powered by ![iab logo](/src/assets/images/Browserstack-logo@2x.png)
* Powered by ![iab logo](https://raw.githubusercontent.com/as-ideas/oil/master/src/assets/images/Browserstack-logo@2x.png)

## Features

Expand Down Expand Up @@ -317,15 +317,15 @@ The is a detailed section about styling in the documentation. You can edit the d
#### Desktop

<p align="center">
<img width="400" src="/src/assets/images/readme/example-1.png">
<img width="400" src="/src/assets/images/readme/example-2.png">
<img width="400" src="https://raw.githubusercontent.com/as-ideas/oil/master/src/assets/images/readme/example-1.png">
<img width="400" src="https://raw.githubusercontent.com/as-ideas/oil/master/src/assets/images/readme/example-2.png">
</p>

#### Mobile

<p align="center">
<img width="290" src="/src/assets/images/readme/example-mobile-1.png">
<img width="290" src="/src/assets/images/readme/example-mobile-2.png">
<img width="290" src="https://raw.githubusercontent.com/as-ideas/oil/master/src/assets/images/readme/example-mobile-1.png">
<img width="290" src="https://raw.githubusercontent.com/as-ideas/oil/master/src/assets/images/readme/example-mobile-2.png">
</p>

## Changelog
Expand Down

0 comments on commit 536770f

Please sign in to comment.