TwitterBootstrap1.zip
TwitterBootstrap1
App_Data
packages
Microsoft.AspNet.Razor.2.0.20710.0
Microsoft.AspNet.Razor.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.2.0.20710.0
Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.Administration.2.0.20710.0
Microsoft.AspNet.WebPages.Administration.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.Data.2.0.20710.0
Microsoft.AspNet.WebPages.Data.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.WebData.2.0.20710.0
Microsoft.AspNet.WebPages.WebData.2.0.20710.0.nupkg
Microsoft.Web.Infrastructure.1.0.0.0
Microsoft.Web.Infrastructure.1.0.0.0.nupkg
NuGet.Core.1.6.2
NuGet.Core.1.6.2.nupkg
bin
Microsoft.Web.Infrastructure.dll
NuGet.Core.dll
System.Web.Helpers.dll
System.Web.Razor.dll
System.Web.WebPages.Administration.dll
System.Web.WebPages.Deployment.dll
System.Web.WebPages.dll
System.Web.WebPages.Razor.dll
WebMatrix.Data.dll
WebMatrix.WebData.dll
bootstrap
css
img
glyphicons-halflings.png
glyphicons-halflings-white.png
js
favicon.ico
TwitterBootstrap2-noexe.zip
TwitterBootstrap2
App_Data
packages
Microsoft.AspNet.Razor.2.0.20710.0
Microsoft.AspNet.Razor.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.2.0.20710.0
Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.Administration.2.0.20710.0
Microsoft.AspNet.WebPages.Administration.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.Data.2.0.20710.0
Microsoft.AspNet.WebPages.Data.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.WebData.2.0.20710.0
Microsoft.AspNet.WebPages.WebData.2.0.20710.0.nupkg
Microsoft.Web.Infrastructure.1.0.0.0
Microsoft.Web.Infrastructure.1.0.0.0.nupkg
NuGet.Core.1.6.2
NuGet.Core.1.6.2.nupkg
bootstrap
css
less
accordion.less
alerts.less
bootstrap.less
breadcrumbs.less
button-groups.less
buttons.less
carousel.less
close.less
code.less
component-animations.less
dropdowns.less
forms.less
grid.less
hero-unit.less
labels-badges.less
layouts.less
media.less
mixins.less
modals.less
navbar.less
navs.less
pager.less
pagination.less
popovers.less
progress-bars.less
reset.less
responsive.less
responsive-1200px-min.less
responsive-767px-max.less
responsive-768px-979px.less
responsive-navbar.less
responsive-utilities.less
scaffolding.less
sprites.less
tables.less
tests
thumbnails.less
tooltip.less
type.less
utilities.less
variables.less
wells.less
img
glyphicons-halflings.png
glyphicons-halflings-white.png
js
favicon.ico
TwitterBootstrap2.zip
Microsoft.AspNet.Razor.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.Administration.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.Data.2.0.20710.0.nupkg
Microsoft.AspNet.WebPages.WebData.2.0.20710.0.nupkg
Microsoft.Web.Infrastructure.1.0.0.0.nupkg
NuGet.Core.1.6.2.nupkg
bin
Microsoft.Web.Infrastructure.dll
NuGet.Core.dll
System.Web.Helpers.dll
System.Web.Razor.dll
System.Web.WebPages.Administration.dll
System.Web.WebPages.Deployment.dll
System.Web.WebPages.dll
System.Web.WebPages.Razor.dll
WebMatrix.Data.dll
WebMatrix.WebData.dll
accordion.less
alerts.less
bootstrap.less
breadcrumbs.less
button-groups.less
buttons.less
carousel.less
close.less
code.less
component-animations.less
dropdowns.less
forms.less
grid.less
hero-unit.less
labels-badges.less
layouts.less
media.less
mixins.less
modals.less
navbar.less
navs.less
pager.less
pagination.less
popovers.less
progress-bars.less
reset.less
responsive.less
responsive-1200px-min.less
responsive-767px-max.less
responsive-768px-979px.less
responsive-navbar.less
responsive-utilities.less
scaffolding.less
sprites.less
tables.less
thumbnails.less
tooltip.less
type.less
utilities.less
variables.less
wells.less
glyphicons-halflings.png
glyphicons-halflings-white.png
favicon.ico
|
<!DOCTYPE html>
<html>
<head>
<title>Twitter Bootstrap Example</title>
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" media="screen">
</head>
<body>
<!-- The main container. -->
<div class="container">
<!-- A menu bar. -->
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">Twitter Bootstrap Example</a>
<ul class="nav">
<li class="active"><a href="Default.cshtml">Home</a></li>
<li><a href="About.cshtml">About</a></li>
<li><a href="Contact.cshtml">Contact</a></li>
</ul>
</div>
</div>
<h1>Twitter Bootstrap</h1>
<p>This is the first example!</p>
<!-- Example row, with four columns. -->
<div class="row">
<div class="span3">
<h2>Apple</h2>
<p>The apple is the pomaceous fruit of the apple tree, species Malus domestica in the rose family.</p>
</div>
<div class="span3">
<h2>Orange</h2>
<p>The orange (specifically, the sweet orange) is the fruit of the citrus Citrus × sinensis, species Citrus × sinensis in the family Rutaceae.</p>
</div>
<div class="span3">
<h2>Peach</h2>
<p>The peach, Prunus persica, is a deciduous tree, native to China and South Asia, where it was first cultivated.</p>
</div>
<div class="span3">
<h2>Pear</h2>
<p>The pear is any of several tree and shrub species of genus Pyrus, in the family Rosaceae.</p>
</div>
</div>
<hr />
<!-- Another row, with two columns. -->
<div class="row">
<div class="span6">
<h2>Cat</h2>
<p>The domestic cat (Felis catus or Felis silvestris catus) is a small, usually furry, domesticated, carnivorous mammal.</p>
</div>
<div class="span6">
<h2>Dog</h2>
<p>The domestic dog (Canis lupus familiaris), is a subspecies of the gray wolf (Canis lupus), a member of the Canidae family of the mammalian order Carnivora.</p>
</div>
</div>
<hr />
<p><small>Created by Dave Kerr as an example of the Twitter Bootstrap Framework.</small></p>
</div>
<!-- Include jQuery and Boostrap. -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.