summaryrefslogtreecommitdiffstats
path: root/views/Feeds/index.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/Feeds/index.html.php')
-rw-r--r--views/Feeds/index.html.php42
1 files changed, 0 insertions, 42 deletions
diff --git a/views/Feeds/index.html.php b/views/Feeds/index.html.php
deleted file mode 100644
index 9aa744c..0000000
--- a/views/Feeds/index.html.php
+++ /dev/null
@@ -1,42 +0,0 @@
-<!-- page container -->
- <div id="page" >
- <!-- page title -->
- <h2 class="ribbon blue full" >About Us <span>A bit about our company</span> </h2>
- <div class="triangle-ribbon blue" ></div>
- <br class="cl" >
- <!-- page content -->
- <div id="page-content" class="two-col container_12" >
- <div class="grid_4">
- <!-- sidebar -->
- <aside>
- <div class="sidebar-nav" >
- <li class="first current" ><a href="#" >Feed</a></li>
- <li class="" ><a href="#" >Direct Message</a></li>
- </div>
- </aside>
- </div>
- <!-- Page Content -->
- <div class="grid_4"> <img class="inlinepic" src="img/about.jpg" alt="" /> </div>
- <div class="grid_8">
- <h4>John Doe</h4>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
- <h5 class="inline">Skills:</h5>
- <ul class="tags">
- <li>HTML</li>
- <li>CSS</li>
- <li>JS/jQuery</li>
- </ul>
- <h5 class="inline">Social:</h5>
- <ul class="social">
- <li><a href="#"><img class="tooltip" src="img/social/16/twitter.png" title="Follow me on Twitter" alt="twitter" /></a></li>
- <li><a href="#"><img class="tooltip" src="img/social/16/facebook.png" title="My Facebook profile" alt="facebook" /></a></li>
- <li><a href="#"><img class="tooltip" src="img/social/16/linkedin.png" title="My LinkedIn profile" alt="linkedin" /></a></li>
- <li><a href="#"><img class="tooltip" src="img/social/16/skype.png" title="Call me on Skype" alt="skype" /></a></li>
- </ul>
- </div>
- <br class="cl" />
- <br />
- </div>
-
- <div>
-</div>