more updates to iphone.html

This commit is contained in:
Alexis Ohanian
2009-02-18 21:22:35 -08:00
parent 00771f41fb
commit eed2eb82ec

View File

@@ -100,12 +100,30 @@ h2 {
text-align: center;
}
#quotebubble {
background-color: #fafafa;
border: 1px solid #f0f0f0;
padding: 5px 10px 0px 0px;
margin-bottom: 25px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
}
#quote {
font-size: .9em;
padding: 0px 20px;
}
#quoted {
margin-top:-5px;
margin-bottom:0px;
font-family:helvetica;
font-weight:bold;
font-size:1.6em;
@@ -128,7 +146,7 @@ h2 {
</head>
<body>
<div id="nav"><span style="font-weight:bold; color:white">&raquo;</span>&nbsp;<a href="http://reddit.com">back to reddit.com</a>&nbsp;&nbsp;<span style="font-weight:bold; color:white;">|</span>&nbsp;&nbsp;<a href="http://getsatisfaction.com/reddit/products/reddit_ireddit">give us feedback</a>&nbsp;&nbsp;<span style="font-weight:bold; color:white;">|</span>&nbsp;&nbsp;<a href="#buzz">bask in the buzz</a>&nbsp;&nbsp;<span style="font-weight:bold; color:white;">|</span>&nbsp;&nbsp;<a href="http://apple.reddit.com">visit apple.reddit</a>&nbsp;&nbsp;<span style="font-weight:bold; color:white;">|</span>&nbsp;&nbsp;<span>say hi to mrs. splashy pants</span></div>
<div id="nav"><span style="font-weight:bold; color:white">&raquo;</span>&nbsp;<a href="http://reddit.com">back to reddit.com</a>&nbsp;&nbsp;<span style="font-weight:bold; color:white;">|</span>&nbsp;&nbsp;<a href="http://getsatisfaction.com/reddit/products/reddit_ireddit">give us feedback</a>&nbsp;&nbsp;<span style="font-weight:bold; color:white;">|</span>&nbsp;&nbsp;<a href="#buzz">bask in the buzz</a>&nbsp;&nbsp;<span style="font-weight:bold; color:white;">|</span>&nbsp;&nbsp;<a href="http://apple.reddit.com">visit apple.reddit</a>&nbsp;&nbsp;<span style="font-weight:bold; color:white;">|</span>&nbsp;&nbsp;<span><a href="http://justin.tv/reddit">say hi to mrs. splashy pants</a></span></div>
<div id="main">
<div id="right">
@@ -210,6 +228,7 @@ If you're more patient, we'll be releasing an ad-supported free version in the f
<div style="margin-top: 23px;">
<h2><a name="buzz">the buzz</a></h2>
<div id="quotebubble">
<p id="quote">
While in Serendipity mode, you will keep getting fed random stories to view/vote on every time you hit the "Hit me" button or shake the iPhone. Clicking "No More!!!" will take you back to regular mode. Much like UrbanSpoon, <span id="highlight">I could see this Serendipity mode becoming addicting</span>. It's a bit like a completely random StumbleUpon (a website discovery tool), but again, using the iPhone's accelerometer.
</p>
@@ -219,6 +238,43 @@ While in Serendipity mode, you will keep getting fed random stories to view/vote
<p id="quoted">
&rarr;&nbsp;<a href="http://venturebeat.com/2009/01/20/preview-reddit-strikes-back-with-its-official-iphone-app/">VentureBeat</a>
</p>
</div>
<div id="quotebubble">
<p id="quote">
Not only does iReddit <span id="highlight">has all your favorite Reddit functionality</span>: view stories, vote, comment, share, explore different subreddits, and save links for later, it also lets you 'shake' to get a new story; an idea, Ohanian says, that has been "floating around ever since I saw the Urbanspoon app."</p>
<p id="quoted">
&rarr;&nbsp;<a href="http://www.readwriteweb.com/archives/the_official_reddit_iphone_app.php">ReadWriteWeb</a>
</p>
</div>
<div id="quotebubble">
<p id="quote">
$1.99? <span id="highlight">I've spent more on worse</span> on the iPhone. Sold.
</p>
<p id="quoted">
&rarr;&nbsp;<a href="http://news.ycombinator.com/user?id=bvttf">bvttf</a>, on <a href="http://news.ycombinator.com/item?id=481677">HackerNews</a>
</p>
</div>
<div id="quotebubble">
<p id="quote">
iphone reddit app. <span id="highlight">life = over.</span>
</p>
<p id="quoted">
&rarr;&nbsp;<a href="http://twitter.com/seeandyspin/">seeandyspin</a>, on <a href="http://twitter.com/seeandyspin/status/1217347350">twitter</a>
</p>
</div>
<div id="quotebubble">
<p id="quote">
<span id="highlight">A particularly interesting feature is the Serendipity mode</span>, which lets you you browse random Reddit stories without clicking; simply shake the iPhone and you'll be served a brand new link.</p>
<p id="quoted">
&rarr;&nbsp;<a href="http://mashable.com/2009/02/17/reddit-iphone/">Mashable</a>
</p>
</div>
</div>
@@ -235,6 +291,14 @@ While in Serendipity mode, you will keep getting fed random stories to view/vote
<div id="footer">reddit <3s you</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1237041-22");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>