-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.php
More file actions
24 lines (19 loc) · 1.23 KB
/
resources.php
File metadata and controls
24 lines (19 loc) · 1.23 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
<? include ('includes/headA.php') ?>
<? include ('includes/hits.php') ?>
<div id='body'>
<!-- <a href='index.php?p=proj1' title='KNOWAtlanta Web Site'>
<img class="proj1" align="right" alt="KNOWAtlanta Web Site" src="./images/project1.jpg" /></a> -->
<!-- <img class="proj1" align="right" alt="will" src="./images/me_blkwht.jpg" /> -->
<h2>Resources</h2>
<dl class="resume">
<dt>A list of Resources that I frequent</dt>
<dd><a href="http://www.smashingmagazine.com#via-willbowling.com" target="_blank">Smashing Magazine</a></dd>
<dd><a href="http://www.freelanceswitch.com#via-willbowling.com" target="_blank">Freelance Switch</a></dd>
<dd><a href="http://www.zeldman.com#via-willbowling.com" target="_blank">Jeffrey Zeldman</a></dd>
<dd><a href="http://www.alistapart.com#via-willbowling.com" target="_blank">A List Apart</a></dd>
<!-- <dd><a href="http://www.glish.com" target="_blank">Glish</a></dd> -->
<dd><a href="http://www.csszengarden.com#via-willbowling.com" target="_blank">CSS Zengarden</a></dd>
<dd><a href="http://www.cssvault.com#via-willbowling.com" target="_blank">CSS Vault</a></dd>
<dd><a href="http://www.cssbeauty.com#via-willbowling.com" target="_blank">CSS Beauty</a></dd>
</dl>
<? include ('includes/footer.php'); ?>