added logo

This commit is contained in:
paul
2024-09-30 11:45:41 +05:30
parent fae9723099
commit c39960348d
11 changed files with 44 additions and 11 deletions

View File

@@ -16,6 +16,9 @@
</a> </a>
</p> </p>
<p><img src="./repo-assets/logo/PyUi.png" alt="font tester logo" width="100" height="100"></p>
Build Python GUI's with the ease of Canva Build Python GUI's with the ease of Canva
@@ -32,6 +35,8 @@ Build Python GUI's with the ease of Canva
- [Electron App - Commercial License](#electron-app---commercial-license) - [Electron App - Commercial License](#electron-app---commercial-license)
## Docs - Getting started
Read the docs on the [Docs page](https://pyuibuilder-docs.pages.dev/)
## Features ## Features

12
docs/_coverpage.md Normal file
View File

@@ -0,0 +1,12 @@
![logo](./assets/logo/logo192.png)
# PyUIBuilder Docs
> A Free and open-source Python GUI builder tool.
- Simple and powerful
- Do more with plugins
- Generate code in multiple frameworks
[GitHub](https://github.com/PaulleDemon/PyUIBuilder)
[Get Started](#pyuibuilder-documentation)

BIN
docs/_media/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Document</title> <title>Document</title>
<link rel="icon" href="_media/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description"> <meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
@@ -18,21 +19,24 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head> </head>
<body> <body>
<nav> <!-- <nav>
<a href="https://github.com/PaulleDemon/PyUIBuilder" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/PaulleDemon/PyUIBuilder" target="_blank" rel="noopener noreferrer">
<!-- Github page -->
<i class="bi bi-github icon"></i> <i class="bi bi-github icon"></i>
</a> </a>
</nav> </nav> -->
<div id="app"></div> <div id="app"></div>
<script> <script>
window.$docsify = { window.$docsify = {
name: '', name: 'PyUIBuilder',
repo: '', repo: 'https://github.com/PaulleDemon/PyUIBuilder',
coverpage: true,
// themeColor: '#3F51B5',
// mergeNavbar: true,
homepage: 'intro.md', // You can set this to any file homepage: 'intro.md', // You can set this to any file
// loadSidebar: true, // Ensure _sidebar.md is loaded if you want to use it // loadSidebar: true, // Ensure _sidebar.md is loaded if you want to use it
loadNavbar: true, // loadNavbar: true,
autoHeader: true,
search: { search: {
maxAge: 86400, // Expiration time, the default one day maxAge: 86400, // Expiration time, the default one day
paths: 'auto', paths: 'auto',
@@ -55,6 +59,13 @@
font-size: 30px; font-size: 30px;
} }
.cover.show {
}
.cover-main, .cover-main h1 span{
color: #000 !important;
}
img{ img{
max-width: 850px; max-width: 850px;
} }
@@ -125,7 +136,7 @@
<style> <style>
.app-nav { .app-nav {
position: fixed; /* position: fixed; */
background-color: var(--background, transparent); background-color: var(--background, transparent);
width: 100%; width: 100%;
margin: 0; margin: 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -16,7 +16,7 @@
--> -->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id="></script> <script async src="https://www.googletagmanager.com/gtag/js?id="></script>
<script> <script>
@@ -26,7 +26,6 @@
gtag('config', 'G-'); gtag('config', 'G-');
</script> </script>
<!-- <!--
Notice the use of %PUBLIC_URL% in the tags above. Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build. It will be replaced with the URL of the `public` folder during the build.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 21 KiB

BIN
repo-assets/logo/PyUi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,6 +1,6 @@
import { useEffect, useRef, useMemo, useState } from "react"; import { useEffect, useRef, useMemo, useState } from "react";
import { CloseCircleFilled, CrownFilled, GithubFilled, ShareAltOutlined } from "@ant-design/icons"; import { BookOutlined, CloseCircleFilled, CrownFilled, GithubFilled, ShareAltOutlined } from "@ant-design/icons";
import KO_FI from "../assets/logo/ko-fi.png" import KO_FI from "../assets/logo/ko-fi.png"
import Premium from "./utils/premium"; import Premium from "./utils/premium";
@@ -94,7 +94,13 @@ function Sidebar({tabs}){
<Share className="tw-cursor-pointer tw-text-xl"> <Share className="tw-cursor-pointer tw-text-xl">
<ShareAltOutlined /> <ShareAltOutlined />
</Share> </Share>
<a href="https://github.com/PaulleDemon/PyUIBuilder" className="tw-text-2xl tw-cursor-pointer tw-text-black"> <a className="tw-cursor-pointer tw-text-xl tw-text-gray-700"
href="https://pyuibuilder-docs.pages.dev/"
target="_blank" rel="noopener noreferrer">
<i className="bi bi-book-half"></i>
</a>
<a href="https://github.com/PaulleDemon/PyUIBuilder" target="_blank"
rel="noopener noreferrer" className="tw-text-2xl tw-cursor-pointer tw-text-black">
<GithubFilled /> <GithubFilled />
</a> </a>
<a href="https://ko-fi.com/artpaul" className="tw-cursor-pointer "> <a href="https://ko-fi.com/artpaul" className="tw-cursor-pointer ">