-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebar-sidebarhome.php
26 lines (21 loc) · 1.12 KB
/
sidebar-sidebarhome.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
<?php
/*
* This is the base sidebar template. If you add an additional sidebar called 'sidebar2'
* and want to make changes to your sidebar, copy this template to a file called
* 'sidebar-sidebar2.php'.
*
*/
?>
<aside id="sidebarhome" class="sidebar preload" role="complementary">
<img class="alignnone size-medium wp-image-34" src="http://johnbasham.local/wp-content/themes/goodjob/library/images/john-wboard.jpg" alt="" width="300" height="225" />
<h4>Good job, John.</h4>
<small>I’m a <strong>developer</strong> and <strong>designer</strong>
from the Victorian Surf Coast,
Australia.</small>
<a href="https://twitter.com/_goodjobjohn" target="_blank" rel="noopener">
<img class="alignnone wp-image-35 size-full" role="img" src="http://johnbasham.local/wp-content/uploads/2019/04/twitter.svg" alt="" width="24" height="19" /></a>
<a href="https://twitter.com/_goodjobjohn" target="_blank" rel="noopener">
<img class="alignnone wp-image-36 size-full" role="img" src="http://johnbasham.local/wp-content/uploads/2019/04/instagram.svg" alt="" width="22" height="22" />
</a>
</div>
</aside>