Quellcode durchsuchen

update 改版中

OMEGA\ericky.hsiao vor 6 Monaten
Ursprung
Commit
41e250b442
1 geänderte Dateien mit 144 neuen und 0 gelöschten Zeilen
  1. 144
    0
      src/fe/mrna/working.html

+ 144
- 0
src/fe/mrna/working.html Datei anzeigen

@@ -0,0 +1,144 @@
1
+<!DOCTYPE html>
2
+<html lang="zh-Hant-TW">
3
+
4
+<head>
5
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
+  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8
+  <meta name="format-detection" content="telephone=no">
9
+
10
+  <title>時下正夯的mRNA你了解多少 ?</title>
11
+
12
+  <meta name="description" content="mRNA疫苗在現代人類面臨健康最大威脅之一的COVID-19疫情大展身手,也推動了更多疾病領域的藥物發展。進入學堂,了解mRNA無限可能 !" />
13
+  <meta name="keywords"
14
+    content="mRNA疫苗, 奈米科技, mRNA疫苗技術, 奈米, 信使核糖核酸, 單鍊結構, 疫苗技術, 免疫反應, 疫苗接種, 罕見病, 疫苗, 癌症, 新冠, 諾貝爾生醫獎, 新冠疫苗, mRNA學堂, 新冠肺炎, 李慶雲, 新冠疫情, 李慶雲兒童感染暨疫苗發展醫學文教基金會, 疫情, 你的健康生活好管家, COVID	, COVID-19 	, Covid	, Covid疫苗	" />
15
+
16
+  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" sizes="32x32" />
17
+  <link rel="image_src" href="https://event.leecy.org.tw/mrna/images/share.jpg" />
18
+  <link rel="canonical" href="https://event.leecy.org.tw/mrna/" />
19
+  <meta property="og:title" content="時下正夯的mRNA你了解多少 ?" />
20
+  <meta property="og:type" content="website" />
21
+  <meta property="og:url" content="" />
22
+  <meta property="og:image" content="https://event.leecy.org.tw/mrna/images/share.jpg" />
23
+  <meta property="og:description" content="mRNA疫苗在現代人類面臨健康最大威脅之一的COVID-19疫情大展身手,也推動了更多疾病領域的藥物發展。進入學堂,了解mRNA無限可能 !" />
24
+
25
+  <!-- <link rel="stylesheet" href="./css/all.css"> -->
26
+
27
+  <!-- Tealium Universal Tag --> <!-- Loading script asynchronously -->
28
+  <link rel="preconnect" href="https://fonts.googleapis.com">
29
+  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
30
+  <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap" rel="stylesheet">
31
+
32
+  <script
33
+    type="text/javascript"> (function (a, b, c, d) { a = '//tags.tiqcdn.com/utag/modernatx/leecy.org.tw-dtc-taiwan/prod/utag.js'; b = document; c = 'script'; d = b.createElement(c); d.src = a; d.type = 'text/java' + c; d.async = true; a = b.getElementsByTagName(c)[0]; a.parentNode.insertBefore(d, a) })(); </script>
34
+
35
+  <script type="text/javascript">
36
+    var moderna_dl = {
37
+      page: {
38
+        "site_language": "chinese",
39
+        "root_domain": "leecy.org.tw",
40
+        "therapeutic_area": "infectious diseases",
41
+        "side_of_brand": "dtc",
42
+        "brand_name": "spikevax",
43
+        "site_branding": "branded",
44
+        "indication": "covid-19",
45
+        "business_function": "commercial",
46
+        "location": "taiwan"
47
+      }
48
+    }; 
49
+  </script>
50
+
51
+  <script type="text/javascript">
52
+    window.moderna_dl["page.page_type"] = '';
53
+    window.moderna_dl["page.error_message"] = '';
54
+    window.moderna_dl["page.error_code"] = '';
55
+  </script>
56
+
57
+  <style>
58
+    body,
59
+    html {
60
+      width: 100%;
61
+      height: 100%;
62
+      margin: 0;
63
+      padding: 0;
64
+    }
65
+
66
+    .wrapper {
67
+      background-image: url(https://leecy.org.tw/wp-content/themes/grandcollege/images/pattern/pattern-1.png);
68
+      background-repeat: repeat;
69
+      position: relative;
70
+      width: 100%;
71
+      height: 100%;
72
+
73
+      text-align: center;
74
+      font-size: 18px;
75
+      display: flex;
76
+      justify-content: center;
77
+      align-items: center;
78
+      margin: 0;
79
+      padding: 0;
80
+    }
81
+
82
+    .note {
83
+      max-width: 600px;
84
+      width: 80%;
85
+      height: 200px;
86
+      background-color: #ffffff;
87
+      -moz-box-shadow: 0px 0px 4px #e5e5e5;
88
+      -webkit-box-shadow: 0px 0px 4px #e5e5e5;
89
+      box-shadow: 0px 0px 4px #e5e5e5;
90
+
91
+      text-align: center;
92
+      font-size: 18px;
93
+      display: flex;
94
+      justify-content: center;
95
+      align-items: center;
96
+    }
97
+
98
+    .note p {
99
+      font-family: 'Noto Sans TC', sans-serif !important;
100
+      color: #12c5c3 !important;
101
+    }
102
+  </style>
103
+
104
+</head>
105
+
106
+<body>
107
+
108
+  <div class="wrapper">
109
+    <div class="note">
110
+      <p>網頁改版中,敬請期待。</p>
111
+    </div>
112
+  </div>
113
+
114
+
115
+  <script src="https://www.googletagmanager.com/gtag/js?id=G-WM72ZTPQGL"></script>
116
+  <script src="lib/jquery-3.6.4.min.js"></script>
117
+  <script src="https://www.youtube.com/iframe_api"></script>
118
+  <script src="lib/swiper.min.js"></script>
119
+  <script src="lib/gsap.min.js"></script>
120
+  <script src="lib/ScrollTrigger.min.js"></script>
121
+  <script src="lib/lenis.min.js"></script>
122
+  <script src="lib/jquery.nicescroll.min.js"></script>
123
+  <script src="lib/bootstrap.min.js"></script>
124
+
125
+  <script src="js/tealiumTracking.js"></script>
126
+
127
+  <script src="js/utlis.js"></script>
128
+  <script src="js/ga.js"></script>
129
+  <script type="module" src="js/ViewModel.js"></script>
130
+  <script src="js/main.js?52ff3e9c909ea452d4efc10f8752a3e422de17dd"></script>
131
+  <!-- <script src="js/popup.js"></script> -->
132
+
133
+  <!-- <script src="./lib/vconsole.min.js"></script>
134
+
135
+  <script>
136
+    // init vConsole
137
+    var vConsole = new VConsole();
138
+    console.log('Hello world');
139
+  </script> -->
140
+
141
+
142
+</body>
143
+
144
+</html>