From 7f493e39d285783841494340a43e55a823a42e91 Mon Sep 17 00:00:00 2001 From: twardoch Date: Fri, 20 Oct 2023 01:42:00 +0200 Subject: [PATCH] license --- LICENSE | 13 +++++++++++++ README.md | 21 ++------------------- md/index.md | 19 +++++++++++-------- mkdocs/buildlocal.sh | 3 +-- mkdocs/mk-fontlab/css/extra.css | 6 ++++++ mkdocs/mkdocs.yml | 5 ++++- 6 files changed, 37 insertions(+), 30 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0017d84 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 79595bf..5130167 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/md/index.md b/md/index.md index 4528c04..570df4a 100644 --- a/md/index.md +++ b/md/index.md @@ -4,13 +4,9 @@ Publicly available materials (including press kit) for [Fontlab Ltd.](https://ww ## Downloadable press kit -
- - - -
+[: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 @@ -18,7 +14,14 @@ The FontLab press kit is a ZIP archive that contains the following folders: ## 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. diff --git a/mkdocs/buildlocal.sh b/mkdocs/buildlocal.sh index b138d9f..531c062 100755 --- a/mkdocs/buildlocal.sh +++ b/mkdocs/buildlocal.sh @@ -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/ diff --git a/mkdocs/mk-fontlab/css/extra.css b/mkdocs/mk-fontlab/css/extra.css index ea992ea..26fdedb 100644 --- a/mkdocs/mk-fontlab/css/extra.css +++ b/mkdocs/mk-fontlab/css/extra.css @@ -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, diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index beac713..673450a 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -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/ @@ -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: