Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgujerry committed Nov 13, 2023
2 parents 8132b69 + b5f5d47 commit 81252e4
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__pycache__/
*.py[cod]
*$py.class

**/.DS_Store
# C extensions
*.so

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Fork and clone this repository, and run
$ python frameworks.py
```

Then visit [`http://localhost:8080/`](http://localhost:8080/). Local development is supported by [`bottle.py`](https://bottlepy.org/)
Then visit [`http://localhost:8080/`](http://localhost:8080/).

Local development is supported by [`bottle.py`](https://bottlepy.org/)


#### Step 2: Add a Framework
Expand Down
43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,27 @@ <h2>Microdot</h2>
</div>
</div>

<div class="col-12 col-sm-6 col-lg-3 mb-4">
<div class="card p-3 text-center">
<a href="https://flet.dev/" target="_blank">
<img class="card-img-top p-3" src="static/image/logos/flet.svg" style="background-color: #fff; width: 60%; height: auto;" alt="Flet">
</a>
<h3><a href="https://flet.dev/" target="_blank">Flet</a></h3>
<hr class="my-2">
<figure class="p-3 mb-0">
<blockquote class="blockquote">
<p>
<a href="https://flet.dev/" target="_blank">
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
</a>
</p>
</blockquote>
</figure>
</div>
</div>



</div>
<!-- End of Web Apps-->

Expand Down Expand Up @@ -2312,6 +2333,28 @@ <h3><a href="https://kivy.org/" target="_blank">Kivy</a></h3>
</div>
</div>


<div class="col-12 col-sm-6 col-lg-3 mb-4">
<div class="card p-3 text-center">
<a href="https://flet.dev/" target="_blank">
<img class="card-img-top p-3" src="static/image/logos/flet.svg" style="background-color: #fff; width: 60%; height: auto;" alt="Flet">
</a>
<h3><a href="https://flet.dev/" target="_blank">Flet</a></h3>
<hr class="my-2">
<figure class="p-3 mb-0">
<blockquote class="blockquote">
<p>
<a href="https://flet.dev/" target="_blank">
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
</a>
</p>
</blockquote>
</figure>
</div>
</div>



<div class="col-12 col-sm-6 col-lg-3 mb-4">
<div class="card">
<div class="card-header">
Expand Down
12 changes: 12 additions & 0 deletions static/image/logos/flet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81252e4

Please sign in to comment.