MySQL q's are now prepared. Added includes/cms.php
[dylansserver.git] / index.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3
4 <html>
5 <head>
6 <meta name="generator" content=
7 "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
8 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
9
10 <title>dylanstestserver</title>
11 <link href="includes/style.css" rel="stylesheet" type="text/css">
12 <link rel="icon" href="favicon.ico" type="image/png">
13 <script type="text/javascript" src="includes/all.js">
14 </script>
15 </head>
16
17 <body>
18 <div id="structure">
19 <div id="banner">
20 <a href=
21 "http://validator.w3.org/unicorn/check?ucn_uri=dylanstestserver.com&amp;ucn_task=conformance#">
22 <img src="images/dylanstestserver.png" alt="dylanstestserver"
23 border="0"></a>
24 </div>
25
26 <div id="content">
27 <div id="exhibit">
28 <?php require('includes/cms.php'); ?>
29 </div>
30
31 <ul id="portfolio" style="text-align:right">
32 <li>
33 <h3>my projects:</h3>
34 </li>
35
36 <?php $index->list_projects(); ?>
37
38 <li>
39 <h3>things i've done for others:</h3>
40 </li>
41
42 <li><a href=
43 "http://activehamptons.com">activehamptons.com</a></li>
44
45 <li><a href=
46 "http://transfishing.com">transfishing.com</a></li>
47
48 <li>
49 <h3>something i've worked on:</h3>
50 </li>
51
52 <li><a href=
53 "http://tempositions.com">tempositions.com</a></li>
54
55 <li>
56 <h3>my repositories:</h3>
57 </li>
58
59 <li><a href=
60 "git">git://dylanstestserver.com</a></li>
61
62 <li>
63 <h3>some notes:</h3>
64 </li>
65
66 <li><a href=
67 "/dylanstestserver/notes">here</a></li>
68
69 <li>
70 <h1 id="contact_me"><a href=
71 "mailto:dylan@psu.edu">dylan</a></h1><a href=
72 "mailto:dylan@psu.edu">@psu.edu</a>
73 </li>
74 </ul>
75 </div><br>
76 <br>
77 </div>
78 </body>
79 </html>