]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
adding more icons for the homepage for open source, twitter, and html5/css3
authorMark Otto <mark.otto@twitter.com>
Fri, 28 Oct 2011 06:34:48 +0000 (23:34 -0700)
committerMark Otto <mark.otto@twitter.com>
Fri, 28 Oct 2011 06:34:48 +0000 (23:34 -0700)
docs/assets/css/docs.css
docs/assets/img/icon-css3.png [new file with mode: 0644]
docs/assets/img/icon-github.png [new file with mode: 0644]
docs/assets/img/icon-html5.png [new file with mode: 0644]
docs/assets/img/icon-twitter.png [new file with mode: 0644]
docs/index.html

index 66e87fdf9e1d1ffc8db4a5922bbb80bd6f00aadc..79c90477430ce92051407018bc23b7f17a79e107 100644 (file)
@@ -172,10 +172,14 @@ body > .navbar-fixed .brand:hover {
 .marketing p {
   margin-right: 10px;
 }
-.marketing img {
+.marketing .icon {
   float: left;
   margin: 7px 10px 0 0;
 }
+.marketing .small-icon {
+  float: left;
+  margin: 4px 5px 0 0;
+}
 
 
 /* Footer
diff --git a/docs/assets/img/icon-css3.png b/docs/assets/img/icon-css3.png
new file mode 100644 (file)
index 0000000..eb3651b
Binary files /dev/null and b/docs/assets/img/icon-css3.png differ
diff --git a/docs/assets/img/icon-github.png b/docs/assets/img/icon-github.png
new file mode 100644 (file)
index 0000000..8afcce9
Binary files /dev/null and b/docs/assets/img/icon-github.png differ
diff --git a/docs/assets/img/icon-html5.png b/docs/assets/img/icon-html5.png
new file mode 100644 (file)
index 0000000..e9066c6
Binary files /dev/null and b/docs/assets/img/icon-html5.png differ
diff --git a/docs/assets/img/icon-twitter.png b/docs/assets/img/icon-twitter.png
new file mode 100644 (file)
index 0000000..98241d0
Binary files /dev/null and b/docs/assets/img/icon-twitter.png differ
index 4524b79506c530fac734254afc17ee17ce2378a3..e712f6ed05e117a04598ceab09e16c8753dc5b89 100644 (file)
         <div class="marketing">
           <div class="row">
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_042_group.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_042_group.png">
               <h2>Built for and by nerds</h2>
               <p>Like you, we love building awesome products on the web. We love it so much, we decided to help people just like us do it easier, better, and faster. Bootstrap is built for you.</p>
             </div>
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_079_podium.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_079_podium.png">
               <h2>For all skill levels</h2>
               <p>Bootstrap is designed to help people of all skill level&mdash;designer or developer, huge nerd or early beginner. Use it as a complete kit or use to start something more complex.</p>
             </div>
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_163_iphone.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_163_iphone.png">
               <h2>Cross-everything</h2>
               <p>Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.</p>
             </div>
           </div><!--/row-->
           <div class="row">
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
               <h2>12-column grid</h2>
               <p>Grid systems aren't everything, but having a durable and flexible one at the core of your work can make development much simpler. Use our built-in grid classes or roll your own.</p>
             </div>
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_214_resize_small.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_214_resize_small.png">
               <h2>Responsive design</h2>
               <p>With Bootstrap 2, we've gone fully responsive. Our components are flexible enough to scale according to whatever resolution or device you're using to provide a consistent experience, no matter what.</p>
             </div>
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_266_book_open.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_266_book_open.png">
               <h2>Styleguide docs</h2>
               <p>Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.</p>
             </div>
           </div><!--/row-->
           <div class="row">
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_082_roundabout.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png">
               <h2>Growing library</h2>
               <p>Despite being only 7kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.</p>
             </div>
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_009_magic.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png">
               <h2>Custom jQuery plugins</h2>
               <p>What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.</p>
             </div>
             <div class="span4">
-              <img src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
+              <img class="icon" src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
               <h2>Built on LESS</h2>
               <p>Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.</p>
             </div>
           </div><!--/row-->
           <div class="row">
             <div class="span3">
+              <img class="small-icon" src="assets/img/icon-html5.png">
               <h3>HTML5</h3>
               <p>Built to support new HTML5 elements and syntax.</p>
             </div>
             <div class="span3">
+              <img class="small-icon" src="assets/img/icon-css3.png">
               <h3>CSS3</h3>
               <p>Progressively enhanced components for ultimate style.</p>
             </div>
             <div class="span3">
+              <img class="small-icon" src="assets/img/icon-github.png">
               <h3>Open-source</h3>
               <p>Built for and maintained by the community via <a href="https://github.com">GitHub</a>.</p>
             </div>
             <div class="span3">
+              <img class="small-icon" src="assets/img/icon-twitter.png">
               <h3>Made at Twitter</h3>
               <p>Brought to you by experienced engineers and designers.</p>
             </div>