Skip to content

Commit

Permalink
POC-4
Browse files Browse the repository at this point in the history
  • Loading branch information
mohigup committed Mar 11, 2016
1 parent 6c82af0 commit c8bfe94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions public/assignment/myindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@


<ul>
<li><a href="../index.html">Assignment 1: Development Environment</a></li>
<li><a href="index.html">Assignment 2: User Interface Development</a></li>
<!-- <li><a href="../index.html">Assignment 1: Development Environment</a></li>-->
<li><a href="index.html">User Interface Development</a></li>
<li><a href="index.html">Client Side Development</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<a href="https://docs.google.com/a/husky.neu.edu/document/d/1vdvGPf1FPF41B5G7Foa69QHBS2qu5uXmql_AGLb8pVA/edit?usp=sharing">Project Proposal</a>
</li>
<li>
<a href="project/index.html">Projects</a>
<a href="project/index.html">Project (Proof of Concept)</a>
</li>
<li>
<a href="https://github.com/mohigup/WebDevSpring2016">GitHub</a>
Expand Down
12 changes: 6 additions & 6 deletions public/project/views/home/home.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ <h1>GitViz</h1>
<div class="row">
<div class="col-md-4">
<h2>Heading 1</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
<a class="btn btn-default" href="#">More Info</a>
<p>Access your git commits privately and generate interactive HTML5 slides</p>
<a class="btn btn-default" href="#/home">More Info</a>
</div>
<!-- /.col-md-4 -->
<div class="col-md-4">
<h2>Heading 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
<a class="btn btn-default" href="#">More Info</a>
<p>View commits and repo activity on Map to track team</p>
<a class="btn btn-default" href="#/home">More Info</a>
</div>
<!-- /.col-md-4 -->
<div class="col-md-4">
<h2>Heading 3</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
<a class="btn btn-default" href="#">More Info</a>
<p>24X7 Support Provided</p>
<a class="btn btn-default" href="#/home">More Info</a>
</div>
<!-- /.col-md-4 -->
</div>
Expand Down

0 comments on commit c8bfe94

Please sign in to comment.