Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Oct 19, 2023
1 parent d1dc7a0 commit 7f493e3
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 30 deletions.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# License

Unless otherwise indicated, all materials provided on this site are _Copyright © 2013-2023 Fontlab Ltd._ These materials are licensed exclusively for legitimate promotional, press, or publicity purposes under the following terms:

1. **Sharing and Redistribution.** You are permitted to share, copy, and redistribute the materials in any medium or format.

2. **Adaptation of Textual Materials.** You may adapt, translate, or re-use the text provided on this site, provided that such adaptations, translations, or re-use do not misrepresent, disparage, or harm the reputation of Fontlab Ltd. or its products.

3. **Use of Graphical Assets.** The logos, icons, and other graphical assets provided on this site may not be modified or altered, except for cropping, re-coloring, or other adaptations necessary for the medium in which they will be used.

Any use of the materials beyond the scope of this license requires the explicit written permission of Fontlab Ltd. Please contact Fontlab Ltd. at [https://www.fontlab.com/contact/](https://www.fontlab.com/contact/) for permissions or further information.

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. IN NO EVENT SHALL FONTLAB LTD. OR ITS AFFILIATES BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# Materials for FontLab partners

Publicly available materials (including press kit) for [Fontlab Ltd.](https://www.fontlab.com/) partners

_Under construction_

## Download

### [Download ZIP](https://github.com/Fontlab/fontlab-partners/raw/main/download/fontlab-marketing-materials.zip) (22 MB)

In the above ZIP, you will find:

- `company` folder: the Fontlab Ltd. company logo as a simple font, and as vector and bitmap graphics
- `fontlab-8` folder: graphical assets for the [FontLab 8](https://www.fontlab.com/font-editor/fontlab/) professional font editor: app icon, screenshots and additional graphics
- `transtype-4` folder: graphical assets for the [TransType 4](https://www.fontlab.com/font-converter/transtype/) font converter: app icon, screenshots and additional graphics

## License

The files provided in this repository are licensed for promotional and press purposes only.

All materials except where explicitly stated are copyright (c) 2013-2023 by Fontlab Ltd.
Publicly available materials (including press kit) for [Fontlab Ltd.](https://www.fontlab.com/) partners.

Visit [partners.fontlab.com](https://partners.fontlab.com/) for more details.
19 changes: 11 additions & 8 deletions md/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@ Publicly available materials (including press kit) for [Fontlab Ltd.](https://ww

## Downloadable press kit

<div uk-grid="masonry: false;" class="uk-grid-column-small uk-grid-row-medium uk-margin-medium-top uk-child-width-1-1@s">
<a href="https://github.com/fontlab/fontlab-partners/raw/main/download/fontlab-marketing-materials.zip" class="uk-card uk-padding-small uk-margin-remove-top">
<button class="uk-button uk-button-danger uk-button-small">Download press kit (22 MB ZIP)</button>
</a>
</div>
[:material-download: Download press kit](https://github.com/fontlab/fontlab-partners/raw/main/download/fontlab-marketing-materials.zip){ .uk-button .uk-button-danger .uk-button-small }

The FontLab press kit is a ZIP archive that contains the following folders:
The FontLab press kit is a ZIP archive (approx. 22 MB) that contains the following folders:

- `company` folder: the Fontlab Ltd. company logo as a simple font, and as vector and bitmap graphics
- `fontlab-8` folder: graphical assets for the [FontLab 8](https://www.fontlab.com/font-editor/fontlab/) professional font editor: app icon, screenshots and additional graphics
- `transtype-4` folder: graphical assets for the [TransType 4](https://www.fontlab.com/font-converter/transtype/) font converter: app icon, screenshots and additional graphics

## License

The files provided on this site (including the downloadable materials) are licensed only for legitimate promotional and press purposes only.
Unless otherwise indicated, all materials provided on this site are _Copyright © 2013-2023 Fontlab Ltd._ These materials are licensed exclusively for legitimate promotional, press, or publicity purposes under the following terms:

All materials, except where explicitly stated, are copyright (c) 2013-2023 by Fontlab Ltd.
1. **Sharing and Redistribution.** You are permitted to share, copy, and redistribute the materials in any medium or format.

2. **Adaptation of Textual Materials.** You may adapt, translate, or re-use the text provided on this site, provided that such adaptations, translations, or re-use do not misrepresent, disparage, or harm the reputation of Fontlab Ltd. or its products.

3. **Use of Graphical Assets.** The logos, icons, and other graphical assets provided on this site may not be modified or altered, except for cropping, re-coloring, or other adaptations necessary for the medium in which they will be used.

Any use of the materials beyond the scope of this license requires the explicit written permission of Fontlab Ltd. Please contact Fontlab Ltd. at [https://www.fontlab.com/contact/](https://www.fontlab.com/contact/) for permissions or further information.

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. IN NO EVENT SHALL FONTLAB LTD. OR ITS AFFILIATES BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
3 changes: 1 addition & 2 deletions mkdocs/buildlocal.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/bin/env bash
python3 -m mkdocs serve --config-file mkdocs/mkdocs.yml
open http://127.0.0.1:8000/
python3 -m mkdocs serve --config-file mkdocs/mkdocs.yml && open http://127.0.0.1:8000/
6 changes: 6 additions & 0 deletions mkdocs/mk-fontlab/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,12 @@ a:hover {
color: unset;
}

.md-typeset a.uk-button-danger,
.md-typeset a.uk-button-primary,
.md-typeset a.uk-button-secondary {
color: white;
}

.md-typeset .uk-card h1,
.md-typeset .uk-card h2,
.md-typeset .uk-card h3,
Expand Down
5 changes: 4 additions & 1 deletion mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extra:
homepage: https://partners.fontlab.com/

# Project information
site_name: FontLab Partners site
site_name: FontLab Partners
site_description: Materials for FontLab partners, affiliates and distributors
site_url: https://partners.fontlab.com/

Expand Down Expand Up @@ -118,6 +118,9 @@ markdown_extensions:
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.mark
- pymdownx.saneheaders
- pymdownx.smartsymbols:
Expand Down

0 comments on commit 7f493e3

Please sign in to comment.