Skip to content

Commit b6a1e92

Browse files
authored
Merge pull request #10 from SCAICT/prettier-fixes
fix: format code with Prettier
2 parents 6a9d1bf + 93f2ba7 commit b6a1e92

File tree

3 files changed

+28
-27
lines changed

3 files changed

+28
-27
lines changed

index.html

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,33 @@
33
<!doctype html>
44
<html lang="zh-TW">
55
<head>
6-
<script type="application/ld+json">
6+
<script type="application/ld+json">
77
{
8-
"@context": "https://scaict.org/",
9-
"@type": "Organization",
10-
"image": "https://scaict.org/src/img/%E8%83%8C%E5%BD%B1.webp",
11-
"url": "https://scaict.org/",
12-
"logo": "https://scaict.org/src/img/logo.svg",
13-
"name": "SCAICT 中部高中電資社團聯合會議",
14-
"alternateName": ["中電會", "SCAICT", "中部電資聯合會議"],
15-
"description": "中電會是由一群熱愛資訊科技和社團活動的高中職生所組成,而主要目的在於整合中部資訊科技資源,推廣資訊相關的課程。",
16-
"email": "[email protected]",
17-
"contactPoint": {
18-
"@type": "ContactPoint",
19-
"email": "[email protected]"
20-
},
21-
"foundingDate": "2021-12-07",
22-
"legalName": "中部高中電資社團聯合會議",
23-
"numberOfEmployees": {
24-
"@type": "QuantitativeValue",
25-
"value": 40
26-
},
27-
"sameAs": [
28-
"https://www.facebook.com/scaict.tw/",
29-
"https://www.instagram.com/scaict.tw/",
30-
"https://github.com/SCAICT"
31-
]
32-
}
33-
8+
"@context": "https://scaict.org/",
9+
"@type": "Organization",
10+
"image": "https://scaict.org/src/img/%E8%83%8C%E5%BD%B1.webp",
11+
"url": "https://scaict.org/",
12+
"logo": "https://scaict.org/src/img/logo.svg",
13+
"name": "SCAICT 中部高中電資社團聯合會議",
14+
"alternateName": ["中電會", "SCAICT", "中部電資聯合會議"],
15+
"description": "中電會是由一群熱愛資訊科技和社團活動的高中職生所組成,而主要目的在於整合中部資訊科技資源,推廣資訊相關的課程。",
16+
"email": "[email protected]",
17+
"contactPoint": {
18+
"@type": "ContactPoint",
19+
"email": "[email protected]"
20+
},
21+
"foundingDate": "2021-12-07",
22+
"legalName": "中部高中電資社團聯合會議",
23+
"numberOfEmployees": {
24+
"@type": "QuantitativeValue",
25+
"value": 40
26+
},
27+
"sameAs": [
28+
"https://www.facebook.com/scaict.tw/",
29+
"https://www.instagram.com/scaict.tw/",
30+
"https://github.com/SCAICT"
31+
]
32+
}
3433
</script>
3534
<meta charset="UTF-8" />
3635
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

node_modules/.package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)