diff --git a/city-modelling.html b/city-modelling.html index 68291ee..8ebdb34 100644 --- a/city-modelling.html +++ b/city-modelling.html @@ -8,6 +8,10 @@ + + + + diff --git a/contacts.html b/contacts.html index fb837a1..1366608 100644 --- a/contacts.html +++ b/contacts.html @@ -7,6 +7,10 @@ Пространственные Системы + + + + diff --git a/emergency.html b/emergency.html index d097c7c..2685eb6 100644 --- a/emergency.html +++ b/emergency.html @@ -8,6 +8,10 @@ + + + + diff --git a/en/city-modelling.html b/en/city-modelling.html index 46fbb21..22a1202 100644 --- a/en/city-modelling.html +++ b/en/city-modelling.html @@ -4,10 +4,14 @@ - Spatial systems + Spatial Systems + + + + @@ -16,7 +20,7 @@
diff --git a/en/contacts.html b/en/contacts.html index 278dae3..4bba369 100644 --- a/en/contacts.html +++ b/en/contacts.html @@ -4,9 +4,13 @@ - Spatial systems + Spatial Systems + + + + @@ -15,7 +19,7 @@
diff --git a/en/emergency.html b/en/emergency.html index 592dd33..bd5a21f 100644 --- a/en/emergency.html +++ b/en/emergency.html @@ -4,10 +4,14 @@ - Spatial systems + Spatial Systems + + + + @@ -16,7 +20,7 @@
diff --git a/en/index.html b/en/index.html index aa530a7..df74a6a 100644 --- a/en/index.html +++ b/en/index.html @@ -4,10 +4,14 @@ - Spatial systems + Spatial Systems + + + + @@ -16,7 +20,7 @@
diff --git a/en/postnet.html b/en/postnet.html index a4a3160..137e33c 100644 --- a/en/postnet.html +++ b/en/postnet.html @@ -4,10 +4,14 @@ - Spatial systems + Spatial Systems + + + + @@ -16,7 +20,7 @@
diff --git a/en/projects.html b/en/projects.html index f15c2f8..5933061 100644 --- a/en/projects.html +++ b/en/projects.html @@ -4,10 +4,14 @@ - Spatial systems + Spatial Systems + + + + @@ -16,7 +20,7 @@
diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..5f23946 Binary files /dev/null and b/favicon.ico differ diff --git a/favicon/android-chrome-192x192.png b/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..f027ac2 Binary files /dev/null and b/favicon/android-chrome-192x192.png differ diff --git a/favicon/android-chrome-512x512.png b/favicon/android-chrome-512x512.png new file mode 100644 index 0000000..3ac391e Binary files /dev/null and b/favicon/android-chrome-512x512.png differ diff --git a/favicon/apple-touch-icon.png b/favicon/apple-touch-icon.png new file mode 100644 index 0000000..15936cc Binary files /dev/null and b/favicon/apple-touch-icon.png differ diff --git a/favicon/favicon-16x16.png b/favicon/favicon-16x16.png new file mode 100644 index 0000000..f5df192 Binary files /dev/null and b/favicon/favicon-16x16.png differ diff --git a/favicon/favicon-32x32.png b/favicon/favicon-32x32.png new file mode 100644 index 0000000..e7d65ac Binary files /dev/null and b/favicon/favicon-32x32.png differ diff --git a/index.html b/index.html index ab16120..4eb766a 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,10 @@ + + + + diff --git a/postnet.html b/postnet.html index 1b10c0f..bbd497e 100644 --- a/postnet.html +++ b/postnet.html @@ -8,6 +8,10 @@ + + + + diff --git a/projects.html b/projects.html index fcbfc74..cb39096 100644 --- a/projects.html +++ b/projects.html @@ -8,6 +8,10 @@ + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..7702ac5 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file