Skip to content

Instantly share code, notes, and snippets.

Created March 25, 2013 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5235801 to your computer and use it in GitHub Desktop.
Save anonymous/5235801 to your computer and use it in GitHub Desktop.
Landing Page HTML code for partlister.shanjitsingh.in. Part of the 'Create a Rails App from Scratch Part I'
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Partlister</a>
<div class="nav-collapse">
<ul class="nav pull-right">
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<br><br>
<div class="container-fluid">
<div class="row-fluid row">
<div class="well span4 offset3" style="width:50%; font:20px arial,sans-serif;">
<p align="justify">
The partlister is an open-source Ruby on Rails application
designed to help manage an electronic component inventory. <br><br>
Created as a weekend project, the application uses <a
href="http://twitter.github.com/bootstrap/" target="_blank">Twitter
Bootstrap</a> for its front-end design and the <a
href="http://rubyonrails.org/" target="_blank">Rails</a> framework for
its backend.
<br><br>
Source <a href="https://www.github.com/shanjit/partlister"
target="_blank">here</a>.
<br><br>
This Web-App is a fork of the partlister. <br> It is used to manage the electronic component inventory at the Centre for Electronic Design and Technology (CEDT) at Netaji Subhas Institute of Technology, New Delhi.
<br><br>
<a href="/public" target="_blank">Link</a> to the application. <br><br>
Currently hosted on <a href="http://heroku.com" target="_blank"> heroku</a>.
</p>
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->
<hr>
<div class="breadcrumb offset1" align="right" >
<a href="http://www.shanjitsingh.in" target="_blank">Shanjit Singh Jajmann</a>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment