diff --git a/README.md b/README.md index a46e7e0..3346450 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # LearnOpenGL中文化工程 +[![Build Status](https://travis-ci.org/LearnOpenGL-CN/LearnOpenGL-CN.svg?branch=new-theme)](https://travis-ci.org/LearnOpenGL-CN/LearnOpenGL-CN) + +**要更新的话请到`new-theme`分支,这个分支可能会停止更新** + learnopengl.com系列教程的中文翻译,目前正在翻译中。 **英文原版**:[learnopengl.com](learnopengl.com) @@ -10,9 +14,9 @@ learnopengl.com系列教程的中文翻译,目前正在翻译中。 ## 阅读地址 -目前Host在Read The Docs上,可以[点击这里](http://learnopengl-cn.readthedocs.io/)进行阅读。 +目前Host在GitHub上,可以[点击这里](https://learnopengl-cn.github.io/)进行阅读。 -还有一份在GitHub上采用新的主题,可以[点击这里](https://learnopengl-cn.github.io/)阅读。 +旧版本的Host在Read The Docs内(可能会放弃更新),可以[点击这里](http://learnopengl-cn.readthedocs.io/)进行阅读。 ## 认领翻译 diff --git a/docs/css/style.css b/docs/css/style.css index 15f7710..5081fc9 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -104,14 +104,6 @@ video { font-size: 85%; } -.rst-content .attention { - background: #FFD2D2; -} - -.rst-content .attention .admonition-title { - background: #E0B3B3; -} - def { color: green; } diff --git a/docs/index.md b/docs/index.md index 7ff01a0..8487e96 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,4 +20,6 @@ 这里是LearnOpenGL教程的中文翻译,英文版的地址为:[http://learnopengl.com/](http://learnopengl.com/) -由于翻译可能无法做到精确表达原文意思,我们推荐您在对问题有疑惑的时候去阅读一下英文版的教程。如果您对翻译有更好的建议,可以去我们的[GitHub工程](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN)上提交Issue或者Pull Request。 \ No newline at end of file +由于翻译可能无法做到精确表达原文意思,我们推荐您在对问题有疑惑的时候去阅读一下英文版的教程。如果您对翻译有更好的建议,可以去我们的[GitHub工程](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN)上提交Issue或者Pull Request。 + +如果可以的话,请访问[https://learnopengl-cn.github.io/](https://learnopengl-cn.github.io/),这里是采用新主题的网站。这里的翻译版本可能会停止更新。 \ No newline at end of file