This repository was archived by the owner on Apr 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
111 lines (90 loc) · 3.77 KB
/
index.php
File metadata and controls
111 lines (90 loc) · 3.77 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?php require_once 'webcam_reader.php' ?>
<?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?>
<!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>
<meta name="google-site-verification" content="1RQ6OhEs1ucjSvlyM3DbSvy5LhewGh01h431I0I4Egk" />
<meta name="description" content="Personal site of Charles Mitchell, web developer" />
<meta name="keywords" content="web developer, web development, programming, montreal, canada, montreal film night" />
<title>Squall.ca by Charles Mitchell</title>
<script src="http://www.google.com/jsapi?key=ABQIAAAASIifs-jrzJ1RJutsQd5ixBRpiG1VhV31beXX970pgWcqlx5KLhRd7_VofkuuWTlgWbEJ17j7F9QPWA" type="text/javascript"></script>
<script language="Javascript" type="text/javascript">
google.load("jquery", "1.4.2");
</script>
<!-- <link rel="stylesheet" type="text/css" href="./stylesheets/real.css" /> -->
<link rel="stylesheet" type="text/css" href="stylesheets/960/reset.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/960/text.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/960/960.css" />
<link rel="stylesheet" type="text/css" href="./stylesheets/ocean.css" />
</head>
<body style="background-color:<?php echo exec("cat ./tmp/sky3_color.txt"); ?>" >
<!--
<div class="skybar" id="sky1" style="background-color:<?php echo exec("cat ./tmp/sky1_color.txt"); ?>" ></div>
<div class="skybar" id="sky2" style="background-color:<?php echo exec("cat ./tmp/sky2_color.txt"); ?>" ></div>
<div class="skybar" id="sky3" style="background-color:<?php echo exec("cat ./tmp/sky3_color.txt"); ?>" ></div>
-->
<div id="header">
<div id="clouds-left">
<img src="./images/clouds_left.png" alt="clouds" />
</div>
<div id="lighthouse">
<img src="./tmp/cropped_peggy.jpg" alt="Peggy's cove" />
</div>
<div id="clouds-right">
<img src="./images/clouds_right.png" alt="clouds" />
</div>
</div>
<div id="background"></div>
<div id="main">
<div id="main-intro">
<pre>
_ _
___ __ _ _ _ __ _| | | ___ __ _
/ __|/ _` | | | |/ _` | | | / __/ _` |
\__ \ (_| | |_| | (_| | | || (_| (_| |
|___/\__, |\__,_|\__,_|_|_(_)___\__,_|
|_|
</pre>
<h1>Squall.ca by Charles Mitchell</h1>
<p>You've arrived on my landing page, How can I help?</p>
<ul>
<li>Figure out if you want to <a href="http://clients.squall.ca" title="Hire me for web development today!">hire me!</a></li>
<li>Read <a href="./blog">my Writing</a></li>
<li>See what <a href="./feeds" title="RSS Feeds">I read online</a>.</li>
<li>Find out about <a href="http://movies.squall.ca" title="Movies @ the loft on Casgrain">Movie Night @ Our studio!</a></li>
<li>Play some <a href="./games.html" title="games">games</a>.</li>
<li>Watch some <a href="./video.html" title="online videos">online videos</a>.</li>
</ul>
</div>
<div id="main-context">
<p>Charles Mitchell is a web developer living in Montreal Canada.</p>
<p>Squall.ca is a personal project to let Charles play around with stuff on the web.<br />
If you have any comments or suggestions, please drop me a line at <a href="mailto:chuckmitchell@gmail.com">chuckmitchell@squall.ca</a> </p>
</div>
<div id="footer">
<div id="copyright">
<p>2009 © Charles Mitchell</p>
</div>
<div id="squid" style="">
<pre>
^
/ \
/ \
/ \
\ /
| |
| |
| 0 |
// ||\\
(( // ||
\\)) \\
//|| ))
( )) //
// ((
</pre>
</div>
</div>
</div>
<?php include("_google_analytics.html") ?>
</body>
</html>