build in public updates

This commit is contained in:
paul
2024-09-30 22:49:55 +05:30
parent 4d18ee5a9b
commit 7ae9e3fb74
5 changed files with 27 additions and 14 deletions

View File

@@ -24,15 +24,22 @@ Build Python GUI's with the ease of Canva
## Table of contents
- [Docs - Getting started](#docs---getting-started)
- [Features](#features)
- [Supported Frameworks/Libraries](#supported-frameworkslibraries)
- [Roadmap](#roadmap)
- [License](#license)
- [License - Fund the development](#license---fund-the-development)
- [Newsletter](#newsletter)
- [Keep yourself updated](#keep-yourself-updated)
- [Tested on](#tested-on)
- [FAQ](#faq)
- [License Information](#license-information)
- [Webbased Editor](#webbased-editor)
- [Electron App - Hobbyist License](#electron-app---hobbyist-license)
- [Electron App - Commercial License](#electron-app---commercial-license)
- [Some of my other open-source](#some-of-my-other-open-source)
- [Author](#author)
## Docs - Getting started

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Font Tester - Test and pick from over 1000+ fonts</title>
<title>PyUI Builder - Test and pick from over 1000+ fonts</title>
<meta name="description" content="Font tester a browser extension to help you pick font from over 1000+ fonts" />
<link
rel="shortcut icon"
@@ -19,8 +19,8 @@
<!--Replace with the current website url-->
<meta property="og:image" content="" />
<link rel="stylesheet" href="../tailwind/tailwind-runtime.css" />
<!-- <link rel="stylesheet" href="./css/tailwind-build.css"> -->
<!-- <link rel="stylesheet" href="../tailwind/tailwind-runtime.css" /> -->
<link rel="stylesheet" href="./css/tailwind-build.css">
<link rel="stylesheet" href="css/index.css" />
<link
@@ -62,9 +62,9 @@
class="tw-flex tw-h-full tw-w-max tw-gap-5 tw-text-base max-lg:tw-mt-[30px] max-lg:tw-flex-col max-lg:tw-place-items-end max-lg:tw-gap-5 lg:tw-mx-auto lg:tw-place-items-center"
>
<a class="header-links" href="https://github.com/PaulleDemon/PyUIBuilder"> About </a>
<a class="header-links" href="https://github.com/PaulleDemon/PyUIBuilder#license"> License </a>
<a class="header-links" href="https://github.com/PaulleDemon/PyUIBuilder#features"> Features </a>
<a class="header-links" href="https://github.com/PaulleDemon/PyUIBuilder"> Github </a>
<a class="header-links" target="_blank" rel="noopener noreferrer" href="https://github.com/PaulleDemon/PyUIBuilder?tab=readme-ov-file#license---fund-the-development"> License </a>
<a class="header-links" target="_blank" rel="noopener noreferrer" href="https://github.com/PaulleDemon/PyUIBuilder?tab=readme-ov-file#features"> Features </a>
<a class="header-links" target="_blank" rel="noopener noreferrer" href="https://github.com/PaulleDemon/PyUIBuilder"> Github </a>
</div>
<div
class="tw-mx-4 tw-flex tw-place-items-center tw-gap-[20px] tw-text-base max-md:tw-w-full max-md:tw-flex-col max-md:tw-place-content-center"
@@ -267,7 +267,7 @@
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/PaulleDemon/font-tester-chrome/blob/main/roadmap.md"
href="https://github.com/PaulleDemon/PyUIBuilder/blob/main/roadmap.md"
class="tw-underline"
>Roadmap</a
>
@@ -323,18 +323,22 @@
<div class="tw-flex tw-h-full tw-w-[250px] tw-flex-col tw-gap-4">
<!-- <h2 class="tw-text-3xl max-md:tw-text-xl">Company</h2> -->
<div class="tw-flex tw-flex-col tw-gap-3 max-md:tw-text-sm">
<a href="#features" class="footer-link">Features</a>
<a href="#pricing" class="footer-link">Pricing</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder/blob/main/roadmap.md" class="footer-link">Roadmap</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder?tab=readme-ov-file#features"
target="_blank" rel="noreferrer noopener" class="footer-link">Features</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder?tab=readme-ov-file#license---fund-the-development" class="footer-link">Pricing</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder/blob/main/roadmap.md"
target="_blank" rel="noreferrer noopener"
class="footer-link">Roadmap</a>
</div>
</div>
<div class="tw-flex tw-h-full tw-w-[250px] tw-flex-col tw-gap-4">
<div class="tw-flex tw-flex-col tw-gap-3 max-md:tw-text-sm">
<a href="" class="footer-link">About</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder?tab=readme-ov-file#table-of-contents"
target="_blank" rel="noreferrer noopener" class="footer-link">About</a>
<a href="#faq" class="footer-link">FAQ</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder" class="footer-link">Github</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder" class="footer-link">Report issue</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder" target="_blank" rel="noreferrer noopener" class="footer-link">Github</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder/issues" target="_blank" rel="noreferrer noopener" class="footer-link">Report issue</a>
</div>
</div>
</footer>

File diff suppressed because one or more lines are too long