For testing (will be deleted someday)

這篇在測試調整樣式

This is H1 title:搶先亞馬遜

維珍銀河公司(Virgin Galactic)創辦人布蘭森(Richard Branson)數日前搶先亞馬遜(Amazon)創辦人貝佐斯一步,成功搭乘自家太空船上太空,以些微差距在兩位億萬富翁之戰勝出。

This is H2 title:打造太空殖民地

貝佐斯2000年創辦藍源公司,
目標就是有朝一日打造太空殖民地,
數以百萬計人可在那裏生活工作。

貝佐斯2000年創辦藍源公司,目標就是有朝一日打造太空殖民地,數以百萬計人可在那裏生活工作。

H3 title:打造太空殖民地

太空船最高將攀升至106公里高,乘員將在地表上空100公里的卡門線(Karman line、即國際承認地球與太空的分界線)之外,體驗數分鐘的太空之旅。

  • 重量僅250公克

  • 直徑約8公分的球體

  • 能在月球表面上自力推進

  • 蒐集月球表面的資料並拍攝影像

  • 重量
    將以超過3馬赫的速度爬升至太空,
    使用的液態氫

  • 球體
    座艙與推進器分離後,
    乘員即可解開安全帶…

H4 title: Albert Einstein

Two things are infinite: the universe and human stupidity; and I’m not sure about the universe.

新謝波德號升空後,將以超過3馬赫的速度爬升至太空,使用的液態氫/液態氧引擎不會排出任何二氧化碳。座艙與推進器分離後,乘員即可解開安全帶,享受無重力樂趣。

Even the world’s most successful individuals have experienced their fair share of setbacks and hardships. There’s much to learn from their challenges as well as their success. Luckily, they’ve condensed their wisdom into meaningful quotes that you can store for later use.

We initialized some new instances of our animal class called bird and cat like shown. Knowing what dog.cutePet() and bird.cutePet() return, what would calling cat.cutePet() return?

  1. 重量僅250公克
  2. 直徑約8公分的球體
  3. 能在月球表面上自力推進
  4. 蒐集月球表面的資料並拍攝影像

Will iFrame work?

Codepen

It’s really amazing, just url no iFrame at all!!!

CodeSandBox

CodeSandBox is currently not supported :sneezing_face:

JSFiddle

JSFiddle is also down, sad
https://jsfiddle.net/pamcy/c1mrpsj0/3/embed/js,html,css,result/dark

class LanguageSwitcher extends Component {
  static contextTypes = {
    langConfig: PropTypes.object,
  };

  updateLanguage() {
    //Here I need to update the langConfig to 'jp' 
  }

  render() {
    return <button onClick={this.updateLanguage}>Change Language</button>;
  }
}

export default LanguageSwitcher;

:hamster::dizzy_face: