Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4 from andela-angene/tools-page
Browse files Browse the repository at this point in the history
create static html page for tools and integrate to app
  • Loading branch information
Anthony Ngene authored Aug 12, 2017
2 parents 15988c7 + 4a4a6fe commit b48950f
Show file tree
Hide file tree
Showing 50 changed files with 1,555 additions and 41 deletions.
3 changes: 3 additions & 0 deletions coursebuilder/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -965,3 +965,6 @@ html.hide-controls .gcb-assessment-contents .gcb-border-box {
margin: 0;
padding: 0;
}



Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<link rel="import" href="/modules/explorer/_static/components/pages/homepage.html">
<link rel="import" href="/modules/explorer/_static/components/pages/certification.html">
<link rel="import" href="/modules/explorer/_static/components/pages/tools-page.html">


<dom-module id="course-explorer">
Expand All @@ -19,6 +20,8 @@

<certification-page current-user="[[currentUser]]"></certification-page>

<tools-page current-user="[[currentUser]]"></tools-page>


<div id="explorer" class="page-wrapper">

Expand Down Expand Up @@ -90,8 +93,6 @@ <h2>Topic Library</h2>
</div>
</div>
</div>


</template>
<script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h3>Words to live by</h3>
<!-- Continue Learning -->
<a href="#!">
<div class="continue-learning">
<p class="tiny-text">Continue learining</p>
<p class="tiny-text">Continue learning</p>

<h3>View your Dashboard <i class="material-icons">arrow_forward</i></h3>
</div>
Expand Down
Loading

0 comments on commit b48950f

Please sign in to comment.