f0007f1d44a3889602c5f4f6ebd79d82006d8f2d
[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>
50 <h3>personal projects:</h3>
51 </li>
52 <?php
53 foreach ($this->projects as $project => $title) {
54 echo "<li><a class='tab' href='$title'>$title</a></li>";
55 }
56 ?>
57 <li>
58 <h3>code repositories:</h3>
59 </li>
60
61 <li><a href=
62 "/git/">git://dylansserver.com</a></li>
63
64 <li><a href=
65 "https://github.com/nospampleasemam">git://github.com/nospampleasemam</a></li>
66
67 <li>
68 <h3>some notes:</h3>
69 </li>
70
71 <li><a href=
72 "/notes/">here</a> [<a href="/notes/rss">rss</a>]</li>
73
74 <li>
75 <h3>my resume:</h3>
76 </li>
77
78 <li>[<a href=
79 "/resume">pdf</a>]</li>
80
81 <li>
82 </li>
83
84 <li>
85 <div id="contact_me">
86 <h1><a href= "mailto:dylan@dylansserver.com">dylan</a></h1>
87 <a href= "mailto:dylan@dylansserver.com">@dylansserver.com</a>
88 <br>
89 <!-- [<a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&amp;search=0xBE93C5C18CD4C40F">pgp key</a>] -->
90 <!-- [<a href="https://keybase.io/majuscule/key.asc">pgp key</a>] -->
91 [<a href="/pubkey.pgp.asc">pgp key</a>]
92 </div>
93 </li>
94 </ul>
95 </div>
96 <br>
97 <br>
98 <br>
99 <br>
100 <br>
101 &nbsp;
102 </div>
103 <? include 'analytics.php' ?>
104 </body>
105 </html>