Skip to content

Commit

Permalink
Modify readme and view
Browse files Browse the repository at this point in the history
  • Loading branch information
ekyfauzi committed Apr 29, 2015
1 parent 0909fda commit 0e8e2dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#Bootpad

##Description
The Simple MVC Framework for build website application easier
including Twitter Bootstrap and jQuery
The Simple MVC Framework, build simple website application easier. Styling with Twitter Bootstrap, awesome with jQuery, and database with MySQL.

##Documentation
Please visit http://getbootpad.herokuapp.com for more Documentation

##Legal
Feel free to update or modified this project. I hope this project can help you built your own project.
Feel free to update or modified this project. I hope this project can help you built your website.
4 changes: 2 additions & 2 deletions application/views/home/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">bootpad</a>
<a class="navbar-brand" href="#">Bootpad</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down Expand Up @@ -58,7 +58,7 @@
<div class="jumbotron">
<h3>Level up!</h3>
<p>Congratulation, now you can use Bootpad!</p>
<p>You can modified this view on <code>/application/views/home.php</code> also you can add another page as you needed.</p>
<p>You can modified this view on <code>/application/views/home/index.php</code> also you can add another page as you needed.</p>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion application/views/layouts/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="">
<link rel="shortcut icon" href="#">

<title>bootpad | Simple MVC with Bootstrap</title>
<title>Bootpad | Simple MVC with Bootstrap</title>

<!-- Bootstrap core CSS -->
<link href="<?php echo base_url('vendors/bootstrap/css/bootstrap.min.css'); ?>" rel="stylesheet">
Expand Down

0 comments on commit 0e8e2dd

Please sign in to comment.