Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 9e75f93

Browse files
Fixed Data Track link
1 parent 5a28a30 commit 9e75f93

File tree

2 files changed

+33
-14
lines changed

2 files changed

+33
-14
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>
135135

136136
<p>3. Scientific Data Processing<a href="https://google.qwiklabs.com/quests/28">Click to start</a> </p>
137137

138-
<p>4. Data engineering <a href="https://www.qwiklabs.com/quests/67">Click to start</a> </p>
138+
<p>4. Data engineering <a href="https://www.qwiklabs.com/quests/25">Click to start</a> </p>
139139

140140
<p>5. Data Science on Google Cloud Platform <a href="https://www.qwiklabs.com/quests/43">Click to start</a> </p>
141141

sw.js

+32-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,37 @@ var cacheName = 'GCPCrashCourse';
22
var filesToCache = [
33
'/',
44
'/index.html',
5+
'/team.html',
56
'css/index.css',
7+
'css/team.css/',
8+
'/team.js',
69
'js/index.js',
7-
'images/Android.svg',
8-
'images/BackgroundPhone.svg',
9-
'images/Background.svg',
10-
'images/Certification.svg',
11-
'images/Data.svg',
12-
'images/FullTextLogo.svg',
13-
'images/Hoodie.svg',
14-
'images/ML.svg',
15-
'images/Pen.svg',
16-
'images/StepOne.svg',
17-
'images/StepTwo.svg',
18-
'images/StepThree.svg',
10+
'after-landing.svg',
11+
'images/Behance.svg',
12+
'images/dsc-logo-long.svg',
13+
'images/dsc-logo-square.svg',
14+
'images/Facebook.svg',
15+
'images/Github.svg',
16+
'images/Instagram.svg',
17+
'images/landing.svg',
18+
'images/Linkedin.svg',
19+
'images/Medium.svg',
20+
'images/menu-close.svg',
21+
'images/menu-image.svg',
22+
'images/Twitter.svg',
23+
'images/Youtube.svg',
24+
'images/team.svg',
25+
'images/board19/samarth.jpg',
26+
'images/board19/ayush.jpg',
27+
'images/board19/samyak.jpg',
28+
'images/board19/aritro.jpg',
29+
'images/board19/dhiraj.jpg',
30+
'images/board19/jayakrishna.jpg',
31+
'images/board19/abhishek.jpg',
32+
'images/board19/raina.jpg',
33+
'images/board19/apurva.jpg',
34+
'images/board19/preethi.jpg',
35+
'images/board19/amurt.jpg',
1936
'icons/favicons/icon-512x512.png',
2037
'icons/favicons/favicon.ico'
2138
];self.addEventListener('install', function(e) {
@@ -34,4 +51,6 @@ var filesToCache = [
3451
return response || fetch(event.request);
3552
})
3653
);
37-
});
54+
});
55+
56+

0 commit comments

Comments
 (0)