Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
header redirect, minor changes to history and warnings pages
  • Loading branch information
rrc12004 committed Feb 11, 2019
1 parent 023bcec commit cf1c134
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/header/header.component.html
Expand Up @@ -24,5 +24,5 @@
</div>

</nav>
<img src = "assets/images/logo2.png" class=" d-block img-fluid py-3 pl-3" alt="Responsive image">
<a routerLink = "/"><img src = "assets/images/logo2.png" class=" d-block img-fluid py-3 pl-3" alt="Responsive image"></a>
</header>
1 change: 1 addition & 0 deletions src/app/history/history.component.html
@@ -1,3 +1,4 @@
<h1>Data Mining Graphs/Visualizations</h1> <br>
<p>
(There will be graphs in this area and other visualizations)
</p>
4 changes: 4 additions & 0 deletions src/app/warnings/warnings.component.html
@@ -1,6 +1,10 @@
<div class = "container">
<div class = "row" >
<div class = "col-md mt-5">
<h1> Current Warnings</h1> <br>
<ul>
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </li>
</ul>
<h1> Warning History</h1> <br>
<ul>
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </li>
Expand Down

0 comments on commit cf1c134

Please sign in to comment.