Skip to content

Commit 92c844d

Browse files
committed
Rename project
1 parent cb185f6 commit 92c844d

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ClassTime
1+
# ClassClock

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
77
<link rel="stylesheet" type="text/css" href="style.css">
88
<title>{{ page.title }}</title>
9-
<meta name="apple-mobile-web-app-title" content="ClassTime">
9+
<meta name="apple-mobile-web-app-title" content="ClassClock">
1010
<meta name="apple-mobile-web-app-capable" content="yes">
1111
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
12-
<link rel="apple-touch-icon" sizes="512x512" href="icons/classtime-512.png">
13-
<link rel="apple-touch-icon" sizes="192x192" href="icons/classtime-192.png">
12+
<link rel="apple-touch-icon" sizes="512x512" href="icons/classclockicon-512.png">
13+
<link rel="apple-touch-icon" sizes="192x192" href="icons/classclockicon-192.png">
1414
<link rel="manifest" href="/manifest.json">
1515
<link href="https://fonts.googleapis.com/css?family=Play|Source+Sans+Pro" rel="stylesheet">
1616

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: ClassTime
3+
title: ClassClock
44
onload: update()
55
---
66
<br>

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"short_name": "ClassTime",
3-
"name": "ClassTime",
2+
"short_name": "ClassClock",
3+
"name": "ClassClock",
44
"icons": [
55
{
6-
"src": "/icons/classtime-192.png",
6+
"src": "/icons/classclockicon-192.png",
77
"type": "image/png",
88
"sizes": "192x192"
99
},
1010
{
11-
"src": "/icons/classtime-512.png",
11+
"src": "/icons/classclockicon-512.png",
1212
"type": "image/png",
1313
"sizes": "512x512"
1414
}

schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: ClassTime - Schedule
3+
title: ClassClock - Schedule
44
---
55
<a class="navbutton" href="index.html"><i class="fas fa-home"></i></a>
66

settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: ClassTime - Settings
3+
title: ClassClock - Settings
44
---
55
<a class="navbutton" href="index.html"><i class="fas fa-home"></i></a>
66
<br>

0 commit comments

Comments
 (0)