-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
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
Add docs "Welcome" section #10528
Closed
Closed
Add docs "Welcome" section #10528
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7754941
Add Welcome section to docs
mdo f00e6de
shorter avatar urls
mdo d42591e
use irc link
mdo 632e3c4
Merge branch 'master' into docs_welcome
mdo 674e83a
Copy edits from @cvrebert and @juthilo
mdo ea99a0a
dat @juthilo edit
mdo fb9c81f
dat hash
mdo e876da4
get HTML closer to validating
cvrebert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,72 @@ | |
--- | ||
|
||
|
||
<!-- Welcome | ||
================================================== --> | ||
<div class="bs-docs-section"> | ||
<div class="page-header"> | ||
<h1 id="welcome">Welcome!</h1> | ||
</div> | ||
<p class="lead">You're looking at the official documentation for Bootstrap (v{{ site.version }}), a front-end framework for building on the Web. Before diving in, get the background story on Bootstrap, useful tidbits about the docs, helpful community links, and more.</p> | ||
|
||
<h2 id="welcome-history">Brief history</h2> | ||
<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 Twitter Blueprint. 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. It served as the style guide for internal tools development at the company for over a year before its public release.</p> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Prior to being open-sourced framework" [sic]. Don't need "framework". |
||
<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 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> | ||
|
||
<h2 id="welcome-core-team">Core team</h2> | ||
<p>Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.</p> | ||
<div class="list-group bs-team"> | ||
<a class="list-group-item team-member" href="https://github.com/mdo"> | ||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mdo&type=follow" width="120" height="20"></iframe> | ||
<img src="http://www.gravatar.com/avatar/bc4ab438f7a4ce1c406aadc688427f2c" alt="@mdo"> | ||
<strong>Mark Otto</strong> <small>@mdo</small> | ||
</a> | ||
<a class="list-group-item team-member" href="https://github.com/fat"> | ||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=fat&type=follow" width="120" height="20"></iframe> | ||
<img src="http://www.gravatar.com/avatar/a98244cbdacaf1c0b55499466002f7a8" alt="@fat"> | ||
<strong>Jacob Thornton</strong> <small>@fat</small> | ||
</a> | ||
<a class="list-group-item team-member" href="https://github.com/cvrebert"> | ||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=cvrebert&type=follow" width="120" height="20"></iframe> | ||
<img src="http://www.gravatar.com/avatar/edec428c425453955f770095a7d26c50" alt="@cvrebert"> | ||
<strong>Chris Rebert</strong> <small>@cvrebert</small> | ||
</a> | ||
<a class="list-group-item team-member" href="https://github.com/juthilo"> | ||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=juthilo&type=follow" width="120" height="20"></iframe> | ||
<img src="http://www.gravatar.com/avatar/bc4ab438f7a4ce1c406aadc688427f2c" alt="@juthilo"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
<strong>Julian Thilo</strong> <small>@juthilo</small> | ||
</a> | ||
</div> | ||
<p>Get involved with Bootstrap development by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a> or submitting a pull request. Read our <a href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md">contributing guidelines</a> for more information.</p> | ||
|
||
<h2 id="welcome-callouts">Callouts</h2> | ||
<p>We use callouts throughout the docs to direct attention to important contextual information. These callouts can be informative and optional (blue), warnings (yellow), or dangerously important (red).</p> | ||
<div class="bs-callout bs-callout-info"> | ||
<h4>Extra information</h4> | ||
<p>These are helpful notes that provide background information or additional context.</p> | ||
</div> | ||
<div class="bs-callout bs-callout-warning"> | ||
<h4>Heads up</h4> | ||
<p>This is a warning used to highlight pertinent, though not necessarily required, information.</p> | ||
</div> | ||
<div class="bs-callout bs-callout-danger"> | ||
<h4>Potential danger ahead</h4> | ||
<p>Pay attention to these for potentially dangerous or tricky requirements, bugs, and more.</p> | ||
</div> | ||
<p>See something worth calling out? Let us know with an <a href="https://github.com/twbs/bootstrap/issues/new">issue on GitHub</a>.</p> | ||
|
||
<h2 id="welcome-community">Community</h2> | ||
<p>Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.</p> | ||
<ul> | ||
<li>Read and subscribe to <a href="http://blog.getbootstrap.com/">The Official Bootstrap Blog</a>.</li> | ||
<li>Have a question that's not a feature request or bug report? <a href="http://groups.google.com/group/twitter-bootstrap">Ask on the mailing list.</a></li> | ||
<li>Chat with fellow Bootstrappers using IRC in the <code>irc.freenode.net</code> server, in the <a href="irc://irc.freenode.net/#twitter-bootstrap">##twitter-bootstrap channel</a>.</li> | ||
<li>Find inspiring examples of people building with Bootstrap at the <a href="http://expo.getbootstrap.com">Bootstrap Expo</a>.</li> | ||
</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> | ||
|
||
|
||
<!-- Getting started | ||
================================================== --> | ||
<div class="bs-docs-section"> | ||
|
@@ -55,6 +121,7 @@ <h4>Compiling Bootstrap's LESS files</h4> | |
</div> | ||
</div> | ||
|
||
|
||
<!-- File structure | ||
================================================== --> | ||
<div class="bs-docs-section"> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposal for this line and the adapted one in getting-started,html:
The link is actually irc://irc.freenode.net/#twitter-bootstrap (including the #), because the channel is "non-primary" and has two ##.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gah, the double hash in the URL doesn't work for me. Might need to ditch the URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh? There's one hash in the URL and a double hash in the channel name.