Coder Social home page Coder Social logo

bootstrapmvc's Introduction

Hi ๐Ÿ‘‹, I'm Krisztian Gyuris

A passionate developer from Hungary

gyurisc

  • ๐Ÿ”ญ Iโ€™m currently working on various Side Projects

  • ๐Ÿ“ My personal website is gyurisc.com

  • Talk to me on X

  • โšก Fun fact Drinking loads of coffee

ย gyurisc

gyurisc gyurisc gyurisc

bootstrapmvc's People

Contributors

gyurisc avatar jamesmanning avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrapmvc's Issues

Create a VS2010 Project Template

This work is great, but it would be much better if it could be downloaded as a project template from the Visual Studio Extension Gallery.
Roberto.-

LogOn screen, use the latest BootStrap form options

add the "type" and "placeholder" to the textboxes to style it up like bootstrap

LogOn.cshtml

<div class="clearfix">
                        @Html.LabelFor(m => m.UserName)
                        <div class="input">
                            @Html.TextBoxFor(m => m.UserName, new { @type = "text", @placeholder = "UserName", @class = "xlarge"})
                            @Html.ValidationMessageFor(m => m.UserName)
                        </div>
                    </div>
                    <div class="clearfix">
                        @Html.LabelFor(m => m.Password)
                        <div class="input">
                            @Html.TextBoxFor(m => m.Password, new { @type = "text", @placeholder = "Password", @class = "xlarge" })
                            @Html.ValidationMessageFor(m => m.Password)
                        </div>
                    </div>

Integrate Bootstrap 2.0

It would be nice to have integrated in project last release of Bootstrap (Bootstrap 2.0).

Index page... spans are off

the row has to add up to 12 (i think)... change span4 span5 span6 to span4 span4 span4... that equals 12... and then it lines up those three columns evenly...

home/Index.cshtml

<div class="row"> 
    <div class="span4"> 
      <h2>Model</h2> 
      <p>The model contains the core information for an application. This includes the data and validation rules as well as data access and aggregation logic.</p> 
      <p><a class="btn" href="http://www.asp.net/mvc/tutorials#Models">Model details &raquo;</a></p> 
    </div> 
    <div class="span4"> 
      <h2>View</h2> 
       <p>The view encapsulates the presentation of the application, and in ASP.NET this is typically the HTML markup. </p> 
      <p><a class="btn" href="http://www.asp.net/mvc/tutorials#Views">View details &raquo;</a></p> 
   </div> 
    <div class="span4"> 
      <h2>Controller</h2> 
      <p>The controller contains the control-flow logic. It interacts with the Model and Views to control the flow of information and execution of the application.</p> 
      <p><a class="btn" href="http://www.asp.net/mvc/tutorials#Controllers">Controller details &raquo;</a></p> 
    </div> 

Layout doesn't look like the screenshot

Hello there. First of all great initiative, but I'm having some problems.

the layout looks like this in chrome and IE after cloning the project and building it:
http://dl.dropbox.com/u/1040055/temp/bootstrap.JPG

log on is not alligned right
header is too close to the menu bar
there is only two columns
there is no line at the buttom
all buttons is the same color

when you click at the other menu items not all text is shown because it is placed under the menubar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.