@ -0,0 +1,46 @@ |
|||||
|
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg |
||||
|
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html |
||||
|
:alt: License: LGPL-3 |
||||
|
Theme Zen |
||||
|
========= |
||||
|
* Design Web Pages with theme zen |
||||
|
|
||||
|
Installation |
||||
|
============ |
||||
|
- www.odoo.com/documentation/15.0/setup/install.html |
||||
|
- Install our custom addon |
||||
|
|
||||
|
License |
||||
|
------- |
||||
|
General Public License, Version 3 (LGPL v3). |
||||
|
(https://www.odoo.com/documentation/user/15.0/legal/licenses/licenses.html) |
||||
|
|
||||
|
Company |
||||
|
------- |
||||
|
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ |
||||
|
|
||||
|
Credits |
||||
|
------- |
||||
|
* Developer: |
||||
|
Susmitha @ cybrosys |
||||
|
Ahammed Harshad @ cybrosys (v15) |
||||
|
|
||||
|
Contacts |
||||
|
-------- |
||||
|
* Mail Contact : odoo@cybrosys.com |
||||
|
|
||||
|
Bug Tracker |
||||
|
----------- |
||||
|
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. |
||||
|
|
||||
|
Maintainer |
||||
|
========== |
||||
|
.. image:: https://cybrosys.com/images/logo.png |
||||
|
:target: https://cybrosys.com |
||||
|
This module is maintained by Cybrosys Technologies. |
||||
|
|
||||
|
For support and more information, please visit https://www.cybrosys.com |
||||
|
|
||||
|
Further information |
||||
|
=================== |
||||
|
HTML Description: `<static/description/index.html>`__ |
@ -0,0 +1,22 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Ahammed Harshad P(<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU LESSER |
||||
|
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
||||
|
# (LGPL v3) along with this program. |
||||
|
# If not, see <http://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################# |
||||
|
from . import models |
@ -0,0 +1,69 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Ahammed Harshad P(<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU LESSER |
||||
|
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
||||
|
# (LGPL v3) along with this program. |
||||
|
# If not, see <http://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################# |
||||
|
{ |
||||
|
'name': 'Theme Zen', |
||||
|
'version': '15.0.1.0.0', |
||||
|
'summary': 'Design Web Pages with theme zen', |
||||
|
'description': """Design web pages with the Theme Zen by embracing minimalism, |
||||
|
balancing typography and visuals, and optimizing responsiveness |
||||
|
for a serene and visually appealing browsing experience.""", |
||||
|
'author': 'Cybrosys Techno Solutions', |
||||
|
'category': 'Theme/Corporate', |
||||
|
'company': 'Cybrosys Techno Solutions', |
||||
|
'maintainer': 'Cybrosys Techno Solutions', |
||||
|
'website': "https://www.cybrosys.com", |
||||
|
'depends': ['base', 'website'], |
||||
|
'images': [ |
||||
|
'static/description/banner.png', |
||||
|
'static/description/zen_screenshot.png', |
||||
|
], |
||||
|
'data': [ |
||||
|
'views/index/index_banner.xml', |
||||
|
'views/index/index_about.xml', |
||||
|
'views/index/index_testimonial.xml', |
||||
|
'views/index/index_blog.xml', |
||||
|
'views/index/index_partners.xml', |
||||
|
'views/index/index_recent.xml', |
||||
|
'views/index/index_video.xml', |
||||
|
'views/about/about.xml', |
||||
|
'views/service/service.xml', |
||||
|
'views/portfolio/portfolio.xml', |
||||
|
'views/blog/blog.xml', |
||||
|
'views/website_templates.xml', |
||||
|
'views/snippets/snippets.xml' |
||||
|
], |
||||
|
'assets': { |
||||
|
'web.assets_frontend': [ |
||||
|
'https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.js', |
||||
|
'https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.css', |
||||
|
'/theme_zen/static/src/css/animate.min.css', |
||||
|
'/theme_zen/static/src/css/foundation.min.css', |
||||
|
'/theme_zen/static/src/css/owl.theme.default.min.css', |
||||
|
'/theme_zen/static/src/css/style.css', |
||||
|
'/theme_zen/static/src/js/foundation.min.js', |
||||
|
] |
||||
|
}, |
||||
|
'license': 'LGPL-3', |
||||
|
'installable': True, |
||||
|
'application': False, |
||||
|
'auto_install': False, |
||||
|
} |
@ -0,0 +1,7 @@ |
|||||
|
## Module <theme_zen> |
||||
|
|
||||
|
#### 01.03.2023 |
||||
|
#### Version 15.0.1.0.0 |
||||
|
#### ADD |
||||
|
|
||||
|
- Initial commit for Theme Zen |
@ -0,0 +1,22 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Ahammed Harshad P(<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU LESSER |
||||
|
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
||||
|
# (LGPL v3) along with this program. |
||||
|
# If not, see <http://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################# |
||||
|
from . import theme_zen |
@ -0,0 +1,35 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Ahammed Harshad P(<https://www.cybrosys.com>) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU LESSER |
||||
|
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
||||
|
# (LGPL v3) along with this program. |
||||
|
# If not, see <http://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################# |
||||
|
from odoo import models |
||||
|
|
||||
|
|
||||
|
class ThemeZen(models.AbstractModel): |
||||
|
"""Website header configuration""" |
||||
|
_inherit = 'theme.utils' |
||||
|
|
||||
|
def _theme_zen_post_copy(self, mod): |
||||
|
"""Function to enable default theme Website header""" |
||||
|
|
||||
|
self.enable_view('website.template_header_magazine') |
||||
|
self.disable_view('website.header_call_to_action') |
||||
|
self.enable_view('website.header_visibility_disappears') |
||||
|
self.disable_view('website.template_header_default') |
After Width: | Height: | Size: 339 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 225 KiB |
After Width: | Height: | Size: 252 KiB |
After Width: | Height: | Size: 222 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 200 KiB |
After Width: | Height: | Size: 512 KiB |
After Width: | Height: | Size: 8.2 MiB |
After Width: | Height: | Size: 5.6 MiB |
After Width: | Height: | Size: 3.6 MiB |
After Width: | Height: | Size: 270 KiB |
After Width: | Height: | Size: 210 KiB |
@ -0,0 +1,137 @@ |
|||||
|
<div class="row" style="margin: 0;position: relative;color: #000;background-position: center;background: #ffffff;border-bottom: 1px solid #e4e4e4;text-align: center; margin: auto; display: flex;justify-content: center;"> <a href="https://www.cybrosys.com/" target="_blank"><img src="images/cybrosys.png" style=" width: 100px; padding: 1rem 0rem; margin: auto" alt="cybrosys-logo"></a> </div> |
||||
|
|
||||
|
<div class="oe_container bg-white px-3 py-0 overflow-hidden" style="border-radius:15px; margin:0px -0.5rem"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-5 align-items-center d-inline-flex align-items-center my-4"> |
||||
|
<div style="padding-left:20px"> |
||||
|
<h2 style="color:#0f1e40" class="mb-3">Theme Zen</h2> |
||||
|
<p style="font-family:Roboto; font-weight:normal; color:#11335b; font-size:14px; "> |
||||
|
Zen is a professional responsive HTML5 theme, built using Bootstrap, a popular front-end framework for developing responsive, mobile first projects on the web. Just drag & drop the building blocks you need to easily build your layout. All layouts are made of sections, that you can easily combine to fit your specific project. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-7 px-0" style=" border-radius: 3px;"> |
||||
|
|
||||
|
<img src="images/theme-zen.png" class="img img-fluid fixed-bottom position-relative float-right"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="oe_container bg-white px-3 py-0 overflow-hidden" style="background-color: #f3f3f2 !important; margin:0px -0.5rem"> |
||||
|
<div class="row"> |
||||
|
|
||||
|
<div class="col-lg-7 px-0 align-items-center" style=" border-radius: 3px;"> |
||||
|
<img src="images/1.png" class="img img-fluid fixed-bottom position-relative float-right"> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-5 align-items-center d-inline-flex align-items-center my-4"> |
||||
|
<div style="padding-left:20px"> |
||||
|
<h2 style="color:#0f1e40" class="mb-3"> Zen Home Page Design </h2> |
||||
|
<p style="font-family:Roboto; font-weight:normal; color:#11335b; font-size:14px; "> |
||||
|
Attractive home page design with auto sliders, video,etc. Customizable building blocks in home page design helps you to edit them as per needs. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
<div class="oe_container bg-white px-3 py-0 overflow-hidden" style="border-radius:15px; margin:0px -0.5rem"> |
||||
|
<div class="row"> |
||||
|
|
||||
|
<div class="col-lg-5 align-items-center d-inline-flex align-items-center my-4"> |
||||
|
<div style="padding-left:20px"> |
||||
|
<h2 style="color:#0f1e40" class="mb-3">Zen About Page Design</h2> |
||||
|
<p style="font-family:Roboto; font-weight:normal; color:#11335b; font-size:14px; "> |
||||
|
The About Us details of your company presented to get more attraction from users. You can add the team details, pricing details, etc. in this page. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-7 px-0 align-items-center" style=" border-radius: 3px;"> |
||||
|
<img src="images/about.png" class="img img-fluid fixed-bottom position-relative float-right"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="oe_container bg-white px-3 py-0 overflow-hidden" style="background-color: #f3f3f2 !important; margin:0px -0.5rem"> |
||||
|
<div class="row"> |
||||
|
|
||||
|
<div class="col-lg-7 px-0 align-items-center" style=" border-radius: 3px;"> |
||||
|
<img src="images/portfolio.png" class="img img-fluid fixed-bottom position-relative float-right"> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-5 align-items-center d-inline-flex align-items-center my-4"> |
||||
|
<div style="padding-left:20px"> |
||||
|
<h2 style="color:#0f1e40" class="mb-3">Zen Portfolio Page Design</h2> |
||||
|
<p style="font-family:Roboto; font-weight:normal; color:#11335b; font-size:14px; "> |
||||
|
Helps to showcase your recent works in more attractive way. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
<div class="oe_container bg-white px-3 py-0 overflow-hidden" style="border-radius:15px; margin:0px -0.5rem"> |
||||
|
<div class="row"> |
||||
|
|
||||
|
<div class="col-lg-5 align-items-center d-inline-flex align-items-center my-4"> |
||||
|
<div style="padding-left:20px"> |
||||
|
<h2 style="color:#0f1e40" class="mb-3">Zen Service Page Design</h2> |
||||
|
<p style="font-family:Roboto; font-weight:normal; color:#11335b; font-size:14px; "> |
||||
|
Services offered by your organization can be presented with better UI experience. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-7 px-0 align-items-center" style=" border-radius: 3px;"> |
||||
|
<img src="images/services.png" class="img img-fluid fixed-bottom position-relative float-right"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="oe_container bg-white px-3 py-0 overflow-hidden" style="background-color: #f3f3f2 !important; margin:0px -0.5rem"> |
||||
|
<div class="row"> |
||||
|
|
||||
|
<div class="col-lg-7 px-0 align-items-center" style=" border-radius: 3px;"> |
||||
|
<img src="images/blog.png" class="img img-fluid fixed-bottom position-relative float-right"> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-5 align-items-center d-inline-flex align-items-center my-4"> |
||||
|
<div style="padding-left:20px"> |
||||
|
<h2 style="color:#0f1e40" class="mb-3">Zen Blog Page Design</h2> |
||||
|
<p style="font-family:Roboto; font-weight:normal; color:#11335b; font-size:14px; "> |
||||
|
Display your latest blog posts in an attractive manner. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<!--info section--> |
||||
|
|
||||
|
<center> |
||||
|
<div class="col-md-12" style="margin: auto !important; |
||||
|
width: 70%; |
||||
|
padding: 30px;"> |
||||
|
<h2 style="font-weight: 600;text-align: center;width: 100%;"> Need Any Help? </h2> |
||||
|
<hr style="margin-top: 0px;margin-bottom: 2%;border: 0;text-align: center;border-top: 3px solid #d21c22;width: 5%;"> |
||||
|
<h4 style="font-size:16px;"> If you have anything to share with us based on your use of this module, please let us know. We are ready to offer our support. </h4> |
||||
|
<div class="col-md-6" style="float:left; padding:20px;"> |
||||
|
<h4><i class="fa fa-envelope"></i> Email us </h4> |
||||
|
<p>odoo@cybrosys.com</p> |
||||
|
</div> |
||||
|
<div class="col-md-6" style="float:left; padding:20px;"> |
||||
|
<h4><i class="fa fa-phone"></i> Contact Us </h4> |
||||
|
<a href="https://www.cybrosys.com/contact/" target="_blank"> www.cybrosys.com </a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</center> |
||||
|
|
||||
|
|
||||
|
<!--info section--> |
After Width: | Height: | Size: 1.2 MiB |
@ -0,0 +1,6 @@ |
|||||
|
/** |
||||
|
* Owl Carousel v2.3.4 |
||||
|
* Copyright 2013-2018 David Deutsch |
||||
|
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE |
||||
|
*/ |
||||
|
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} |
@ -0,0 +1,93 @@ |
|||||
|
Copyright 2016 The Oswald Project Authors (https://github.com/googlefonts/OswaldFont) |
||||
|
|
||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1. |
||||
|
This license is copied below, and is also available with a FAQ at: |
||||
|
http://scripts.sil.org/OFL |
||||
|
|
||||
|
|
||||
|
----------------------------------------------------------- |
||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 |
||||
|
----------------------------------------------------------- |
||||
|
|
||||
|
PREAMBLE |
||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide |
||||
|
development of collaborative font projects, to support the font creation |
||||
|
efforts of academic and linguistic communities, and to provide a free and |
||||
|
open framework in which fonts may be shared and improved in partnership |
||||
|
with others. |
||||
|
|
||||
|
The OFL allows the licensed fonts to be used, studied, modified and |
||||
|
redistributed freely as long as they are not sold by themselves. The |
||||
|
fonts, including any derivative works, can be bundled, embedded, |
||||
|
redistributed and/or sold with any software provided that any reserved |
||||
|
names are not used by derivative works. The fonts and derivatives, |
||||
|
however, cannot be released under any other type of license. The |
||||
|
requirement for fonts to remain under this license does not apply |
||||
|
to any document created using the fonts or their derivatives. |
||||
|
|
||||
|
DEFINITIONS |
||||
|
"Font Software" refers to the set of files released by the Copyright |
||||
|
Holder(s) under this license and clearly marked as such. This may |
||||
|
include source files, build scripts and documentation. |
||||
|
|
||||
|
"Reserved Font Name" refers to any names specified as such after the |
||||
|
copyright statement(s). |
||||
|
|
||||
|
"Original Version" refers to the collection of Font Software components as |
||||
|
distributed by the Copyright Holder(s). |
||||
|
|
||||
|
"Modified Version" refers to any derivative made by adding to, deleting, |
||||
|
or substituting -- in part or in whole -- any of the components of the |
||||
|
Original Version, by changing formats or by porting the Font Software to a |
||||
|
new environment. |
||||
|
|
||||
|
"Author" refers to any designer, engineer, programmer, technical |
||||
|
writer or other person who contributed to the Font Software. |
||||
|
|
||||
|
PERMISSION & CONDITIONS |
||||
|
Permission is hereby granted, free of charge, to any person obtaining |
||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify, |
||||
|
redistribute, and sell modified and unmodified copies of the Font |
||||
|
Software, subject to the following conditions: |
||||
|
|
||||
|
1) Neither the Font Software nor any of its individual components, |
||||
|
in Original or Modified Versions, may be sold by itself. |
||||
|
|
||||
|
2) Original or Modified Versions of the Font Software may be bundled, |
||||
|
redistributed and/or sold with any software, provided that each copy |
||||
|
contains the above copyright notice and this license. These can be |
||||
|
included either as stand-alone text files, human-readable headers or |
||||
|
in the appropriate machine-readable metadata fields within text or |
||||
|
binary files as long as those fields can be easily viewed by the user. |
||||
|
|
||||
|
3) No Modified Version of the Font Software may use the Reserved Font |
||||
|
Name(s) unless explicit written permission is granted by the corresponding |
||||
|
Copyright Holder. This restriction only applies to the primary font name as |
||||
|
presented to the users. |
||||
|
|
||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font |
||||
|
Software shall not be used to promote, endorse or advertise any |
||||
|
Modified Version, except to acknowledge the contribution(s) of the |
||||
|
Copyright Holder(s) and the Author(s) or with their explicit written |
||||
|
permission. |
||||
|
|
||||
|
5) The Font Software, modified or unmodified, in part or in whole, |
||||
|
must be distributed entirely under this license, and must not be |
||||
|
distributed under any other license. The requirement for fonts to |
||||
|
remain under this license does not apply to any document created |
||||
|
using the Font Software. |
||||
|
|
||||
|
TERMINATION |
||||
|
This license becomes null and void if any of the above conditions are |
||||
|
not met. |
||||
|
|
||||
|
DISCLAIMER |
||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF |
||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT |
||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE |
||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL |
||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM |
||||
|
OTHER DEALINGS IN THE FONT SOFTWARE. |
After Width: | Height: | Size: 366 KiB |
After Width: | Height: | Size: 365 KiB |
After Width: | Height: | Size: 284 KiB |
After Width: | Height: | Size: 527 KiB |
After Width: | Height: | Size: 533 KiB |
After Width: | Height: | Size: 157 KiB |
After Width: | Height: | Size: 117 KiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 979 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 677 KiB |
After Width: | Height: | Size: 325 KiB |
After Width: | Height: | Size: 403 KiB |
After Width: | Height: | Size: 265 KiB |
After Width: | Height: | Size: 338 KiB |
After Width: | Height: | Size: 442 KiB |
After Width: | Height: | Size: 310 KiB |
After Width: | Height: | Size: 221 KiB |
After Width: | Height: | Size: 119 KiB |
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 184 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 158 KiB |
After Width: | Height: | Size: 129 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 116 KiB |
After Width: | Height: | Size: 94 KiB |
After Width: | Height: | Size: 115 KiB |
After Width: | Height: | Size: 75 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 263 KiB |
After Width: | Height: | Size: 225 KiB |
After Width: | Height: | Size: 283 KiB |
After Width: | Height: | Size: 337 KiB |
After Width: | Height: | Size: 463 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 915 B |
After Width: | Height: | Size: 879 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 97 KiB |
After Width: | Height: | Size: 86 KiB |
After Width: | Height: | Size: 86 KiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 168 KiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 145 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 98 KiB |
After Width: | Height: | Size: 131 KiB |
After Width: | Height: | Size: 83 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 105 KiB |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 198 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 283 KiB |
After Width: | Height: | Size: 814 KiB |
After Width: | Height: | Size: 455 KiB |
After Width: | Height: | Size: 339 KiB |
After Width: | Height: | Size: 1.3 MiB |