| Server IP : 157.230.181.24 / Your IP : 216.73.217.11 Web Server : Apache/2.4.58 (Ubuntu) System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/ceagon/public/2012/ |
Upload File : |
<?
define('LANGUAGE','en-us');
$language_file_contents=file_get_contents('./scripts/language.js');
$language_file=json_decode($language_file_contents,TRUE);
function __($string,$lang=LANGUAGE) {
global $language_file;
foreach($language_file as $trans) {
if(isset($trans['key']) && $trans['key']==$string)
return $trans[LANGUAGE];
else if($trans['en-us']==$string)
return $trans[LANGUAGE];
}
return $string;
}
$portfolio_file_contents=file_get_contents('./scripts/portfolio.js');
$portfolio=json_decode($portfolio_file_contents);
?>
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?= LANGUAGE ?>"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<?= LANGUAGE ?>"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="<?= LANGUAGE ?>"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="<?= LANGUAGE ?>"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Oh noes, a 404</title>
<meta name="author" content="Caleb Loffer">
<meta name="robots" content="NOINDEX">
<meta name="viewport" content="width=device-width, maximum-scale=1.0">
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/nivo-slider.css">
<link rel="stylesheet" href="style/prettyPhoto.css">
<script src="scripts/libs/modernizr-2.5.0.min.js"></script>
</head>
<body class="fourohfour">
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<header id="header" class="wrapper">
<h1>Oh noes, a 404</h1>
<div id="logo">
<div class="circle">
<h2 class="name">Caleb Loffer</h2>
<p class="tagline">
<?= __('I make websites and I freaking love it') ?>
</p>
</div>
</div>
<div id="typographic" class="p22">
<span class="top one"><?= __('Website') ?></span>
<span class="top two"><?= __('Application') ?></span>
<span class="bottom three"><?= __('Designer') ?></span>
<span class="bottom four"><?= __('Developer') ?></span>
</h3>
</header>
<div role="main" class="wrapper main">
<div id="fourohfour">
<h3><?= __('Sorry,') ?></h3>
<?= __('But the page you\'re looking for could not be found.') ?>
</div>
</div>
<footer id="footer" class="wrapper">
<nav>
<ul class="nav">
<li><a href="#work"><?= __('Work') ?></a></li>
<li><a href="/tools"><?= __('Tools') ?></a></li>
<li><a href="#contact"><?= __('Contact') ?></a></li>
</ul>
</nav>
<ul class="language">
<li><a href="#lang[en]">EN</a></li>
<li class="last"><a href="#lang[fr]">FR</a></li>
</ul>
</footer>
<script type="text/javascript" src="http://use.typekit.com/hgp8mbj.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src="scripts/libs/jquery-1.7.1.min.js"></script>
<script src="scripts/libs/jquery.easing-1.3.js"></script>
<script src="scripts/libs/jquery.color.js"></script>
<script src="scripts/libs/jquery.nivo.slider.js"></script>
<script src="scripts/libs/jquery.backgroundpos.js"></script>
<script src="scripts/libs/jquery.prettyPhoto.js"></script>
<script src="scripts/libs/respond.min.js"></script>
<script src="scripts/script.js"></script>
<script>
var _gaq=[['_setAccount','UA-4969944-7'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<!--
This website is written by and is the intellectual property of <?= date('Y') ?>
If you see this code anywhere besides ceagon.com, please send me an email at info@ceagon.com
-->
</body>
</html>