for now, check in index as a flat file
This commit is contained in:
parent
e38cb41f85
commit
51ba939875
2 changed files with 166 additions and 0 deletions
1
.pairs
1
.pairs
|
|
@ -9,6 +9,7 @@ pairs:
|
|||
jd: Jeff Dickey; dickeytk
|
||||
dc: Dennis Collinson
|
||||
tf: Tim Frazer
|
||||
kf: Kevin Fitzpatrick
|
||||
email:
|
||||
prefix: pair
|
||||
domain: joindiaspora.com
|
||||
|
|
|
|||
165
public/index.html
Normal file
165
public/index.html
Normal file
|
|
@ -0,0 +1,165 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html dir='ltr' lang='en'>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>
|
||||
DIASPORA* ALPHA
|
||||
|
||||
</title>
|
||||
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
||||
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
|
||||
<link href='/favicon.png' rel='shortcut icon'>
|
||||
<link href='/apple-touch-icon.png' rel='apple-touch-icon'>
|
||||
<!-- Social Media Icons are by Paul Robert Lloyd @ http://paulrobertlloyd.com/2009/06/social_media_icons -->
|
||||
<!-- bootstrap/blueprint switch -->
|
||||
<link href="/stylesheets/blueprint/screen.css?10fa7ba02" media="screen" rel="stylesheet" type="text/css" />
|
||||
<link href="/stylesheets/blueprint/print.css?10fa7ba02" media="print" rel="stylesheet" type="text/css" />
|
||||
<link href="/stylesheets/login.css?10fa7ba02" media="screen" rel="stylesheet" type="text/css" />
|
||||
<!--[if (!IE)|(gte IE 8)]><!-->
|
||||
<link href="/assets/default-datauri.css?10fa7ba02" media="all" rel="stylesheet" type="text/css" />
|
||||
<!--<![endif]-->
|
||||
<!--[if lte IE 7]>
|
||||
<link href="/assets/default-mhtml.css?10fa7ba02" media="all" rel="stylesheet" type="text/css" />
|
||||
<![endif]-->
|
||||
<meta name="csrf-param" content="authenticity_token"/>
|
||||
<meta name="csrf-token" content="XXjEhGE+k4oLf4ivsS0w4z49YCW8ZlmeqZuO6dAxVV0="/>
|
||||
<!--[if IE]>
|
||||
<script src="/javascripts/ie.js?10fa7ba02" type="text/javascript"></script>
|
||||
<![endif]-->
|
||||
<script src="/assets/jquery.js?10fa7ba02" type="text/javascript"></script>
|
||||
<script>
|
||||
//<![CDATA[
|
||||
!window.jQuery && document.write(unescape('%3Cscript src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"%3E%3C/script%3E'))
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<script>
|
||||
//<![CDATA[
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17207587-3']);
|
||||
_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>
|
||||
|
||||
<script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script></head>
|
||||
<body class=''>
|
||||
<header class='landing'>
|
||||
<div class='container' style='position:relative;'>
|
||||
<a href="/"><img alt="Logo_large" class="diaspora_header_logo" height="32px" src="/images/logo_large.png?10fa7ba02" width="321px" /></a>
|
||||
<div class='right'>
|
||||
<ul id='landing_nav'>
|
||||
<li><a href="http://twitter.com/joindiaspora">@joindiaspora</a></li>
|
||||
<li><a href="https://github.com/diaspora/diaspora">github</a></li>
|
||||
<li><a href="http://blog.joindiaspora.com/">blog</a></li>
|
||||
<li><a href="/users/sign_in" class="login">log in</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
<div class='container' style=''>
|
||||
<div class='span-24 last' style=''>
|
||||
<div id='landing_content'>
|
||||
<div class='ilya'>
|
||||
<a href="https://joindiaspora.com/u/ilya"><img alt="Seed" src="/images/seed.jpg?10fa7ba02" /></a>
|
||||
<div class='memory'>
|
||||
<h1>Ilya Zhitomirskiy</h1>
|
||||
<h2>1989-2011</h2>
|
||||
</div>
|
||||
<a href="http://www.flickr.com/photos/31878512@N06/5093998704/" class="attribution" target="blank">Thank you Neal Fowler for being part of the Commons</a>
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
/*<![CDATA[*/
|
||||
body{
|
||||
background-color:#0A0000;
|
||||
padding : 0;
|
||||
}
|
||||
.container {
|
||||
width : 100%;
|
||||
}
|
||||
.span-24.last {
|
||||
width : 100%;
|
||||
}
|
||||
#landing_content{
|
||||
margin-top:-6px;
|
||||
}
|
||||
#landing_content img {
|
||||
width : 100%;
|
||||
}
|
||||
.ilya {
|
||||
position : relative;
|
||||
}
|
||||
|
||||
.memory {
|
||||
position: absolute;
|
||||
top: 90px;
|
||||
right : 90px;
|
||||
text-align : right;
|
||||
}
|
||||
|
||||
#landing_content h1 {
|
||||
font-weight: 200;
|
||||
font-size: 38px;
|
||||
color: #D5D5D5;
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
|
||||
#landing_content h2 {
|
||||
font-weight: lighter;
|
||||
font-size: 25px;
|
||||
color: #D5D5D5;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
footer .container {
|
||||
margin-top: 0;
|
||||
border-top : none;
|
||||
}
|
||||
.attribution {
|
||||
position : absolute;
|
||||
bottom : 8px;
|
||||
left : 8px;
|
||||
color : #777;
|
||||
}
|
||||
.attribution:hover {
|
||||
text-decoration : none;
|
||||
color : #666;
|
||||
}
|
||||
/*]]>*/
|
||||
</style>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class='container'>
|
||||
<ul id='footer_nav'>
|
||||
<li><a href="http://twitter.com/joindiaspora">@joindiaspora</a></li>
|
||||
<li><a href="https://github.com/diaspora/diaspora">github</a></li>
|
||||
<li><a href="http://blog.joindiaspora.com">blog</a></li>
|
||||
<li></li>
|
||||
<li><a href="https://github.com/diaspora/diaspora/wiki/Changelog">what's new?</a></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
<img alt="Powered_by_diaspora" height="11px" src="/images/powered_by_diaspora.png?10fa7ba02" width="145px" />
|
||||
</div>
|
||||
</footer>
|
||||
<script type="text/javascript">if (!NREUMQ.f) { NREUMQ.f=function() {
|
||||
NREUMQ.push(["load",new Date().getTime()]);
|
||||
var e=document.createElement("script");
|
||||
e.type="text/javascript";e.async=true;e.src="https://d1ros97qkrwjf5.cloudfront.net/24/eum/rum-staging.js";
|
||||
document.body.appendChild(e);
|
||||
if(NREUMQ.a)NREUMQ.a();
|
||||
};
|
||||
NREUMQ.a=window.onload;window.onload=NREUMQ.f;
|
||||
};
|
||||
NREUMQ.push(["nrfj","beacon-1.newrelic.com","aca58d21b2",157961,"J1wMQ0cLDQpQQhsMCwlWTURdCxY=",0,25,new Date().getTime(),"","","","",""])</script></body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue