-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfixed-sidebar.php
More file actions
24 lines (23 loc) · 1.04 KB
/
fixed-sidebar.php
File metadata and controls
24 lines (23 loc) · 1.04 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
<img class="gravatar" src="http://www.gravatar.com/avatar/<?php echo md5("[email protected]"); ?>?s=120" />
<h5>Bizzard's Hackshop</h5>
<h6>Always under construction!</h6>
<div class="socmed">
<div class="twitter"><a href="https://www.twitter.com/DayScholars">Twitter</a></div>
<div class="facebook"><a href="https://www.facebook.com/DayScholars">Facebook</a></div>
<div class="googleplus"><a href="#">Google+</a></div>
<div class="linkedin"><a href="#">LinkedIn</a></div>
<div class="diaspora"><a href="#">Diaspora</a></div>
<div class="skype"><a href="skype:DayScholars?call">Skype</a></div>
</div>
<ul>
<li>Home</li>
<li>About</li>
<li>Tech Blog</li>
<li>Personal Blog</li>
<li>Notes</li>
<li>Wishlist</li>
</ul>
<form class="searchform">
<input class="searchfield" type="text" value="Search in deep..." onfocus="if (this.value == 'Search in deep...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search in deep...';}" />
<input class="searchbutton" type="button" value="Go" />
</form>