-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
84 lines (81 loc) · 2.61 KB
/
index.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
83
84
<!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>Dallas Designs</title>
<meta name="verify-v1" content="+KHhcvCRiu2jGFZBXl/kJkAfc7X7hlCLWYbdRww8T+Q=" />
<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" />
<style type="text/css" media="screen">
#bodyLayer {
position:absolute;
top: 154px;
left: 24px;
width: 700px;
height: 488px;
z-index: 6;
}
#row {
position: relative;
width: 690px;
padding: 10px;
margin: 10px;
border: dotted black thin;
float: left;
}
#cell {
float: left;
margin: 5px;
}
#intro {
margin: 10px;
padding: 10px;
}
#title {
font-weight: bold;
font-size: 20px;
}
#css {
width: 100%;
text-align: right;
}
</style>
</head>
<body>
<div id="bodyLayer">
<div id="intro">
<span id="title">Welcome to Dallas Designs</span>, a showcase of my Web Development
and LEGO® skills. In these pages, you will find many examples of what I've
created.
</div>
<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 />
Code languages: PHP, JavaScript, CSS, XHTML and XML<br />
Launched: August 2007<br />
Comments: This site was my first freelance web project.<br /><br />
See more projects <a href="WebDev.php">here</a>
</div>
</div>
<div id="row">
<div id="cell"><a href="Lego.php"><img src="images/home_lego_skyscraper.jpg" border="0" /></a></div>
<div id="cell">
LEGO skyscraper (federal building)<br /><br />
Time to build: 40 hours<br />
Dimensions: 48" high x 15" deep x 30" wide<br />
Comments: This build is a federal building. As such it has the American
flag in front and missles on the roof.<br /><br />
Click <a href="lg_Gallery.php">here</a> to see more Lego models<br />
Click <a href="Video.php">here</a> to see the video of how this building was made<br />
</div>
</div>
<div id="css">
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;" src="images/vcss.gif" alt="Valid CSS!" />
</a>
</div>
</div>
<?php include('include/Top.php'); ?>
</body>
</html>