-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathfooter.php
34 lines (31 loc) · 1.28 KB
/
footer.php
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
<div id="footer">
<div class="container">
<div class="row">
<div class="span6">
<h3 id="about">About</h3>
<p>This page is created by <a href="http://twitter.com/andmag">Anders M. Andersen</a> as a practical demo of how RESS can be used.</p>
</div>
<div class="span6">
<h3>Bio</h3>
<p>Anders M. Andersen works, lives and plays in Stockholm, Sweden. He has been doing mobile development since WML was
hot and are currently trying to get that "responsive thing" to work better for mobile devices. Catch up
with Anders on Twitter as <a href="http://twitter.com/andmag">@andmag</a>.</p>
</div>
<!--<div class="span4">
<h3>@netmag</h3>
<p>This site is created as a part</p>
</div>-->
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/swipe.js"></script>
<script>
if (Modernizr.csstransforms) {
var slider = new Swipe(document.getElementById('slider'));
}
</script>
<script src="bootstrap/js/bootstrap.js"></script>
<script src="js/feature.js"></script>
</body>
</html>