-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (51 loc) · 2.06 KB
/
index.html
File metadata and controls
58 lines (51 loc) · 2.06 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Personal site of Khosrow Ebrahimpour" />
<title>khosrow.ca - Khosrow Ebrahimpour</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="navigate.js"></script>
<!-- Analytics Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20646609-1']);
_gaq.push(['_setDomainName', '.khosrow.ca']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- end Analytics Code -->
</head>
<body bgcolor="#ffffff">
<div id="wrapper">
<div id="header">
<div id="logo">
<a href="http://khosrow.ca">khosrow.ca</a>
</div>
<div id="nav">
<ul>
<li class="page_item"><a href="http://blog.khosrow.ca" >Blog</a></li>
<li class="page_item"><a href="http://code.khosrow.ca" >Code</a></li>
<li class="page_item"><a href="http://khosrow.ca/about.html">About</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="post">
<!-- <p style="text-align:center;"> -->
<!-- <img src="./sleeping_at_desk.png" alt="khosrow.ca" align="center"/> -->
<!-- </p> -->
<h1><a href="http://friendfeed.com/khosrow" >Social Stream</a></h1>
<script type="text/javascript" src="http://friendfeed.com/embed/widget/khosrow?v=3&num=10&hide_logo=1&hide_subscribe=1"></script><noscript><a href="http://friendfeed.com/khosrow"><img alt="View my FriendFeed" style="border:0;" src="http://friendfeed.com/embed/widget/khosrow?v=3&num=3&hide_logo=1&hide_subscribe=1&format=png"/></a></noscript>
</div>
</div>
<!-- <div id="sidebar">
<div class="block">
<h3>hello</h3>
</div>
</div> -->
</div>
</body>