-
Notifications
You must be signed in to change notification settings - Fork 0
/
wd_Links.php
63 lines (59 loc) · 2.16 KB
/
wd_Links.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Web Development :: Dallas Designs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="include/Menu.css" type="text/css" media="screen" />
<link rel="stylesheet" href="include/DallasDesigns.css" type="text/css" media="screen" />
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
#bodyText
{
position:absolute;
top: 168px;
left: 22px;
width:700px;
height:115px;
z-index:10;
}
#row {
width: 690px;
padding: 10px;
margin: 10px;
border: dotted black thin;
float: left;
}
#cell {
float: left;
margin: 5px;
}
</style>
</head>
<body background="images/parchment.gif">
<div id="bodyText">
<a href="http://www.csszengarden.com/">Zen Garden</a>
<div id="row">
<div id="cell"><a href="http://www.kickasscupcakes.com" target="_blank"><img src="images/wd_Kickass_Cupcakes_Site.jpg" border="0" /></a></div>
<div id="cell">
<a href="http://www.kickasscupcakes.com" target="_blank"><img src="images/wd_Kickass_Cupcake_Logo.gif" border="0" /></a><br />
<br />URL: <a href="http://www.kickasscupcakes.com">www.kickasscupcakes.com</a><br />
Jobs Implemented: <br />
July 2007 - <a href="http://www.kickasscupcakes.com" target="_blank">PHP website</a><br />
May 2008 - <a href="http://www.kickasscupcakes.com/Press.php" target="_blank">XML Press Page</a><br />
July 2008 - <a href="http://www.kickasscupcakes.com/Gallery.php" target="_blank">XML Photo Gallery</a> with admin page
</div>
</div>
</div>
<?php include("include/Top.php"); ?>
<?php include("include/WebMenu.php"); ?>
</body>
</html>