Skip to content

Commit

Permalink
router menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jhades committed Oct 11, 2016
1 parent 99d6fa9 commit f28ea81
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions src/app/courses/courses.component.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,18 @@
<main>

<div class="container">

<div class="row row-offcanvas row-offcanvas-right">

<div class="col-xs-12 col-sm-9">

<p class="pull-xs-right hidden-sm-up">
<button type="button" class="btn btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button>
</p>

<ol class="breadcrumb">
<li class="breadcrumb-item"><a routerLink="/home">Home</a></li>
<li class="breadcrumb-item active">Courses</li>
</ol>

<div class="jumbotron">
<h1>Course Categories!</h1>
<p>This is a list of course categories, click on each to see a list of courses for a given category.</p>
</div>

<router-outlet></router-outlet>

</div><!--/span-->

</div>
<router-outlet name="sidemenu"></router-outlet>

</div><!--/row-->

<hr>

<footer>
<p>© Company 2014</p>
</footer>

</div>
</div>

</main>

0 comments on commit f28ea81

Please sign in to comment.