fix: malá vylepšení + ikonky

This commit is contained in:
Matyáš Caras 2022-11-08 17:32:46 +01:00
parent 03f47cc38b
commit 81e6853dfe
13 changed files with 35 additions and 24 deletions

View File

@ -151,6 +151,9 @@ class _DomovskaStranaState extends State<DomovskaStrana> {
],
),
),
const SizedBox(
height: 10,
),
TextButton(
onPressed: () => generuj(),
style: Vzhled.tlacitkoStyl,

View File

@ -139,7 +139,7 @@ class _ReseniState extends State<Reseni> {
Row(
children: [
Text(
"Zadaná IP:",
"Zadaná IP (sítě):",
style: Vzhled.tableContent(context),
),
const SizedBox(

View File

@ -3,7 +3,7 @@ description: Generátor příkladu k výuce subnetování
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.0+2
version: 1.1.1
environment:
sdk: '>=2.18.2 <3.0.0'

1
web/CNAME Normal file
View File

@ -0,0 +1 @@
pavouk.caras.cafe

BIN
web/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

BIN
web/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -18,18 +18,37 @@
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="theme-color" content="#ff4c4c">
<!-- Primary Meta Tags -->
<meta name="title" content="Pavouk | subnetování">
<meta name="description" content="S pavoukem si můžete nechat vygenerovat náhodnou síť s náhodným počtem subnetů/podsítí, každý s náhodným počtem hostů, případně nechat vyřešit vlastní příklad.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://pavouk.caras.cafe/">
<meta property="og:title" content="Pavouk | subnetování">
<meta property="og:description" content="S pavoukem si můžete nechat vygenerovat náhodnou síť s náhodným počtem subnetů/podsítí, každý s náhodným počtem hostů, případně nechat vyřešit vlastní příklad.">
<meta property="og:image" content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://pavouk.caras.cafe/">
<meta property="twitter:title" content="Pavouk | subnetování">
<meta property="twitter:description" content="S pavoukem si můžete nechat vygenerovat náhodnou síť s náhodným počtem subnetů/podsítí, každý s náhodným počtem hostů, případně nechat vyřešit vlastní příklad.">
<meta property="twitter:image" content="https://pavouk.caras.cafe/banner.png">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="pavouk">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<link rel="apple-touch-icon" href="icon.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="icon" type="image/png" href="icon.png"/>
<title>pavouk</title>
<title>Pavouk | subnetování</title>
<link rel="manifest" href="manifest.json">
<script>

View File

@ -1,35 +1,23 @@
{
"name": "pavouk",
"short_name": "pavouk",
"name": "Pavouk - Subnetování",
"short_name": "Pavouk",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"theme_color": "#ff4c4c",
"description": "Generátor a řešitel příkladů vytváření podsítí/subnetů z větší sítě.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}