aboutsummaryrefslogtreecommitdiff
path: root/_layouts/home.html
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-16/+0
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-03-02docs skippy partial (#25750)m5o1-5/+1
* load skippy markup from includes
2017-10-17Remove class and scrollspy attributes from layoutsMark Otto1-1/+1
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR1-1/+1
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-05-30rename filesMark Otto1-1/+1
2017-05-29move scripts to separate include so we can include them across layouts even ↵Mark Otto1-0/+1
if the footer isn't there
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-0/+19
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-47/+0
2013-10-05merge in new adsMark Otto1-3/+2
2013-09-24Use "Skip to main content" phrasing consistently; further #10786 fixesChris Rebert1-1/+1
2013-09-11Remove unneeded comment in layoutsMark Otto1-1/+0
2013-08-23Use jekyll var for current version in docs; update banner in gruntfile to ↵Mark Otto1-1/+1
match .less banner
2013-08-22add blog link to homepageMark Otto1-0/+3
2013-08-18docs cleanup around alignment on homepage and footersMark Otto1-1/+6
2013-08-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-2/+2
Conflicts: customize.html examples/justified-nav/justified-nav.css
2013-08-18Fix examples url in _layouts/home.htmlvsn4ik1-1/+1
2013-08-18update urlsMark Otto1-2/+2
2013-08-17Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-2/+2
Conflicts: dist/css/bootstrap.min.css getting-started.html
2013-08-16increase spacing on homepage links and social buttons (fixes #9706)Mark Otto1-1/+1
2013-08-16fix Examples link on docs homepages; fixes #9693Chris Rebert1-1/+1
2013-08-16Docs cleanup for v3 prepMark Otto1-3/+1
2013-08-15more docs updates for new examplesMark Otto1-1/+1
2013-08-11Map "contentinfo" role to HTML5 footer elementKevin Suttle1-2/+2
http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#contentinfo
2013-08-06Improve accessibility (Section 508, WCAG)adamjacobbecker1-1/+2
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-07-26More vars workMark Otto1-3/+3
2013-07-26Use some vars for key urls for easier updatingMark Otto1-1/+1
2013-07-26Mo betta placement of old docs calloutsMark Otto1-2/+21
2013-07-25single include for old ads calloutMark Otto1-0/+3
2013-07-18flatten docs dir back into rootMark Otto1-0/+20