Skip to content

Commit d59bd34

Browse files
author
IronSummitMedia
committed
SB Admin 2 Update
Added the viewport meta tag to all pages of SB Admin 2. Minor HTML Validation fixes for Business Casual.
1 parent e8f26ea commit d59bd34

File tree

18 files changed

+36
-22
lines changed

18 files changed

+36
-22
lines changed

downloads/sb-admin-v2.zip

530 Bytes
Binary file not shown.

templates/business-casual/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2 class="intro-text text-center">About <strong>business casual</strong>
6262
<hr>
6363
</div>
6464
<div class="col-md-6">
65-
<img class="img-responsive img-border-left" src="img/slide-2.jpg">
65+
<img class="img-responsive img-border-left" src="img/slide-2.jpg" alt="">
6666
</div>
6767
<div class="col-md-6">
6868
<p>This is a great place to introduce your company or project and describe what you do.</p>
@@ -82,19 +82,19 @@ <h2 class="intro-text text-center">Our <strong>Team</strong>
8282
<hr>
8383
</div>
8484
<div class="col-sm-4 text-center">
85-
<img class="img-responsive" src="http://placehold.it/750x450">
85+
<img class="img-responsive" src="http://placehold.it/750x450" alt="">
8686
<h3>John Smith
8787
<small>Job Title</small>
8888
</h3>
8989
</div>
9090
<div class="col-sm-4 text-center">
91-
<img class="img-responsive" src="http://placehold.it/750x450">
91+
<img class="img-responsive" src="http://placehold.it/750x450" alt="">
9292
<h3>John Smith
9393
<small>Job Title</small>
9494
</h3>
9595
</div>
9696
<div class="col-sm-4 text-center">
97-
<img class="img-responsive" src="http://placehold.it/750x450">
97+
<img class="img-responsive" src="http://placehold.it/750x450" alt="">
9898
<h3>John Smith
9999
<small>Job Title</small>
100100
</h3>

templates/business-casual/blog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2 class="intro-text text-center">Company <strong>blog</strong>
6262
<hr>
6363
</div>
6464
<div class="col-lg-12 text-center">
65-
<img class="img-responsive img-border img-full" src="img/slide-1.jpg">
65+
<img class="img-responsive img-border img-full" src="img/slide-1.jpg" alt="">
6666
<h2>Post Title
6767
<br>
6868
<small>October 13, 2013</small>
@@ -72,7 +72,7 @@ <h2>Post Title
7272
<hr>
7373
</div>
7474
<div class="col-lg-12 text-center">
75-
<img class="img-responsive img-border img-full" src="img/slide-2.jpg">
75+
<img class="img-responsive img-border img-full" src="img/slide-2.jpg" alt="">
7676
<h2>Post Title
7777
<br>
7878
<small>October 13, 2013</small>
@@ -82,7 +82,7 @@ <h2>Post Title
8282
<hr>
8383
</div>
8484
<div class="col-lg-12 text-center">
85-
<img class="img-responsive img-border img-full" src="img/slide-3.jpg">
85+
<img class="img-responsive img-border img-full" src="img/slide-3.jpg" alt="">
8686
<h2>Post Title
8787
<br>
8888
<small>October 13, 2013</small>

templates/business-casual/contact.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2 class="intro-text text-center">Contact <strong>business casual</strong>
6363
</div>
6464
<div class="col-md-8">
6565
<!-- Embedded Google Map using an iframe - to select your location find it on Google maps and paste the link as the iframe src. If you want to use the Google Maps API instead then have at it! -->
66-
<iframe width="100%" height="400px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?hl=en&amp;ie=UTF8&amp;ll=37.0625,-95.677068&amp;spn=56.506174,79.013672&amp;t=m&amp;z=4&amp;output=embed"></iframe>
66+
<iframe width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?hl=en&amp;ie=UTF8&amp;ll=37.0625,-95.677068&amp;spn=56.506174,79.013672&amp;t=m&amp;z=4&amp;output=embed"></iframe>
6767
</div>
6868
<div class="col-md-4">
6969
<p>Phone: <strong>555.519.2013</strong>
@@ -96,8 +96,8 @@ <h2 class="intro-text text-center">Contact <strong>form</strong>
9696
<input type="email" class="form-control">
9797
</div>
9898
<div class="form-group col-lg-4">
99-
<label for="input3">Phone Number</label>
100-
<input type="phone" class="form-control">
99+
<label>Phone Number</label>
100+
<input type="tel" class="form-control">
101101
</div>
102102
<div class="clearfix"></div>
103103
<div class="form-group col-lg-12">

templates/business-casual/index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
<!-- Wrapper for slides -->
6868
<div class="carousel-inner">
6969
<div class="item active">
70-
<img class="img-responsive img-full" src="img/slide-1.jpg">
70+
<img class="img-responsive img-full" src="img/slide-1.jpg" alt="">
7171
</div>
7272
<div class="item">
73-
<img class="img-responsive img-full" src="img/slide-2.jpg">
73+
<img class="img-responsive img-full" src="img/slide-2.jpg" alt="">
7474
</div>
7575
<div class="item">
76-
<img class="img-responsive img-full" src="img/slide-3.jpg">
76+
<img class="img-responsive img-full" src="img/slide-3.jpg" alt="">
7777
</div>
7878
</div>
7979

@@ -85,14 +85,16 @@
8585
<span class="icon-next"></span>
8686
</a>
8787
</div>
88-
<h1>
88+
<h2>
8989
<small>Welcome to</small>
90-
<br>
90+
</h2>
91+
<h1>
9192
<span class="brand-name">Business Casual</span>
92-
<hr class="tagline-divider">
93-
<small>By <strong>Start Bootstrap</strong>
94-
</small>
9593
</h1>
94+
<hr class="tagline-divider">
95+
<h2>
96+
<small>By <strong>Start Bootstrap</strong></small>
97+
</h2>
9698
</div>
9799
</div>
98100
</div>
@@ -104,7 +106,7 @@ <h1>
104106
<h2 class="intro-text text-center">Build a website <strong>worth visiting</strong>
105107
</h2>
106108
<hr>
107-
<img class="img-responsive img-border img-left" src="img/intro-pic.jpg">
109+
<img class="img-responsive img-border img-left" src="img/intro-pic.jpg" alt="">
108110
<hr class="visible-xs">
109111
<p>The boxes used in this template are nested inbetween a normal Bootstrap row and the start of your column layout. The boxes will be full-width boxes, so if you want to make them smaller then you will need to customize.</p>
110112
<p>A huge thanks to <a href="http://join.deathtothestockphoto.com/" target="_blank">Death to the Stock Photo</a> for allowing us to use the beautiful photos that make this template really come to life. When using this template, make sure your photos are decent. Also make sure that the file size on your photos is kept to a minumum to keep load times to a minimum.</p>

templates/sb-admin-v2/blank.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55

66
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78

89
<title>Start Bootstrap - SB Admin Version 2.0 Demo</title>
910

templates/sb-admin-v2/buttons.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55

66
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78

89
<title>Start Bootstrap - SB Admin Version 2.0 Demo</title>
910

templates/sb-admin-v2/flot.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55

66
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78

89
<title>Start Bootstrap - SB Admin Version 2.0 Demo</title>
910

templates/sb-admin-v2/forms.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55

66
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78

89
<title>Start Bootstrap - SB Admin Version 2.0 Demo</title>
910

templates/sb-admin-v2/grid.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55

66
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78

89
<title>Start Bootstrap - SB Admin Version 2.0 Demo</title>
910

0 commit comments

Comments
 (0)