-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLego.php
55 lines (50 loc) · 2.27 KB
/
Lego.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
<html>
<head>
<title>LEGO :: 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" />
<style type="text/css" media="screen">
#textMain {
position:absolute;
width:700px;
height:488px;
z-index:6;
left: 13px;
top: 191px;
}
</style>
</head>
<body>
<div id="textMain">
<p>Since I was born, LEGO has been part of my life. Once I started high school
however, Lego just stopped being cool. There were more important things to
do. I was only able to complete one building during those four years; which
I still have today.</p>
<p>From 1995 to 2001 is considered my dark ages. A time when LEGO wasn't part
of my life. When I started working for Pinpoint Corporation as a co-op student,
my dark ages ended when I needed to create a name tag to put on my cubicle.
For my cube, I decided to build a LEGO billboard with a minifig washing it
that said my name and title. Everyone there loved it.</p>
<p>I then started searching the web for LEGO sites and found <a href="http://www.nelug.org">NELUG</a>,
a group of adult fans of LEGO (AFOLs). Since NELUG participates in the Greenburg
Toy and Train Show twice a year and does other events in between, they keep
me active. Without this group, I would have probably drifted back into my
dark age.</p>
<p>You can find photos of my creations at the following sites:<br>
<a href="http://www.brickshelf.com/gallery/guigui" target="_blank">Brickshelf
Gallery</a><br>
<a href="http://www.nelug.org/mediagallery/album.php?aid=161&page=1" target="_blank">Nelug
Gallery</a></p>
<p>This is a special competition that I organized and won the world record for.<br>
<a href="../lego/ISDBuild/index.htm" target="_blank">Imperial Star Destroy build record</a>
</p>
<p>Other Lego Projects<br>
<a href="../lego/PARV/index.htm" target="_blank">Mad Max style School bus</a> built
for a Brikwars game</p>
<p><a href="../lego/HooksettTrainCam.php">Train Camera Video</a></p>
</div>
<?php include("include/Top.php"); ?>
<?php include("include/LegoMenu.php"); ?>
</body>
</html>