We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
等這個自動回信系統測試完以後,就會把 moztw.org/contribute 的頁面換成 form/index.html.jinja 產生出來的 HTML,所以需要善心人士幫忙加 CSS 來符合 moztw.org 的風格。
form/index.html.jinja
改法是直接改 form/index.html.jinja, 然後在最上層目錄跑 make 就會生成 form/index.html (linux or mac)。如果 make 弄不成功也可以下載這頁來改看看: https://github.com/shinglyu/contribute-reply-letters/blob/gh-pages/form/index.html 改完再把對應的更動加到 form/index.html.jinja。
make
form/index.html
除了已經有的 JS 跟 class 不要刪掉以外,要額外加 class 都是可以的。在不影響 JS 功能 (getElementById, getElementsByClass, etc.) 的前提下也可以增減 HTML element 來幫助排版。
getElementById
getElementsByClass
The text was updated successfully, but these errors were encountered:
No branches or pull requests
等這個自動回信系統測試完以後,就會把 moztw.org/contribute 的頁面換成
form/index.html.jinja
產生出來的 HTML,所以需要善心人士幫忙加 CSS 來符合 moztw.org 的風格。改法是直接改
form/index.html.jinja
, 然後在最上層目錄跑make
就會生成form/index.html
(linux or mac)。如果 make 弄不成功也可以下載這頁來改看看: https://github.com/shinglyu/contribute-reply-letters/blob/gh-pages/form/index.html改完再把對應的更動加到
form/index.html.jinja
。除了已經有的 JS 跟 class 不要刪掉以外,要額外加 class 都是可以的。在不影響 JS 功能 (
getElementById
,getElementsByClass
, etc.) 的前提下也可以增減 HTML element 來幫助排版。The text was updated successfully, but these errors were encountered: