-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublicart.php
82 lines (70 loc) · 2.24 KB
/
publicart.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?php
$cols = 5;
$pagenum = 2;
$page_title="the art of sydney hardin";
include "head.php";
?>
<body>
<div id="title" style="margin-top: 52px;">
</div>
<table class="category"> <?php /* Begin The Artist and Her Model Section */ ?>
<tr>
<td style="text-align: center;" colspan="1">
<img src="text/name.gif" class="text" style="width: 626px; height: 92px;" alt="Sydney Phillips Hardin" />
</td>
</tr>
<tr>
<td>
<?php include "imageblock.php"; ?>
<p style="text-align: center; margin-top: 100px;">
<a href="index.php">
<img style="border: 0;" src="text/home.gif" /></a>
</p>
</td>
<!-- Text links... -->
<td class="text-links" style="padding-top: 0px;">
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td>
<a class="fancy_image" href="personalstatement.html">
<img src="text/statement.gif" class="text" style="width: 286px; height: 17px;" alt="Personal Statement" />
</a>
</td>
</tr>
<tr>
<td>
<a href="cv.pdf">
<img src="text/resume.gif" class="text" style="width: 69px; height: 13px;" alt="Resume" />
</a>
</td>
</tr>
<tr>
<td>
<a class="fancy_page" href="press/">
<img src="text/press.gif" class="text" style="width: 57px; height: 18px;" alt="Press" />
</a>
</td>
</tr>
<tr>
<td>
<a href="mailto:[email protected]">
<img src="text/contact.gif" class="text" style="width: 79px; height: 15px;" alt="Contact" />
</a>
</td>
</tr>
<tr>
<td>
<a href="javascript:window.open('http://www.etsy.com/shop/PopZooSydney/')"><img
style="border: 0; width: 40px; height: 40px;"
alt="Etsy"
title="PooZooSydney @ Etsy"
src="etsy_icon.png"
/></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>