-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
47 lines (45 loc) · 2.01 KB
/
footer.php
File metadata and controls
47 lines (45 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<div id="footer">
<div class="container">
<div class="row">
<div class="span3">
<img src="img/logo-dark.png">
<p>Texts.com allows you to sell and buy from your fellow classmates, since you all go to the same school, take the same classes and live on the same campus. <a href="#">Learn more about our initiative and why are are changing the game.</a></p>
</div>
<div class="span3">
<ul>
<h4>Join the movement.</h4>
<li><a href="find.php">Find your books to sell</a></li>
<li><a href="find.php">Find your books to buy</a></li>
</ul>
<ul>
<h4>Find us elsewhere</h4>
<li><a href="">Facebook</a></li>
<li><a href="">Twitter</a></li>
<li><a href="">Email</a></li>
</ul>
</div>
<div class="span3">
<ul>
<h4>Company</h4>
<li><a href="info-about.php">About Us</a></li>
<li><a href="info-features.php">Features</a></li>
<li><a href="campus-marketplace.php">The Campus Marketplace</a></li>
<li><a href="info-market.php">The Market</a></li>
<li><a href="">Texts.com Blog</a></li>
</ul>
</div>
<div class="span3">
<ul>
<h4>Support</h4>
<li><a href="">Log In/Sign Up/Sign Out</a></li>
<li><a href="info-faqs.php">FAQs</a></li>
<li><a href="help.php">Help</a></li>
<li><a href="info-contact.php">Contact</a></li>
</ul>
</div>
</div>
<div class="row copyright">
<p class="text-center">© 2013 Texts.com. Made in NYC and Middletown, CT by current and recent college students.</p>
</div>
</div>
</div>