Skip to content

Commit 021c633

Browse files
committed
pwa-fix
1 parent af25878 commit 021c633

5 files changed

Lines changed: 9 additions & 11 deletions

File tree

frontend/index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,21 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<link href="https://fonts.googleapis.com/css?family=Cookie|Pacifico&display=swap" rel="stylesheet">
8-
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash&display=swap" rel="stylesheet">
9-
<link rel="icon" href="https://apprecs.org/gp/images/app-icons/300/d2/com.tatkovlab.pomodoro.jpg">
10-
<link rel="apple-touch-icon" href="images/hello-icon-152.png">
7+
<link rel="apple-touch-icon" href="logos/152x152.png">
118
<meta name="theme-color" content="white"/>
129
<meta name="apple-mobile-web-app-capable" content="yes">
1310
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1411
<meta name="apple-mobile-web-app-title" content="Hostelzz">
15-
<meta name="msapplication-TileImage" content="images/hello-icon-144.png">
16-
<meta name="msapplication-TileColor" content="#FFFFFF">
12+
<meta name="msapplication-TileImage" content="logos/144x144.png">
13+
<meta name="msapplication-TileColor" content="#3273dc">
1714
<title>Hostelzz</title>
1815
<!-- links -->
1916
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.css">
2017
<link rel="stylesheet" href="./styles/style.css">
2118

22-
<link rel="manifest" href="./mainfest.json">
19+
<link rel="manifest" href="/mainfest.json">
2320
<meta name="theme-color" content="#3273dc" />
21+
<link rel="shortcut icon" href="./logos/144x144.png" type="image/x-icon">
2422
<style>
2523
.index-container{
2624
background: url('http://d2ztkj0qcbj8ia.cloudfront.net/wp-content/uploads/sites/57/2019/03/28104839/Hotel_Hotel_Ozz_Nice_by_HappyCulture_Suite_Rooftop_960_6.png');

frontend/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ deferredInstallPrompt.userChoice
5353
*/
5454
function logAppInstalled(evt) {
5555
// CODELAB: Add code to log the event
56-
console.log('Weather App was installed.', evt);
56+
console.log('Hostelzz was installed.', evt);
5757
}

frontend/other-pages/explore.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h3 class="is-size-4 has-text-weight-medium">Hostelzz</h3>
9090
<br>
9191
Rent(/m): &nbsp;<span class="has-text-weight-normal has-text-dark">2000Rs</span>
9292
</p>
93-
<a href="" class="button is-dark is-outlined">More Info</a>
93+
<a href="./hostel.html" class="button is-dark is-outlined">More Info</a>
9494
</div>
9595
</div>
9696
</div>

frontend/other-pages/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h3 class="title is-3 has-text-centered">Login</h3>
8989

9090
<div class="field is-grouped">
9191
<div class="control">
92-
<a class="button is-link" href="./explore.html">Submit</a>
92+
<a class="button is-info" href="./explore.html">Submit</a>
9393
</div>
9494
</div>
9595
</div>

frontend/other-pages/register.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3 class="title is-3">Enter Your Details:</h3>
120120

121121
<div class="field is-grouped">
122122
<div class="control">
123-
<button class="button is-link">Submit</button>
123+
<button class="button is-info">Submit</button>
124124
</div>
125125
<div class="control">
126126
<button class="button is-dark">Cancel</button>

0 commit comments

Comments
 (0)