Skip to content

Commit c399603

Browse files
committed
added logo
1 parent fae9723 commit c399603

File tree

11 files changed

+44
-11
lines changed

11 files changed

+44
-11
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
</a>
1717
</p>
1818

19+
<p><img src="./repo-assets/logo/PyUi.png" alt="font tester logo" width="100" height="100"></p>
20+
21+
1922
Build Python GUI's with the ease of Canva
2023

2124

@@ -32,6 +35,8 @@ Build Python GUI's with the ease of Canva
3235
- [Electron App - Commercial License](#electron-app---commercial-license)
3336

3437

38+
## Docs - Getting started
39+
Read the docs on the [Docs page](https://pyuibuilder-docs.pages.dev/)
3540

3641

3742
## Features

docs/_coverpage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![logo](./assets/logo/logo192.png)
2+
3+
# PyUIBuilder Docs
4+
5+
> A Free and open-source Python GUI builder tool.
6+
7+
- Simple and powerful
8+
- Do more with plugins
9+
- Generate code in multiple frameworks
10+
11+
[GitHub](https://github.com/PaulleDemon/PyUIBuilder)
12+
[Get Started](#pyuibuilder-documentation)

docs/_media/favicon.ico

6.38 KB
Binary file not shown.

docs/assets/logo/logo192.png

5.31 KB
Loading

docs/index.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Document</title>
6+
<link rel="icon" href="_media/favicon.ico">
67
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
78
<meta name="description" content="Description">
89
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
@@ -18,21 +19,24 @@
1819
<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" />
1920
</head>
2021
<body>
21-
<nav>
22+
<!-- <nav>
2223
<a href="https://github.com/PaulleDemon/PyUIBuilder" target="_blank" rel="noopener noreferrer">
23-
<!-- Github page -->
2424
<i class="bi bi-github icon"></i>
2525
</a>
26-
</nav>
26+
</nav> -->
2727
<div id="app"></div>
2828

2929
<script>
3030
window.$docsify = {
31-
name: '',
32-
repo: '',
31+
name: 'PyUIBuilder',
32+
repo: 'https://github.com/PaulleDemon/PyUIBuilder',
33+
coverpage: true,
34+
// themeColor: '#3F51B5',
35+
// mergeNavbar: true,
3336
homepage: 'intro.md', // You can set this to any file
3437
// loadSidebar: true, // Ensure _sidebar.md is loaded if you want to use it
35-
loadNavbar: true,
38+
// loadNavbar: true,
39+
autoHeader: true,
3640
search: {
3741
maxAge: 86400, // Expiration time, the default one day
3842
paths: 'auto',
@@ -55,6 +59,13 @@
5559
font-size: 30px;
5660
}
5761

62+
.cover.show {
63+
}
64+
65+
.cover-main, .cover-main h1 span{
66+
color: #000 !important;
67+
}
68+
5869
img{
5970
max-width: 850px;
6071
}
@@ -125,7 +136,7 @@
125136
<style>
126137

127138
.app-nav {
128-
position: fixed;
139+
/* position: fixed; */
129140
background-color: var(--background, transparent);
130141
width: 100%;
131142
margin: 0;

public/favicon.ico

2.6 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1818
<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" />
19-
19+
2020
<!-- Global site tag (gtag.js) - Google Analytics -->
2121
<script async src="https://www.googletagmanager.com/gtag/js?id="></script>
2222
<script>
@@ -26,7 +26,6 @@
2626

2727
gtag('config', 'G-');
2828
</script>
29-
3029
<!--
3130
Notice the use of %PUBLIC_URL% in the tags above.
3231
It will be replaced with the URL of the `public` folder during the build.

public/logo192.png

89 Bytes
Loading

public/logo512.png

11.5 KB
Loading

repo-assets/logo/PyUi.png

10.5 KB
Loading

src/sidebar/sidebar.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useEffect, useRef, useMemo, useState } from "react";
22

3-
import { CloseCircleFilled, CrownFilled, GithubFilled, ShareAltOutlined } from "@ant-design/icons";
3+
import { BookOutlined, CloseCircleFilled, CrownFilled, GithubFilled, ShareAltOutlined } from "@ant-design/icons";
44

55
import KO_FI from "../assets/logo/ko-fi.png"
66
import Premium from "./utils/premium";
@@ -94,7 +94,13 @@ function Sidebar({tabs}){
9494
<Share className="tw-cursor-pointer tw-text-xl">
9595
<ShareAltOutlined />
9696
</Share>
97-
<a href="https://github.com/PaulleDemon/PyUIBuilder" className="tw-text-2xl tw-cursor-pointer tw-text-black">
97+
<a className="tw-cursor-pointer tw-text-xl tw-text-gray-700"
98+
href="https://pyuibuilder-docs.pages.dev/"
99+
target="_blank" rel="noopener noreferrer">
100+
<i className="bi bi-book-half"></i>
101+
</a>
102+
<a href="https://github.com/PaulleDemon/PyUIBuilder" target="_blank"
103+
rel="noopener noreferrer" className="tw-text-2xl tw-cursor-pointer tw-text-black">
98104
<GithubFilled />
99105
</a>
100106
<a href="https://ko-fi.com/artpaul" className="tw-cursor-pointer ">

0 commit comments

Comments
 (0)