mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-11 05:56:46 +03:00
Added mobile layout screenshots
This commit is contained in:
BIN
.github/assets/activities_mobile.png
vendored
Normal file
BIN
.github/assets/activities_mobile.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 276 KiB |
BIN
.github/assets/configuration_mobile.png
vendored
Normal file
BIN
.github/assets/configuration_mobile.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 255 KiB |
BIN
.github/assets/dashboard_mobile.png
vendored
Normal file
BIN
.github/assets/dashboard_mobile.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
BIN
.github/assets/organisation_mobile.png
vendored
Normal file
BIN
.github/assets/organisation_mobile.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 221 KiB |
BIN
.github/assets/repositories_mobile.png
vendored
Normal file
BIN
.github/assets/repositories_mobile.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 227 KiB |
20
README.md
20
README.md
@@ -21,9 +21,10 @@ docker compose -f docker-compose.alt.yml up -d
|
|||||||
|
|
||||||
First user signup becomes admin. Configure GitHub and Gitea through the web interface!
|
First user signup becomes admin. Configure GitHub and Gitea through the web interface!
|
||||||
|
|
||||||
<p align="center">
|
<div align="center">
|
||||||
<img src=".github/assets/dashboard.png" alt="Dashboard" width="full"/>
|
<img src=".github/assets/dashboard.png" alt="Dashboard" width="79%" style="display: inline-block; vertical-align: top;"/>
|
||||||
</p>
|
<img src=".github/assets/dashboard_mobile.png" alt="Dashboard Mobile" width="20%" style="display: inline-block; vertical-align: middle; padding-top: 10px;"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
@@ -37,10 +38,15 @@ First user signup becomes admin. Configure GitHub and Gitea through the web inte
|
|||||||
|
|
||||||
## 📸 Screenshots
|
## 📸 Screenshots
|
||||||
|
|
||||||
<p align="center">
|
<div align="center">
|
||||||
<img src=".github/assets/repositories.png" width="49%"/>
|
<img src=".github/assets/repositories.png" alt="Repositories" width="79%" style="display: inline-block; vertical-align: top;"/>
|
||||||
<img src=".github/assets/organisations.png" width="49%"/>
|
<img src=".github/assets/repositories_mobile.png" alt="Rrepositories Mobile" width="20%" style="display: inline-block; vertical-align: middle; padding-top: 10px;"/>
|
||||||
</p>
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src=".github/assets/organisations.png" alt="Organisations" width="79%" style="display: inline-block; vertical-align: top;"/>
|
||||||
|
<img src=".github/assets/organisation_mobile.png" alt="Organisations Mobile" width="20%" style="display: inline-block; vertical-align: middle; padding-top: 10px;"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user