add acadiagateway to projects
[dylansserver.git] / view / index.php
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
6 <title><?php echo $this->title ?></title>
7 <link rel="icon" href="/favicon.ico" type="image/png">
8 <link href='/includes/style.css' rel='stylesheet' type='text/css'>
9 <script type='text/javascript' src='/includes/index.js'></script>
10 </head>
11
12 <body onload="return typeof highlight == 'function' ? highlight() : true">
13 <div id="structure">
14 <div id="banner">
15 <a href="<?php echo $this->home_link ?>">
16 <img src="/images/dylansserver.png" alt="dylansserver"></a>
17 </div>
18 <div id="content">
19 <div id='exhibit'>
20 <?php
21 foreach ($this->exhibits as $exhibit) {
22 echo $exhibit;
23 }
24 ?>
25 </div>
26 <ul id="portfolio">
27 <li>
28 <h3>professional work:</h3>
29 </li>
30
31 <li><a href=
32 "https://kabam.com/">kabam.com</a></li>
33
34 <li><a href=
35 "http://phoenixage.com/">phoenixage.com</a></li>
36
37 <li><a href=
38 "https://duckduckgo.com">duckduckgo.com</a></li>
39
40 <li><a href=
41 "http://tracybanks.com">tracybanks.com</a></li>
42
43 <li><a href=
44 "http://tempositions.com">tempositions.com</a></li>
45
46 <li><a href=
47 "http://activehamptons.com">activehamptons.com</a></li>
48
49 <li><a href=
50 "http://acadiagateway.com">acadiagateway.com</a></li>
51
52 <li>
53 <h3>personal projects:</h3>
54 </li>
55 <?php
56 foreach ($this->projects as $project => $title) {
57 echo "<li><a class='tab' href='$title'>$title</a></li>";
58 }
59 ?>
60 <li>
61 <h3>code repositories:</h3>
62 </li>
63
64 <li><a href=
65 "/git/">git://dylansserver.com</a></li>
66
67 <li><a href=
68 "https://github.com/nospampleasemam">git://github.com/nospampleasemam</a></li>
69
70 <li>
71 <h3>some notes:</h3>
72 </li>
73
74 <li><a href=
75 "/notes/">here</a> [<a href="/notes/rss">rss</a>]</li>
76
77 <li>
78 <h3>my resume:</h3>
79 </li>
80
81 <li>[<a href=
82 "/resume">pdf</a>]</li>
83
84 <li>
85 </li>
86
87 <li>
88 <div id="contact_me">
89 <h1><a href= "mailto:dylan@dylansserver.com">dylan</a></h1>
90 <a href= "mailto:dylan@dylansserver.com">@dylansserver.com</a>
91 <br>
92 <!-- [<a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&amp;search=0xBE93C5C18CD4C40F">pgp key</a>] -->
93 <!-- [<a href="https://keybase.io/majuscule/key.asc">pgp key</a>] -->
94 [<a href="/pubkey.pgp.asc">pgp key</a>]
95 </div>
96 </li>
97 </ul>
98 </div>
99 <br>
100 <br>
101 <br>
102 <br>
103 <br>
104 &nbsp;
105 </div>
106 <? include 'analytics.php' ?>
107 </body>
108 </html>