-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·74 lines (67 loc) · 3.8 KB
/
index.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html manifest="manifest.appcache">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<title>Future Friendly</title>
<link href="styles.css" rel="stylesheet">
</head>
<body id="manifesto">
<header role="banner">
<h1><img src="assets/fflogo.png" alt="Future Friendly" title="Future Friendly"></h1>
<p>In today's incredibly exciting yet overwhelming world of connected digital devices, these are the truths we hold to be self-evident:</p>
</header>
<ul id="truths">
<li id="disruption-will-accelerate"><strong>Disruption will only accelerate.</strong> The quantity and diversity of connected devices—many of which we haven't imagined yet—will explode, as will the quantity and diversity of the people around the world who use them.</li>
<li id="infrastructure-fail"><strong>Our existing standards, workflows, and infrastructure won't hold up.</strong> Today's onslaught of devices is already pushing them to the breaking point. They can't withstand what's ahead.</li>
<li id="proprietary-first"><strong>Proprietary solutions will dominate at first.</strong> Innovation necessarily precedes standardization. Technologists will scramble to these solutions before realizing (yet again) that a standardized platform is needed to maintain sanity.</li>
<li id="standards-slow"><strong>The standards process will be painfully slow.</strong> We will struggle with (and eventually agree upon) appropriate standards. During this period, the web will fall even further behind proprietary solutions.</li>
</ul>
<section id="hope">
<header>
<h2>A New Hope</h2>
</header>
<p>But there's hope. While we can't know exactly what the future will bring, we can:</p>
<ol>
<li id="acknowledge">Acknowledge and embrace unpredictability.</li>
<li id="be">Think and behave in a <a href="thinking.html">future-friendly way</a>.</li>
<li id="help">Help others do the same.</li>
</ol>
<p>The future is ours to make —friendly.</p>
</section>
<section id="signatories">
<header>
<h2>Undersignums</h2>
</header>
<img src="assets/signed.png" alt="Signatures of the names that follow">
<ul>
<li class="vcard"><a href="http://www.lukew.com" class="fn url">Luke Wroblewski</a></li>
<li class="vcard"><a href="http://designmind.frogdesign.com/blog/author/beyond-mobile/" class="fn url">Scott Jenson</a></li>
<li class="vcard"><a href="http://bradfrostweb.com" class="fn url">Brad Frost</a></li>
<li class="vcard"><a href="http://adactio.com" class="fn url">Jeremy Keith</a></li>
<li class="vcard"><a href="http://lyza.com" class="fn url">Lyza D. Gardner</a></li>
<li class="vcard"><a href="http://scottjehl.com" class="fn url">Scott Jehl</a></li>
<li class="vcard"><a href="http://yiibu.com" class="fn url">Stephanie Rieger</a></li>
<li class="vcard"><a href="http://userfirstweb.com" class="fn url">Jason Grigsby</a></li>
<li class="vcard"><a href="http://yiibu.com" class="fn url">Bryan Rieger</a></li>
<li class="vcard"><a href="http://globalmoxie.com/" class="fn url">Josh Clark</a></li>
<li class="vcard"><a href="http://timkadlec.com/" class="fn url">Tim Kadlec</a></li>
<li class="vcard"><a href="http://brian.io" class="fn url">Brian LeRoux</a></li>
<li class="vcard"><a href="http://http://blog.trasatti.it/" class="fn url">Andrea Trasatti</a></li>
</ul>
</section>
<nav role="navigation">
<ul>
<li><a>Home</a></li>
<li><a href="thinking.html">Thinking</a></li>
<li><a href="come-aboard.html">Come Aboard</a></li>
</ul>
</nav>
<footer role="contentinfo">
<ul>
<li>We're <a rel="license" href="http://creativecommons.org/licenses/by/3.0">Creative Commons friendly.</a></li>
<li><a href="https://twitter.com/grigs/mobilewood/members">Talk to us.</a></li>
</ul>
</footer>
</body>
</html>