|
3 | 3 | <!doctype html> |
4 | 4 | <html lang="zh-TW"> |
5 | 5 | <head> |
| 6 | + <script type="application/ld+json"> |
| 7 | + { |
| 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 | + |
| 17 | + "contactPoint": { |
| 18 | + "@type": "ContactPoint", |
| 19 | + |
| 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 | + |
| 34 | + </script> |
6 | 35 | <meta charset="UTF-8" /> |
7 | 36 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
8 | 37 | <title>SCAICT 中部高中電資社團聯合會議</title> |
9 | 38 | <meta name="theme-color" content="#2f4154" /> |
10 | 39 | <meta |
11 | 40 | name="description" |
12 | | - content="中部高中電資社團聯合會議 Student's Clubs Alliance of Information in Central Taiwan,簡稱 SCAICT 中電會是新創的中部地區在地高中職學生資訊組織。我們會準備很多的資安,演算法、人工智慧活動,都是針對 0 基礎的主題式教育" |
| 41 | + content="中電會是由一群熱愛資訊科技和社團活動的高中職生所組成,而主要目的在於整合中部資訊科技資源,推廣資訊相關的課程。" |
13 | 42 | /> |
14 | 43 | <meta name="author" content="毛哥EM" /> |
15 | 44 | <meta name="keywords" content="中部電資聯合會議, 中電會, SCAICT" /> |
|
20 | 49 | <meta property="og:image" content="http://example.com/src/img/og.webp" /> |
21 | 50 | <meta |
22 | 51 | property="og:description" |
23 | | - content="中部高中電資聯合會議 Student's Clubs Alliance of Information in Central Taiwan,簡稱 SCAICT 中電會是新創的中部地區在地高中職學生資訊組織。我們會準備很多的資安,演算法、人工智慧活動,都是針對 0 基礎的主題式教育" |
| 52 | + content="中電會是由一群熱愛資訊科技和社團活動的高中職生所組成,而主要目的在於整合中部資訊科技資源,推廣資訊相關的課程。" |
24 | 53 | /> |
25 | 54 | <meta property="og:locale" content="zh-TW" /> |
26 | 55 | <link |
|
0 commit comments