Skip to content

Instantly share code, notes, and snippets.

View ofisia's full-sized avatar
🌐
sua.ist

Jimmy Ofisia ofisia

🌐
sua.ist
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ofisia on github.
  • I am ofisia (https://keybase.io/ofisia) on keybase.
  • I have a public key whose fingerprint is C5DB B8A0 7096 E07D 4BA3 68C6 9BBC 0E01 502E F271

To claim this, I am signing this object:

NameVirtualHost *:80
<VirtualHost *:80>
UseCanonicalName Off
VirtualDocumentRoot /Applications/MAMP/htdocs/%0
</VirtualHost>
127.0.0.1 localhost
127.0.0.1 exampledomain.test

Keybase proof

I hereby claim:

  • I am ofisia on github.
  • I am ofisia (https://keybase.io/ofisia) on keybase.
  • I have a public key whose fingerprint is B691 D5E9 701A 0D9A 3EE4 2572 904F E564 F494 1518

To claim this, I am signing this object:

Verifying that "ofisia.id" is my Blockstack ID. https://onename.com/ofisia
@ofisia
ofisia / gist:5046545
Created February 27, 2013 09:15
daftpunk.com source (February 27th, 2013)
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" type="image/x-icon" href="favicon.ico?v=2" />
<title>Daft Punk</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<style>
body {background-color:#000; margin:0; padding:0}
#helmet {margin:100 auto 0 auto; padding:0; text-align: center; zborder:red thin dashed}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>@name's Portfolio </title>
<link rel="alternate" type="application/atom+xml" href="@root_path/?/feed/">
<link rel="stylesheet" href="@root_path/public/docs/css/screen.css" type="text/css" media="screen">
</head>
<body>
<div id="navigation" class="col three">
<ul>
get "/projects" do
<li><em>@title</em></li>
foreach $children do
<li>
<a href="@url">@title</a>
</li>
endforeach
end
<div id="navigation" class="col three">
<ul>
get "/projects" do
<li><em>@title</em></li>
foreach $children do
<li>
<a href="@url">@title</a>
</li>
endforeach
end
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>@title, @name's Portfolio</title>
<link rel="alternate" type="application/atom+xml" href="@root_path/?/feed/">
<link rel="stylesheet" href="@root_path/public/docs/css/screen.css" type="text/css" media="screen">
</head>
<body>