diff --git a/.DS_Store b/.DS_Store index dce2ae6..4dcaaad 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index c01592f..bbeb6e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ * .DS_Store -/node_modules \ No newline at end of file +/node_modules +.DS_Store diff --git a/app/academics.html b/app/academics.html index 05bac1b..e933e30 100644 --- a/app/academics.html +++ b/app/academics.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/amenities.html b/app/amenities.html index 90ce8c9..82ee3d5 100644 --- a/app/amenities.html +++ b/app/amenities.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/favorites.html b/app/favorites.html index aa3ccdc..8e6ff93 100644 --- a/app/favorites.html +++ b/app/favorites.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/home.html b/app/home.html index e097924..ec194f8 100644 --- a/app/home.html +++ b/app/home.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/info.html b/app/info.html index 0daecee..4964508 100644 --- a/app/info.html +++ b/app/info.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/login.html b/app/login.html index 867882b..5b2ae28 100644 --- a/app/login.html +++ b/app/login.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/news.html b/app/news.html index 3823af7..affd39d 100644 --- a/app/news.html +++ b/app/news.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/notifications.html b/app/notifications.html index 2eea6aa..8b77e15 100644 --- a/app/notifications.html +++ b/app/notifications.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/preferences.html b/app/preferences.html index 729a61f..dc058ce 100644 --- a/app/preferences.html +++ b/app/preferences.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/profile.html b/app/profile.html index 789fd03..7de85d8 100644 --- a/app/profile.html +++ b/app/profile.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/reset.html b/app/reset.html index 7271ae6..18e13d2 100644 --- a/app/reset.html +++ b/app/reset.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/app/transportion.html b/app/transportion.html index 2fd2c12..4f99e2f 100644 --- a/app/transportion.html +++ b/app/transportion.html @@ -9,6 +9,15 @@ + + + + + + + + + diff --git a/img/android-chrome-192x192.png b/img/android-chrome-192x192.png new file mode 100644 index 0000000..8d31e60 Binary files /dev/null and b/img/android-chrome-192x192.png differ diff --git a/img/android-chrome-384x384.png b/img/android-chrome-384x384.png new file mode 100644 index 0000000..c012817 Binary files /dev/null and b/img/android-chrome-384x384.png differ diff --git a/img/apple-touch-icon.png b/img/apple-touch-icon.png new file mode 100644 index 0000000..f52fafb Binary files /dev/null and b/img/apple-touch-icon.png differ diff --git a/img/browserconfig.xml b/img/browserconfig.xml new file mode 100644 index 0000000..d70fc65 --- /dev/null +++ b/img/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/img/favicon-16x16.png b/img/favicon-16x16.png new file mode 100644 index 0000000..0b8ac82 Binary files /dev/null and b/img/favicon-16x16.png differ diff --git a/img/favicon-32x32.png b/img/favicon-32x32.png new file mode 100644 index 0000000..b311479 Binary files /dev/null and b/img/favicon-32x32.png differ diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..2a46c50 Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/favicon.png b/img/favicon.png new file mode 100644 index 0000000..0ba384c Binary files /dev/null and b/img/favicon.png differ diff --git a/img/mstile-150x150.png b/img/mstile-150x150.png new file mode 100644 index 0000000..b5bd7dc Binary files /dev/null and b/img/mstile-150x150.png differ diff --git a/img/safari-pinned-tab.svg b/img/safari-pinned-tab.svg new file mode 100644 index 0000000..e640e63 --- /dev/null +++ b/img/safari-pinned-tab.svg @@ -0,0 +1,51 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/img/site.webmanifest b/img/site.webmanifest new file mode 100644 index 0000000..24761d2 --- /dev/null +++ b/img/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/img/android-chrome-192x192.png?v=1", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/img/android-chrome-384x384.png?v=1", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/index.html b/index.html index 7a84b6c..68af50c 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,15 @@ + + + + + + + + +