-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
175 lines (156 loc) · 6.03 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="description" content="Prollyfill.org">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<style type="text/css">
body p {
font-family:Tahoma, Geneva, sans-serif;
}
.joinbutton {
-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
box-shadow:inset 0px 1px 0px 0px #f29c93;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
background-color:#fe1a00;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #d83526;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:1px -1px 0px #b23e35;
}
.joinbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
background-color:#ce0100;
}
.joinbutton:active {
position:relative;
top:1px;
}
.joinbutton {
margin: 1.2em 0em;
}
#forkme_banner {
border-radius: 0em 0em 1em 1em;
background-color: #BB0D0D;
text-shadow: 0px 1px 0px rgb(46,19,19);
}
footer {
text-align:center;
max-width: 40em;
margin: auto;
}
footer a {
color: #CCC;
text-decoration: none;
font-weight: bold;
}
footer h1 {
margin-top: 2em;
color:#CCC;
font-size: 1.2em;
text-shadow: 0px -1px 0px black;
}
#contributors img {
border: none;
box-shadow: none;
float: left;
width: .75cm;
border-radius: .2em;
margin: 0;
padding: 0;
vertical-align: top;
margin-right: .5em;
}
#contributors ul {
list-style-type: none;
}
#contributors li {
text-shadow: 0px -1px 2px black;
line-height: 1em;
margin: 0;
padding: 0;
text-align: left;
vertical-align:text-top;
display: inline-block;
width: 15%;
margin: 1em 2.4%;
min-width: 8em;
font-weight: normal;
}
.motivation cite {
font-style: italic;
}
#main_content h2{
text-shadow: 0px 1px 0 white;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
#project_title{
margin: .5em 0;
font-size: 2em;
}
@media screen and (max-width: 25em) {
body{
font-size: 12px;
}
}
</style>
<title>prollyfill.org - Extensible Web Community Group</title>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner"> <a id="forkme_banner" href="https://github.com/extensibleweb">View on GitHub</a>
<h1 id="project_title">Extensible Web Community Group</h1>
<!--h2 id="project_tagline"></h2-->
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>Join us! We're just starting…</h2>
<p>The <strong>Extensible Web Community Group</strong> is an open source community attempting to advocate for and standardize ways that developers can extend the browser's capabilities and provide a new model for the open evolution of standards (from <em>prollyfills</em> to <em>polyfills</em>) . </p>
<p style="text-align:center"><a href="http://www.w3.org/community/nextweb/" class="joinbutton" style="color:white">Join the community group</a></p>
<p>Wondering just what a <em>prollyfill</em> is or what we are trying to do here? Read more about the motivations behind our project:</p>
<ul class="motivation">
<li><cite><a href="http://extensiblewebmanifesto.org/">The Extensible Web Manifesto</a></cite>.</li>
<li><cite><a href="http://yehudakatz.com/2013/05/21/extend-the-web-forward/">Extend the Web Forward</a> by Yehuda Katz</cite>.</li>
<li><cite><a href="http://briankardell.wordpress.com/2012/11/17/w3c-extensible-web-community-group/">W3C Extensible Web Community Group: Evolving Standards</a> by Brian Kardell</cite>.</li>
<li><cite><a href="http://fremycompany.com/BG/2012/How-the-web-disrupted-Innovation-327/">How the Web disrupted Innovation</a> by François Remy</cite>.</li>
</ul>
</section>
</div>
<div id="footer_wrap">
<footer>
<h1>Brought to you by…</h1>
<ul id="contributors">
<li><a href="https://twitter.com/clintjhill"><div><img alt="" src="https://si0.twimg.com/profile_images/2192714277/Photo_on_4-30-12_at_3.22_PM_reasonably_small.jpg">Clint<br> Hill</div></a> </li>
<li><a href="https://twitter.com/briankardell/"><div><img alt="" src="https://si0.twimg.com/profile_images/2221394122/41486_1108933888_249_n_reasonably_small.jpg"> Brian<br> Kardell</div></a></li>
<li><a href="https://twitter.com/FremyCompany"><div><img alt="" src="https://si0.twimg.com/profile_images/2478640141/NewFremy_reasonably_small.png"> François<br> Remy</div></a></li>
<li><a href="https://twitter.com/marcosc"><div><img alt="" src="https://si0.twimg.com/profile_images/2796505579/71c2269279637bada1bc958f775db55f_bigger.png"> Marcos<br> Caceres</div></a></li>
<li><a href="https://twitter.com/Innovimax"><div><img src="https://si0.twimg.com/profile_images/220282528/060515-96X96-01.png">Mohamed<br> Zergaoui
</div></a></li>
</ul>
<p> <a href="http://www.w3.org/community/nextweb/participants">And the participants of the Community Group</a>.</p>
</footer>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36398590-1']);
_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>