Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-10-14 10:19:11 +0400
committerMark Otto <otto@github.com>2013-10-14 10:19:11 +0400
commit25607c268337c6505f633309e2765cf328a6896b (patch)
tree3ceae1a5eb132761efe75c4ed3f36a564160926d /about.html
parentc69092a17696b4a0ab6927d695f2fb56d65f498e (diff)
add translations, copy edit a few things, and fix alignment of ads
Diffstat (limited to 'about.html')
-rw-r--r--about.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/about.html b/about.html
index c9c2088375..e7bc384251 100644
--- a/about.html
+++ b/about.html
@@ -13,8 +13,8 @@ base_url: "../"
<div class="page-header">
<h1 id="history">History</h1>
</div>
- <p class="lead">Originally created at Twitter by a designer and a developer nearly three years ago, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.</p>
- <p>Bootstrap was created at Twitter in mid-2010 by <a href="https://twitter.com/mdo">@mdo</a> and <a href="https://twitter.com/fat">@fat</a>. Prior to being open-sourced framework, Bootstrap was known as <em>Twitter Blueprint</em>. A few months into development, Twitter held its <a href="https://blog.twitter.com/2010/hack-week">first Hack Week</a> and the project exploded as developers of all skill levels jumped in. It served as the style guide for internal tools development at the company for over a year before its public release.</p>
+ <p class="lead">Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.</p>
+ <p>Bootstrap was created at Twitter in mid-2010 by <a href="https://twitter.com/mdo">@mdo</a> and <a href="https://twitter.com/fat">@fat</a>. Prior to being an open-sourced framework, Bootstrap was known as <em>Twitter Blueprint</em>. A few months into development, Twitter held its <a href="https://blog.twitter.com/2010/hack-week">first Hack Week</a> and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today.</p>
<p>Originally <a href="https://dev.twitter.com/blog/bootstrap-twitter">released</a> on <a href="https://twitter.com/mdo/statuses/104620039650557952"><time datetime="2011-08-19 11:25">Friday, August 19, 2011</time></a>, we've since had over <a href="https://github.com/twbs/bootstrap/releases">twenty releases</a>, including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.</p>
</div>
@@ -67,3 +67,19 @@ base_url: "../"
</ul>
<p>You can also follow <a href="https://twitter.com/twbootstrap">@twbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p>
</div>
+
+
+<!-- Translations
+================================================== -->
+<div class="bs-docs-section">
+ <div class="page-header">
+ <h1 id="translations">Translations</h1>
+ </div>
+ <p class="lead">Community members have translated Bootstrap's documentation into various langauges. None are officially supported and may not always be up to date.</p>
+ <ul>
+ <li><a href="http://v3.bootcss.com/">Bootstrap in Chinese</a></li>
+ <li><a href="http://bootstrap.oneskyapp.net/ru">Bootstrap in Russian</a></li>
+ <li><a href="http://bootstrap.oneskyapp.net/es">Bootstrap in Spanish</a></li>
+ </ul>
+ <p>Have another language to add, or perhaps a different or better translation? Let us know by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a>.</p>
+</div>