This is a small piece of code for a reusable custom element for our logo.
Go to file
2020-02-22 20:55:23 +01:00
examples.html Code style update. 2019-07-17 22:47:35 +02:00
LICENSE Add LICENSE 2019-07-08 15:54:06 +00:00
patek-logo.js Fixed bügs, separated special static function for generating binary. 2020-02-22 20:55:23 +01:00
README.md Code style update. 2019-07-17 22:47:35 +02:00

Pátek Logo Custom Element

Reusable custom element for the Pátek logo.

Installation

Include the patek-logo.js file into your HTML file.

<script src="path/to/patek-logo.js"></script>

Usage

<patek-logo title="<your title here>" subtitle="<your subtitle here>"></patek-logo>

If no title or subtitle attribute is set, it defaults to "Pátek" and "" respectively.

The logo will obey all CSS rules.

Examples

You can find examples in examples.html.