-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.shtml
412 lines (368 loc) · 15.2 KB
/
index.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<!--#include virtual="/inc/meta.html" -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Firefox 正體中文版 / Android 版 Firefox / Thunderbird 正體中文版下載、中文討論區及 Mozilla 專案推廣活動。MozTW(Mozilla 香港社群)是一群愛好網路的人,想要讓網路變得更好,不論你的專長是什麼,都歡迎加入一同快樂貢獻!(中文版火狐瀏覽器下載)" />
<!--#include virtual="/inc/title.html" -->
<link rel="stylesheet" href="/css/cavendish/home.css" title="Cavendish" media="screen">
<link rel="stylesheet" href="/css/cavendish/narrow.css" title="Cavendish" media="screen and (max-width: 500px)">
<link rel="alternate" type="application/rss+xml" title="mozillahk.org: Mozilla Hong Kong Blog" href="http://blog.mozillahk.org/feed" />
<style>
<!--
.front-feature {
position: relative;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.33) inset;
}
.front-feature #donate_link {
color: #FFFFFF;
display: block;
height: 100%;
padding: 0;
position: absolute;
right: 0;
text-decoration: none;
top: 0;
width: 580px;
z-index: 0;
background: url('/foxmosa/images/fgt-300px.png') no-repeat right center transparent;
background-size: auto 95%;
margin-right: 15px;
cursor: pointer;
}
.front-feature #donate_link div {
color: white;
font-size: 16px;
font-family: "Helvetica", "Heiti TC", "LiHei Pro", "微軟正黑體", "WenQuanYi - Micro Hei", "Arial", sans-serif;
padding: 0;
position: absolute;
right: 240px;
text-shadow: 1px 2px 5px #666;
bottom: 25px;
width: 50%;
}
.front-feature #donate_link:hover div {
text-shadow: 1px 2px 5px #000;
}
.front-feature #donate_link div h1 {
font-family: "Helvetica", "Heiti TC", "LiHei Pro", "微軟正黑體", "WenQuanYi - Micro Hei", "Arial", sans-serif;
font-size: 2em;
border: none;
line-height: 1.6em;
font-weight: bold;
}
.front-feature #donate_link div p {
font-size: 1.1em;
line-height: 1.5em;
}
.front-feature #donate_link div i {
line-height: 1.6em;
}
#feature-content h2 {
margin-bottom: 5px;
}
.front-feature a.fx-link:hover {
background-color: transparent;
}
.front-feature a.fx-link img {
border-radius: 35px;
}
.front-feature a.fx-link:hover img {
background-color: rgba(255, 255, 255, 0.2);
height: 86px;
margin-left: -10px;
margin-top: -9px;
padding: 5px 10px 0;
width: 230px;
}
#front-feature .download {
padding: 12px 0 10px 15px !important;
margin-bottom: 15px;
box-shadow: 0 0 3px #5F8FBE;
}
#front-feature .dl-mobile {
margin-bottom: 0px;
}
#front-feature .dl-mobile div {
height: 0px;
overflow: hidden;
}
#front-feature .dl-mobile:hover div {
height: 25px;
margin-top: 5px;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
#front-feature .download ul {
padding-left: 30px;
}
#front-feature .download ul li.mbl {
display: none;
}
#front-feature #feature-content {
padding: 10px 485px 5px 20px;
}
#feature-content p {
font-size: 1.1em;
margin: 0 0 25px;
}
.mobile-header { text-shadow:1px 1px 1px #d44000, 1px 1px 2px #fbba20; }
#planets ul {
padding-left: 1.5em; margin-top: 0.5em;
}
#planets ul li {
margin-bottom: 1em;
}
.promo {
border: 0;
width: 64px;
height: 64px;
}
.key-point {
background-color: #3E4B58;
background-image: linear-gradient(to bottom, #4E5F70, #3E4B58);
background-image: -webkit-linear-gradient(to bottom, #4E5F70, #3E4B58);
}
.homepage .download {
width: 250px;
}
@media only screen and (max-width : 500px) {
#front-feature #feature-content {
display: none;
}
#front-feature {
padding-bottom: 300px;
background-image: none;
}
.front-feature #donate_link {
width: 100%;
margin: 0px;
background-size: auto 170px;
background-position: top center;
}
.front-feature #donate_link div {
width: 100%;
bottom: 0px;
left: 0px;
right: auto;
text-align: center !important;
position: absolute;
}
.front-feature #donate_link div h1 {
font-size: 1.66em;
}
}
-->
</style>
<!--[if lte IE 9]>
<style>
.front-feature #donate_link:hover {
background-color: #506172;
}
</style>
<![endif]-->
<!--[if lte IE 8]>
<style>
.frontcolumn {
padding-right: 2%;
}
#front-feature .download ul, #planets ul {
margin-left: 0;
}
</style>
<![endif]-->
<!--[if lte IE 7]>
<style>
.front-feature #donate_link {
height: 325px;
position: absolute;
left: 340px;
margin: 0;
padding: 0;
}
</style>
<![endif]-->
<!--#include virtual="/inc/class_homepage.html" -->
<!--#include virtual="/inc/header.html" -->
<div class="key-point front-feature" id="front-feature">
<a id="donate_link" href="https://sendto.mozilla.org/page/contribute/">
<div>
<h1 class="webfont_8">支持 Mozilla</h1>
<p class="webfont_9">表達您對 <i>開放</i> 與 <i>隱私</i> 的堅持,<br>贊助 Mozilla 基金會年終募款,<br>與我們一齊保護網際網路!</p><p>Make your donation to Mozilla!</p>
</div>
</a>
<div id="feature-content">
<h2><a class="fx-link" href="/firefox/"><img src="images/firefox_logo-wordmark-horiz_RGB_480w.png" alt="Firefox" height="82" width="220"></a></h2>
<div class="download dl-box">
<h3><a href="/firefox/" title="最好的瀏覽器"><strong class="downloadText">Firefox 正體中文版</strong></a></h3>
<div style='margin-top: 5px;'>
<!--#include virtual="/inc/dlff.html" -->
</div>
</div>
<div class="download dl-box">
<h3><a href="/firefox/" title="The Best Web Browser"><strong class="downloadText">Firefox English(US) version</strong></a></h3>
<div style='margin-top: 5px;'>
<!--#include virtual="/inc/dlff-en.html" -->
</div>
</div>
<div class="download dl-mobile">
<h3><a href="/mobile/"><strong class="downloadText">Firefox for Android</strong></a></h3>
<div>
<ul>
<li><a href="http://bit.ly/1eywTNL" target="_blank" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'FirefoxMobile', 'GooglePlay']);">Google Play</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="mBody">
<!--
<div class="frontcolumn hide" id="mobile-feature-ios">
<h2 class="mobile-header"><a href="https://itunes.apple.com/tw/app/bookmarks-on-the-go/id550037184?l=zh&mt=8" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'iOS-AppStore-BookmarkOnTheGo', 'frontpage-frontcolumn']);">Bookmark On The Go<img src="/images/product-firefox-homn.png" alt="Bookmark On The Go" class="promo"></a></h2>
<p><b>行動首頁帶著走。</b>在 iPhone 上任意取用 Firefox 的瀏覽歷史及書籤,時時同步開啟分頁,喜歡的網站隨時都在您手邊!<br>→ <a href="http://m.youtube.com/#/watch?v=_rFf5BnurVI" onClick="_gaq.push(['_trackEvent', 'Show Video', 'FirefoxHome', 'frontpage']);">Firefox Home 迷你短片</a></p>
</div>
<div class="frontcolumn hide">
<h2><a href="/mobile/"><img src="/images/foxmosa-android.png" style="float: left;height: 125px;margin:-5px 9px 0 -10px;width: 107px;" alt="Foxmosa love Android" class="promo">Android 版 Firefox</a></h2>
<p>Android 版 Firefox 全面更新,更快、更聰明、更加安全,輕巧又靈活,讓您更快到達想去的地方。</p>
</div>
-->
<div class="frontcolumn" id="feature-thunderbird">
<h2><a href="http://moztw.org/thunderbird/">Thunderbird<img src="/images/product-thunderbird-v3.png" style="height:72px;width:72px;" alt="Thunderbird Logo" class="promo"></a></h2>
<p><a href="/thunderbird/">Thunderbird</a> 電子郵件軟體全新登場,帶來分頁、威力倍增的搜索及郵件備存功能,並提供您個人專屬的郵件體驗。</p>
</div>
<!-- <div class="frontcolumn">
<h2><a href="https://webmaker.org/"><img src="/images/webmaker.png" style="" alt="Webmaker" class="promo">Mozilla Webmaker</a></h2>
<p>網路發展至今,人人都該具備在網路上創作的能力,Webmaker 計畫以各種簡單有趣的專案,讓大家嘗試混搭網頁、踏出網頁創作的第一步。</p>
</div>-->
<div class="frontcolumn">
<h2><a href="http://mozilla.com.tw/firefox/os/" target="_blank" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'mozilla.org/partner', 'Frontpage']);">Firefox OS<img src="/images/Pocketfox.png" alt="" class="promo" style="width: 72px; height: 72px;"></a></h2>
<p>完全使用 HTML5 與開放網路標準打造的開放行動平台,將帶領次世代數十億使用者連結網路。</p>
</div>
<!--<div class="frontcolumn">
<h2><a href="/events/sfd2012">《Code Rush》紀錄片<img src="/images/mozilla.png" alt="Mozilla Logo" class="promo" style="width:84px;height:64px;"></a></h2>
<p>本片紀錄 Netscape 工程師釋出原始碼,成為 Mozilla 的故事。為迎接 Mozilla 專案邁入第 15 年,MozTW 特別提供全片線上播映、下載及 <a href="/events/sfd2012/#get_dvd">DVD 索取活動</a>。</p>
</div>-->
<!--<div class="frontcolumn hide">
<h2><a href="https://demos.mozilla.org/">Web O’ Wonder<img src="/images/HTML5_Badge_64.png" alt="HTML5 Logo" class="promo"></a></h2>
<p>立刻造訪 <a href="https://demos.mozilla.org/">Mozilla 奇幻網路</a>,看看設計師們透過 HTML5 & WebGL 的技術,所打造出各種無與倫比的網路旅程!</p>
</div>
-->
<!-- <div class="frontcolumn">
<h2><a href="http://www.seamonkey-project.org/releases/" target="_blank" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'SeaMonkey', 'SeaMonkey291']);">SeaMonkey 正體中文版<img src="/images/seamonkey64.png" alt="SeaMonkey Logo" class="promo"></a></h2>
<p>如果您喜愛 Firefox,也想同時擁有 Thunderbird 的強大威力,又或者想回味以往的 Mozilla Suite,歡迎試試最新推出的 <a href="http://www.seamonkey-project.org/releases/" target="_blank" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'SeaMonkey', 'SeaMonkey291']);">SeaMonkey 正體中文版</a>。</p>
</div>-->
<div class="frontcolumnlast">
<h2><a href="/contribute/">參與我們<img src="/images/toy_gold_32.png" alt="Contribute Logo" class="promo"></a></h2>
<p>我們想要讓網路變得更好。歡迎<a href="https://blog.mozillahk.org/join-us/">參與我們的任務</a>,成為推廣網路自由的一份子!
<br> → <a href="https://groups.google.com/group/mozillahk" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'mozillahk-general', 'frontpage-frontcolumn']);">MozillaHK 社群郵件群組</a></p>
</div>
</div>
<br style="clear: both;">
<!-- Start News Columns -->
<div>
<div class="frontcolumndouble" id="news_columns">
<a href="http://blog.mozillahk.org/feed">
<img class="rss" src="/images/rss.png" alt="Announcements in RSS" width="28" height="16">
</a>
<h2>
<a href="/news">News & Updates<br/>最新消息與公告</a>
</h2>
<!--#include virtual="/inc/news.html" -->
</ul><!-- start tag is in inc/news.html, DO NOT REMOVE -->
<br style="clear: both;">
<a href=''>All News 所有公告記錄</a>
</div>
<!-- End News Columns -->
<div class="frontcolumnlast">
<h2>MozTW台灣社群快速捷徑</h2>
<ul class="news">
<li><a href="http://moztw.org/foxmosa/game/pairs/" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'Browser Pairs', 'frontpage']);">Foxmosa 瀏覽器翻牌遊戲</a></li>
<li><a href="https://webmaker.org/" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'Webmaker', 'frontpage']);">Mozilla Webmaker</a></li>
<li><a href="http://mozlinks-zh.blogspot.com/" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'Mozilla Links', 'frontpage']);">Mozilla Links 正體中文版</a></li>
<li><a href="http://gfx.tw/" onClick="_gaq.push(['_trackEvent', 'Outgoing', 'gfx.tw', 'frontpage']);">gfx.tw 抓火狐</a></li>
<li><a href="http://forum.moztw.org/viewforum.php?f=2" onClick="_gaq.push(['_trackEvent', 'inGoing', 'Forum: Firefox', 'frontpage']);">Firefox 中文討論區</a></li>
</ul>
</div>
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">
/*
* jGFeed 1.0 - Google Feed API abstraction plugin for jQuery
*
* Copyright (c) 2009 jQuery HowTo
*
* Licensed under the GPL license:
* http://www.gnu.org/licenses/gpl.html
*
* URL:
* http://jquery-howto.blogspot.com
*
* Author URL:
* http://me.boo.uz
*
*/
(function($){$.extend({jGFeed:function(url,fnk,num,key){if(url==null){return
false;}var
gurl="http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&callback=?&scoring=h&q="+url;if(num!=null){gurl+="&num="+num;}if(key!=null){gurl+="&key="+key;}$.getJSON(gurl,function(data){if(typeof
fnk=="function"){ if
(data.responseData)fnk.call(this,data.responseData.feed);else
fnk.call(this,false);}else{return false;}});}});})(jQuery);
</script>
<script type="text/javascript">
(function ($) {
$.jGFeed(
'http://blog.mozillahk.org/feed',
function (feed) {
$(function () {
$('#news_columns').removeClass('frontcolumndouble').addClass('frontcolumn').after(
'<div id="planets" class="frontcolumn"><a href="http://blog.mozillahk.org/feed"><img class="rss" src="/images/rss.png" alt="Announcements in RSS" width="28" height="16"></a><h2><a href="http://blog.mozillahk.org/">MozillaHK Blog</a></h2><ul /></div>'
);
$ul = $('#planets ul');
$.each(
feed.entries,
function (i, o) {
$ul.append(
'<li><a href="'
+ o.link + '">' + o.title.substr(o.title.indexOf(':') + 1) + '</a></li>'
);
}
);
});
},
5
);
})(jQuery);
</script>
<script type='text/javascript' src='http://moztw-arphic.cloudapp.net/FontSubsetOutput/WebFontApi-AACAE9FCA1494d66B9BF53196F0992E1/WebFontApi-AACAE9FCA1494d66B9BF53196F0992E1.JS?9395323985'></script>
<script>
function getTxtResultObject() {
var obj = document.getElementById("txtResult");
return obj;
}
function serverResponseCallback(resultArray) {
var obj = getTxtResultObject();
obj.value = resultArray;
}
(function ($) {
arphicWebFontApi.ready = function() {
// setup webfont selectors
var selectorFontNameArray =
[
{ selectorName: ".webfont_1", fontName: "文鼎W圓體B" },
{ selectorName: ".webfont_2", fontName: "文鼎W圓體M" },
{ selectorName: ".webfont_3", fontName: "文鼎W俏黑體E" },
{ selectorName: ".webfont_4", fontName: "文鼎W甜妞體H" },
{ selectorName: ".webfont_5", fontName: "文鼎W鋼筆行楷M" },
{ selectorName: ".webfont_6", fontName: "文鼎W簽字筆體E" },
{ selectorName: ".webfont_7", fontName: "文鼎W仿宋M" },
{ selectorName: ".webfont_8", fontName: "文鼎W書苑黑體B" },
{ selectorName: ".webfont_9", fontName: "文鼎WUD書苑黑體M" },
{ selectorName: ".webfont_10", fontName: "文鼎W顏楷H" }
];
arphicWebFontApi.loadWebFont(selectorFontNameArray, function() {
$('.front-feature #mobile_link p').addClass('show');
});
// if u needn't callback function, you can do this way
//arphicWebFontApi.loadWebFont(selectorFontNameArray);
}
})(jQuery);
</script>
<!--#include virtual="/inc/footer.html" -->