Advertisement
fkbullet

Index.cshtml

Oct 5th, 2014
2,333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 7.47 KB | None | 0 0
  1. @{
  2.     ViewBag.Title = "Home Page";
  3. }
  4.  
  5.  
  6.  
  7. <div class="container">
  8.     <div class="col-sm-10 col-sm-offset-1">
  9.         <div class="page-header text-center">
  10.             <h1>Sticky Footer with Fly-in Navbar</h1>
  11.         </div>
  12.  
  13.         <p class="lead text-center">
  14.             Twitter Bootstrap is a front-end toolkit to rapidly build web applications.
  15.         </p>
  16.         <p class="text-center">
  17.             Bootstrap is a framework that uses some of the latest browser techniques to provide you with stylish typography, navigation, buttons, tables, etc. One of the primary changes in Bootstrap 3 is an emphasis on Mobile-First responsive design. The goal is to elevate the mobile experience to a first-class citizen of the design process, because several billion mobile users is quite a large market to tap into. So, sites built with the current Bootstrap version target mobile devices and scale for larger screens depending on screen size.
  18.         </p>
  19.     </div>
  20. </div>
  21.  
  22. <div class="divider" id="section2"></div>
  23.  
  24. <section class="bg-1">
  25.     <div class="col-sm-6 col-sm-offset-3 text-center"><h2 style="padding:20px;background-color:rgba(5,5,5,.8)">Try and Tweak Different Layouts</h2></div>
  26. </section>
  27.  
  28. <div class="divider"></div>
  29.  
  30. <div class="container" id="section3">
  31.     <div class="col-sm-8 col-sm-offset-2 text-center">
  32.         <h1>Mobile-first + Responsive</h1>
  33.  
  34.         <p>
  35.             Instead of creating a unique version of the webpage for each desktop, mobile &amp; tablet, you can now create one design that works on all devices, browsers &amp; resolutions. Your designs will be future ready when a new table or phone size comes in the market, your designs will adapt itself and fit to the new screen size.
  36.         </p>
  37.  
  38.         <hr>
  39.  
  40.         <img src="/assets/example/bg_smartphones.jpg" class="img-responsive">
  41.  
  42.         <hr>
  43.     </div><!--/col-->
  44. </div><!--/container-->
  45.  
  46. <div class="divider"></div>
  47.  
  48. <section class="bg-3" id="section4">
  49.     <div class="col-sm-6 col-sm-offset-3 text-center"><h2 style="padding:20px;background-color:rgba(5,5,5,.8)">Leverage Snippets &amp; Examples</h2></div>
  50. </section>
  51.  
  52. <div class="continer bg-4">
  53.     <div class="row">
  54.         <div class="col-sm-4 col-xs-6">
  55.  
  56.             <div class="panel panel-default">
  57.                 <div><img src="//placehold.it/450X250/565656/eee" class="img-responsive"></div>
  58.                 <div class="panel-body">
  59.                     <p class="lead">Hacker News</p>
  60.                     <p>120k Followers, 900 Posts</p>
  61.  
  62.                     <p>
  63.                         <img src="https://lh4.googleusercontent.com/-9Yw2jNffJlE/AAAAAAAAAAI/AAAAAAAAAAA/u3WcFXvK-g8/s28-c-k-no/photo.jpg" width="28px" height="28px">
  64.                     </p>
  65.                 </div>
  66.             </div><!--/panel-->
  67.         </div><!--/col-->
  68.  
  69.         <div class="col-sm-4 col-xs-6">
  70.  
  71.             <div class="panel panel-default">
  72.                 <div class="panel-thumbnail"><img src="//placehold.it/450X250/ffcc33/444" class="img-responsive"></div>
  73.                 <div class="panel-body">
  74.                     <p class="lead">Bootstrap Templates</p>
  75.                     <p>902 Followers, 88 Posts</p>
  76.  
  77.                     <p>
  78.                         <img src="https://lh5.googleusercontent.com/-AQznZjgfM3E/AAAAAAAAAAI/AAAAAAAAABA/WEPOnkQS_20/s28-c-k-no/photo.jpg" width="28px" height="28px">
  79.                     </p>
  80.                 </div>
  81.             </div><!--/panel-->
  82.         </div><!--/col-->
  83.  
  84.         <div class="col-sm-4 col-xs-6">
  85.  
  86.             <div class="panel panel-default">
  87.                 <div class="panel-thumbnail"><img src="//placehold.it/450X250/f16251/444" class="img-responsive"></div>
  88.                 <div class="panel-body">
  89.                     <p class="lead">Social Media</p>
  90.                     <p>19k Followers, 789 Posts</p>
  91.  
  92.                     <p>
  93.                         <img src="https://lh4.googleusercontent.com/-eSs1F2O7N1A/AAAAAAAAAAI/AAAAAAAAAAA/caHwQFv2RqI/s28-c-k-no/photo.jpg" width="28px" height="28px">
  94.                         <img src="https://lh4.googleusercontent.com/-9Yw2jNffJlE/AAAAAAAAAAI/AAAAAAAAAAA/u3WcFXvK-g8/s28-c-k-no/photo.jpg" width="28px" height="28px">
  95.                     </p>
  96.                 </div>
  97.             </div><!--/panel-->
  98.  
  99.         </div><!--/col-->
  100.     </div><!--/row-->
  101. </div><!--/container-->
  102.  
  103. <div class="divider" id="section5"></div>
  104.  
  105. <div class="row">
  106.  
  107.     <h1 class="text-center">Where In The World?</h1>
  108.  
  109.     <div id="map-canvas"></div>
  110.  
  111.     <hr>
  112.  
  113.     <div class="col-sm-8">
  114.  
  115.         <div class="row form-group">
  116.             <div class="col-xs-3">
  117.                 <input type="text" class="form-control" id="firstName" name="firstName" placeholder="First Name" required="">
  118.             </div>
  119.             <div class="col-xs-3">
  120.                 <input type="text" class="form-control" id="middleName" name="firstName" placeholder="Middle Name" required="">
  121.             </div>
  122.             <div class="col-xs-4">
  123.                 <input type="text" class="form-control" id="lastName" name="lastName" placeholder="Last Name" required="">
  124.             </div>
  125.         </div>
  126.         <div class="row form-group">
  127.             <div class="col-xs-5">
  128.                 <input type="email" class="form-control" name="email" placeholder="Email" required="">
  129.             </div>
  130.             <div class="col-xs-5">
  131.                 <input type="email" class="form-control" name="phone" placeholder="Phone" required="">
  132.             </div>
  133.         </div>
  134.         <div class="row form-group">
  135.             <div class="col-xs-10">
  136.                 <input type="homepage" class="form-control" placeholder="Website URL" required="">
  137.             </div>
  138.         </div>
  139.         <div class="row form-group">
  140.             <div class="col-xs-10">
  141.                 <button class="btn btn-default pull-right">Contact Us</button>
  142.             </div>
  143.         </div>
  144.  
  145.     </div>
  146.     <div class="col-sm-3 pull-right">
  147.  
  148.         <address>
  149.             <strong>Iatek, LLC.</strong><br>
  150.             795 Folsom Ave, Suite 600<br>
  151.             Newport, RI 94107<br>
  152.             P: (123) 456-7890
  153.         </address>
  154.  
  155.         <address>
  156.             <strong>Email Us</strong><br>
  157.             <a href="mailto:#">first.last@example.com</a>
  158.         </address>
  159.     </div>
  160.  
  161. </div><!--/row-->
  162.  
  163. <div class="container">
  164.     <div class="col-sm-8 col-sm-offset-2 text-center">
  165.         <h2>Beautiful Bootstrap Templates</h2>
  166.  
  167.         <hr>
  168.         <h4>
  169.             We love templates. We love Bootstrap.
  170.         </h4>
  171.         <p>Get more free templates like this at the <a href="http://bootply.com">Bootstrap Playground</a>, Bootply.</p>
  172.         <hr>
  173.         <ul class="list-inline center-block">
  174.             <li><a href="http://facebook.com/bootply"><img src="/assets/example/soc_fb.png"></a></li>
  175.             <li><a href="http://twitter.com/bootply"><img src="/assets/example/soc_tw.png"></a></li>
  176.             <li><a href="http://google.com/+bootply"><img src="/assets/example/soc_gplus.png"></a></li>
  177.             <li><a href="http://pinterest.com/in1"><img src="/assets/example/soc_pin.png"></a></li>
  178.         </ul>
  179.  
  180.     </div><!--/col-->
  181. </div><!--/container-->
  182.  
  183. <div id="footer">
  184.     <div class="container">
  185.         <p class="text-muted">This Bootstrap Example courtesy <a href="http://www.bootply.com">Bootply.com</a></p>
  186.     </div>
  187. </div>
  188.  
  189. <ul class="nav pull-right scroll-top">
  190.     <li><a href="#" title="Scroll to top"><i class="glyphicon glyphicon-chevron-up"></i></a></li>
  191. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement